1. Packages
  2. Fortios
  3. API Docs
  4. firewall
  5. Proxyaddrgrp
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.firewall.Proxyaddrgrp

Explore with Pulumi AI

Web proxy address group configuration.

Create Proxyaddrgrp Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Proxyaddrgrp(name: string, args: ProxyaddrgrpArgs, opts?: CustomResourceOptions);
@overload
def Proxyaddrgrp(resource_name: str,
                 args: ProxyaddrgrpArgs,
                 opts: Optional[ResourceOptions] = None)

@overload
def Proxyaddrgrp(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 members: Optional[Sequence[ProxyaddrgrpMemberArgs]] = None,
                 color: Optional[int] = None,
                 comment: Optional[str] = None,
                 dynamic_sort_subtable: Optional[str] = None,
                 get_all_tables: Optional[str] = None,
                 name: Optional[str] = None,
                 taggings: Optional[Sequence[ProxyaddrgrpTaggingArgs]] = None,
                 type: Optional[str] = None,
                 uuid: Optional[str] = None,
                 vdomparam: Optional[str] = None,
                 visibility: Optional[str] = None)
func NewProxyaddrgrp(ctx *Context, name string, args ProxyaddrgrpArgs, opts ...ResourceOption) (*Proxyaddrgrp, error)
public Proxyaddrgrp(string name, ProxyaddrgrpArgs args, CustomResourceOptions? opts = null)
public Proxyaddrgrp(String name, ProxyaddrgrpArgs args)
public Proxyaddrgrp(String name, ProxyaddrgrpArgs args, CustomResourceOptions options)
type: fortios:firewall:Proxyaddrgrp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ProxyaddrgrpArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ProxyaddrgrpArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ProxyaddrgrpArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ProxyaddrgrpArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ProxyaddrgrpArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var proxyaddrgrpResource = new Fortios.Firewall.Proxyaddrgrp("proxyaddrgrpResource", new()
{
    Members = new[]
    {
        new Fortios.Firewall.Inputs.ProxyaddrgrpMemberArgs
        {
            Name = "string",
        },
    },
    Color = 0,
    Comment = "string",
    DynamicSortSubtable = "string",
    GetAllTables = "string",
    Name = "string",
    Taggings = new[]
    {
        new Fortios.Firewall.Inputs.ProxyaddrgrpTaggingArgs
        {
            Category = "string",
            Name = "string",
            Tags = new[]
            {
                new Fortios.Firewall.Inputs.ProxyaddrgrpTaggingTagArgs
                {
                    Name = "string",
                },
            },
        },
    },
    Type = "string",
    Uuid = "string",
    Vdomparam = "string",
    Visibility = "string",
});
Copy
example, err := firewall.NewProxyaddrgrp(ctx, "proxyaddrgrpResource", &firewall.ProxyaddrgrpArgs{
	Members: firewall.ProxyaddrgrpMemberArray{
		&firewall.ProxyaddrgrpMemberArgs{
			Name: pulumi.String("string"),
		},
	},
	Color:               pulumi.Int(0),
	Comment:             pulumi.String("string"),
	DynamicSortSubtable: pulumi.String("string"),
	GetAllTables:        pulumi.String("string"),
	Name:                pulumi.String("string"),
	Taggings: firewall.ProxyaddrgrpTaggingArray{
		&firewall.ProxyaddrgrpTaggingArgs{
			Category: pulumi.String("string"),
			Name:     pulumi.String("string"),
			Tags: firewall.ProxyaddrgrpTaggingTagArray{
				&firewall.ProxyaddrgrpTaggingTagArgs{
					Name: pulumi.String("string"),
				},
			},
		},
	},
	Type:       pulumi.String("string"),
	Uuid:       pulumi.String("string"),
	Vdomparam:  pulumi.String("string"),
	Visibility: pulumi.String("string"),
})
Copy
var proxyaddrgrpResource = new Proxyaddrgrp("proxyaddrgrpResource", ProxyaddrgrpArgs.builder()
    .members(ProxyaddrgrpMemberArgs.builder()
        .name("string")
        .build())
    .color(0)
    .comment("string")
    .dynamicSortSubtable("string")
    .getAllTables("string")
    .name("string")
    .taggings(ProxyaddrgrpTaggingArgs.builder()
        .category("string")
        .name("string")
        .tags(ProxyaddrgrpTaggingTagArgs.builder()
            .name("string")
            .build())
        .build())
    .type("string")
    .uuid("string")
    .vdomparam("string")
    .visibility("string")
    .build());
Copy
proxyaddrgrp_resource = fortios.firewall.Proxyaddrgrp("proxyaddrgrpResource",
    members=[{
        "name": "string",
    }],
    color=0,
    comment="string",
    dynamic_sort_subtable="string",
    get_all_tables="string",
    name="string",
    taggings=[{
        "category": "string",
        "name": "string",
        "tags": [{
            "name": "string",
        }],
    }],
    type="string",
    uuid="string",
    vdomparam="string",
    visibility="string")
Copy
const proxyaddrgrpResource = new fortios.firewall.Proxyaddrgrp("proxyaddrgrpResource", {
    members: [{
        name: "string",
    }],
    color: 0,
    comment: "string",
    dynamicSortSubtable: "string",
    getAllTables: "string",
    name: "string",
    taggings: [{
        category: "string",
        name: "string",
        tags: [{
            name: "string",
        }],
    }],
    type: "string",
    uuid: "string",
    vdomparam: "string",
    visibility: "string",
});
Copy
type: fortios:firewall:Proxyaddrgrp
properties:
    color: 0
    comment: string
    dynamicSortSubtable: string
    getAllTables: string
    members:
        - name: string
    name: string
    taggings:
        - category: string
          name: string
          tags:
            - name: string
    type: string
    uuid: string
    vdomparam: string
    visibility: string
Copy

Proxyaddrgrp Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Proxyaddrgrp resource accepts the following input properties:

Members This property is required. List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddrgrpMember>
Members of address group. The structure of member block is documented below.
Color int
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
Comment string
Optional comments.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Name string
Address group name.
Taggings List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddrgrpTagging>
Config object tagging. The structure of tagging block is documented below.
Type string
Source or destination address group type. Valid values: src, dst.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Visibility string
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
Members This property is required. []ProxyaddrgrpMemberArgs
Members of address group. The structure of member block is documented below.
Color int
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
Comment string
Optional comments.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Name string
Address group name.
Taggings []ProxyaddrgrpTaggingArgs
Config object tagging. The structure of tagging block is documented below.
Type string
Source or destination address group type. Valid values: src, dst.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Visibility string
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
members This property is required. List<ProxyaddrgrpMember>
Members of address group. The structure of member block is documented below.
color Integer
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment String
Optional comments.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
name String
Address group name.
taggings List<ProxyaddrgrpTagging>
Config object tagging. The structure of tagging block is documented below.
type String
Source or destination address group type. Valid values: src, dst.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility String
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
members This property is required. ProxyaddrgrpMember[]
Members of address group. The structure of member block is documented below.
color number
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment string
Optional comments.
dynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
getAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
name string
Address group name.
taggings ProxyaddrgrpTagging[]
Config object tagging. The structure of tagging block is documented below.
type string
Source or destination address group type. Valid values: src, dst.
uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility string
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
members This property is required. Sequence[ProxyaddrgrpMemberArgs]
Members of address group. The structure of member block is documented below.
color int
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment str
Optional comments.
dynamic_sort_subtable str
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
get_all_tables str
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
name str
Address group name.
taggings Sequence[ProxyaddrgrpTaggingArgs]
Config object tagging. The structure of tagging block is documented below.
type str
Source or destination address group type. Valid values: src, dst.
uuid str
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility str
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
members This property is required. List<Property Map>
Members of address group. The structure of member block is documented below.
color Number
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment String
Optional comments.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
name String
Address group name.
taggings List<Property Map>
Config object tagging. The structure of tagging block is documented below.
type String
Source or destination address group type. Valid values: src, dst.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility String
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.

Outputs

All input properties are implicitly available as output properties. Additionally, the Proxyaddrgrp resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing Proxyaddrgrp Resource

Get an existing Proxyaddrgrp resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ProxyaddrgrpState, opts?: CustomResourceOptions): Proxyaddrgrp
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        color: Optional[int] = None,
        comment: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        get_all_tables: Optional[str] = None,
        members: Optional[Sequence[ProxyaddrgrpMemberArgs]] = None,
        name: Optional[str] = None,
        taggings: Optional[Sequence[ProxyaddrgrpTaggingArgs]] = None,
        type: Optional[str] = None,
        uuid: Optional[str] = None,
        vdomparam: Optional[str] = None,
        visibility: Optional[str] = None) -> Proxyaddrgrp
func GetProxyaddrgrp(ctx *Context, name string, id IDInput, state *ProxyaddrgrpState, opts ...ResourceOption) (*Proxyaddrgrp, error)
public static Proxyaddrgrp Get(string name, Input<string> id, ProxyaddrgrpState? state, CustomResourceOptions? opts = null)
public static Proxyaddrgrp get(String name, Output<String> id, ProxyaddrgrpState state, CustomResourceOptions options)
resources:  _:    type: fortios:firewall:Proxyaddrgrp    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Color int
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
Comment string
Optional comments.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Members List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddrgrpMember>
Members of address group. The structure of member block is documented below.
Name string
Address group name.
Taggings List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddrgrpTagging>
Config object tagging. The structure of tagging block is documented below.
Type string
Source or destination address group type. Valid values: src, dst.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Visibility string
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
Color int
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
Comment string
Optional comments.
DynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
GetAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
Members []ProxyaddrgrpMemberArgs
Members of address group. The structure of member block is documented below.
Name string
Address group name.
Taggings []ProxyaddrgrpTaggingArgs
Config object tagging. The structure of tagging block is documented below.
Type string
Source or destination address group type. Valid values: src, dst.
Uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Visibility string
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
color Integer
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment String
Optional comments.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
members List<ProxyaddrgrpMember>
Members of address group. The structure of member block is documented below.
name String
Address group name.
taggings List<ProxyaddrgrpTagging>
Config object tagging. The structure of tagging block is documented below.
type String
Source or destination address group type. Valid values: src, dst.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility String
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
color number
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment string
Optional comments.
dynamicSortSubtable string
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
getAllTables string
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
members ProxyaddrgrpMember[]
Members of address group. The structure of member block is documented below.
name string
Address group name.
taggings ProxyaddrgrpTagging[]
Config object tagging. The structure of tagging block is documented below.
type string
Source or destination address group type. Valid values: src, dst.
uuid string
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility string
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
color int
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment str
Optional comments.
dynamic_sort_subtable str
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
get_all_tables str
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
members Sequence[ProxyaddrgrpMemberArgs]
Members of address group. The structure of member block is documented below.
name str
Address group name.
taggings Sequence[ProxyaddrgrpTaggingArgs]
Config object tagging. The structure of tagging block is documented below.
type str
Source or destination address group type. Valid values: src, dst.
uuid str
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility str
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.
color Number
Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
comment String
Optional comments.
dynamicSortSubtable String
Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
getAllTables String
Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
members List<Property Map>
Members of address group. The structure of member block is documented below.
name String
Address group name.
taggings List<Property Map>
Config object tagging. The structure of tagging block is documented below.
type String
Source or destination address group type. Valid values: src, dst.
uuid String
Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
visibility String
Enable/disable visibility of the object in the GUI. Valid values: enable, disable.

Supporting Types

ProxyaddrgrpMember
, ProxyaddrgrpMemberArgs

Name string
Address name.
Name string
Address name.
name String
Address name.
name string
Address name.
name str
Address name.
name String
Address name.

ProxyaddrgrpTagging
, ProxyaddrgrpTaggingArgs

Category string
Tag category.
Name string
Tagging entry name.
Tags List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddrgrpTaggingTag>
Tags. The structure of tags block is documented below.
Category string
Tag category.
Name string
Tagging entry name.
Tags []ProxyaddrgrpTaggingTag
Tags. The structure of tags block is documented below.
category String
Tag category.
name String
Tagging entry name.
tags List<ProxyaddrgrpTaggingTag>
Tags. The structure of tags block is documented below.
category string
Tag category.
name string
Tagging entry name.
tags ProxyaddrgrpTaggingTag[]
Tags. The structure of tags block is documented below.
category str
Tag category.
name str
Tagging entry name.
tags Sequence[ProxyaddrgrpTaggingTag]
Tags. The structure of tags block is documented below.
category String
Tag category.
name String
Tagging entry name.
tags List<Property Map>
Tags. The structure of tags block is documented below.

ProxyaddrgrpTaggingTag
, ProxyaddrgrpTaggingTagArgs

Name string
Tag name.
Name string
Tag name.
name String
Tag name.
name string
Tag name.
name str
Tag name.
name String
Tag name.

Import

Firewall ProxyAddrgrp can be imported using any of these accepted formats:

$ pulumi import fortios:firewall/proxyaddrgrp:Proxyaddrgrp labelname {{name}}
Copy

If you do not want to import arguments of block:

$ export “FORTIOS_IMPORT_TABLE”=“false”

$ pulumi import fortios:firewall/proxyaddrgrp:Proxyaddrgrp labelname {{name}}
Copy

$ unset “FORTIOS_IMPORT_TABLE”

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
fortios pulumiverse/pulumi-fortios
License
Apache-2.0
Notes
This Pulumi package is based on the fortios Terraform Provider.