published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
ObjectFirewall ProxyAddrgrp6
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
tagging:fortimanager.ObjectFirewallProxyaddrgrp6Tagging
Create ObjectFirewallProxyaddrgrp6 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallProxyaddrgrp6(name: string, args?: ObjectFirewallProxyaddrgrp6Args, opts?: CustomResourceOptions);@overload
def ObjectFirewallProxyaddrgrp6(resource_name: str,
args: Optional[ObjectFirewallProxyaddrgrp6Args] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallProxyaddrgrp6(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
color: Optional[float] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
members: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_firewall_proxyaddrgrp6_id: Optional[str] = None,
scopetype: Optional[str] = None,
taggings: Optional[Sequence[ObjectFirewallProxyaddrgrp6TaggingArgs]] = None,
type: Optional[str] = None,
uuid: Optional[str] = None)func NewObjectFirewallProxyaddrgrp6(ctx *Context, name string, args *ObjectFirewallProxyaddrgrp6Args, opts ...ResourceOption) (*ObjectFirewallProxyaddrgrp6, error)public ObjectFirewallProxyaddrgrp6(string name, ObjectFirewallProxyaddrgrp6Args? args = null, CustomResourceOptions? opts = null)
public ObjectFirewallProxyaddrgrp6(String name, ObjectFirewallProxyaddrgrp6Args args)
public ObjectFirewallProxyaddrgrp6(String name, ObjectFirewallProxyaddrgrp6Args args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallProxyaddrgrp6
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ObjectFirewallProxyaddrgrp6Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ObjectFirewallProxyaddrgrp6Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ObjectFirewallProxyaddrgrp6Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallProxyaddrgrp6Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallProxyaddrgrp6Args
- 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 objectFirewallProxyaddrgrp6Resource = new Fortimanager.Index.ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource", new()
{
Adom = "string",
Color = 0,
Comment = "string",
DynamicSortSubtable = "string",
Members = new[]
{
"string",
},
Name = "string",
ObjectFirewallProxyaddrgrp6Id = "string",
Scopetype = "string",
Taggings = new[]
{
new Fortimanager.Inputs.ObjectFirewallProxyaddrgrp6TaggingArgs
{
Categories = new[]
{
"string",
},
Name = "string",
Tags = new[]
{
"string",
},
},
},
Type = "string",
Uuid = "string",
});
example, err := fortimanager.NewObjectFirewallProxyaddrgrp6(ctx, "objectFirewallProxyaddrgrp6Resource", &fortimanager.ObjectFirewallProxyaddrgrp6Args{
Adom: pulumi.String("string"),
Color: pulumi.Float64(0),
Comment: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Members: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectFirewallProxyaddrgrp6Id: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Taggings: fortimanager.ObjectFirewallProxyaddrgrp6TaggingTypeArray{
&fortimanager.ObjectFirewallProxyaddrgrp6TaggingTypeArgs{
Categories: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
})
var objectFirewallProxyaddrgrp6Resource = new ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource", ObjectFirewallProxyaddrgrp6Args.builder()
.adom("string")
.color(0.0)
.comment("string")
.dynamicSortSubtable("string")
.members("string")
.name("string")
.objectFirewallProxyaddrgrp6Id("string")
.scopetype("string")
.taggings(ObjectFirewallProxyaddrgrp6TaggingArgs.builder()
.categories("string")
.name("string")
.tags("string")
.build())
.type("string")
.uuid("string")
.build());
object_firewall_proxyaddrgrp6_resource = fortimanager.ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource",
adom="string",
color=0,
comment="string",
dynamic_sort_subtable="string",
members=["string"],
name="string",
object_firewall_proxyaddrgrp6_id="string",
scopetype="string",
taggings=[{
"categories": ["string"],
"name": "string",
"tags": ["string"],
}],
type="string",
uuid="string")
const objectFirewallProxyaddrgrp6Resource = new fortimanager.ObjectFirewallProxyaddrgrp6("objectFirewallProxyaddrgrp6Resource", {
adom: "string",
color: 0,
comment: "string",
dynamicSortSubtable: "string",
members: ["string"],
name: "string",
objectFirewallProxyaddrgrp6Id: "string",
scopetype: "string",
taggings: [{
categories: ["string"],
name: "string",
tags: ["string"],
}],
type: "string",
uuid: "string",
});
type: fortimanager:ObjectFirewallProxyaddrgrp6
properties:
adom: string
color: 0
comment: string
dynamicSortSubtable: string
members:
- string
name: string
objectFirewallProxyaddrgrp6Id: string
scopetype: string
taggings:
- categories:
- string
name: string
tags:
- string
type: string
uuid: string
ObjectFirewallProxyaddrgrp6 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 ObjectFirewallProxyaddrgrp6 resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Color double
- Color.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Members List<string>
- Member.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Taggings
List<Object
Firewall Proxyaddrgrp6Tagging> - Tagging. The structure of
taggingblock is documented below. - Type string
- Type. Valid values:
src,dst. - Uuid string
- Uuid.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Color float64
- Color.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Members []string
- Member.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Taggings
[]Object
Firewall Proxyaddrgrp6Tagging Type Args - Tagging. The structure of
taggingblock is documented below. - Type string
- Type. Valid values:
src,dst. - Uuid string
- Uuid.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color Double
- Color.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members List<String>
- Member.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings
List<Object
Firewall Proxyaddrgrp6Tagging> - Tagging. The structure of
taggingblock is documented below. - type String
- Type. Valid values:
src,dst. - uuid String
- Uuid.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color number
- Color.
- comment string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members string[]
- Member.
- name string
- Name.
- object
Firewall stringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings
Object
Firewall Proxyaddrgrp6Tagging[] - Tagging. The structure of
taggingblock is documented below. - type string
- Type. Valid values:
src,dst. - uuid string
- Uuid.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color float
- Color.
- comment str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members Sequence[str]
- Member.
- name str
- Name.
- object_
firewall_ strproxyaddrgrp6_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings
Sequence[Object
Firewall Proxyaddrgrp6Tagging Args] - Tagging. The structure of
taggingblock is documented below. - type str
- Type. Valid values:
src,dst. - uuid str
- Uuid.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color Number
- Color.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members List<String>
- Member.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings List<Property Map>
- Tagging. The structure of
taggingblock is documented below. - type String
- Type. Valid values:
src,dst. - uuid String
- Uuid.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallProxyaddrgrp6 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 ObjectFirewallProxyaddrgrp6 Resource
Get an existing ObjectFirewallProxyaddrgrp6 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?: ObjectFirewallProxyaddrgrp6State, opts?: CustomResourceOptions): ObjectFirewallProxyaddrgrp6@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
color: Optional[float] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
members: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_firewall_proxyaddrgrp6_id: Optional[str] = None,
scopetype: Optional[str] = None,
taggings: Optional[Sequence[ObjectFirewallProxyaddrgrp6TaggingArgs]] = None,
type: Optional[str] = None,
uuid: Optional[str] = None) -> ObjectFirewallProxyaddrgrp6func GetObjectFirewallProxyaddrgrp6(ctx *Context, name string, id IDInput, state *ObjectFirewallProxyaddrgrp6State, opts ...ResourceOption) (*ObjectFirewallProxyaddrgrp6, error)public static ObjectFirewallProxyaddrgrp6 Get(string name, Input<string> id, ObjectFirewallProxyaddrgrp6State? state, CustomResourceOptions? opts = null)public static ObjectFirewallProxyaddrgrp6 get(String name, Output<String> id, ObjectFirewallProxyaddrgrp6State state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectFirewallProxyaddrgrp6 get: id: ${id}- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Color double
- Color.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Members List<string>
- Member.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Taggings
List<Object
Firewall Proxyaddrgrp6Tagging> - Tagging. The structure of
taggingblock is documented below. - Type string
- Type. Valid values:
src,dst. - Uuid string
- Uuid.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Color float64
- Color.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Members []string
- Member.
- Name string
- Name.
- Object
Firewall stringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Taggings
[]Object
Firewall Proxyaddrgrp6Tagging Type Args - Tagging. The structure of
taggingblock is documented below. - Type string
- Type. Valid values:
src,dst. - Uuid string
- Uuid.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color Double
- Color.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members List<String>
- Member.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings
List<Object
Firewall Proxyaddrgrp6Tagging> - Tagging. The structure of
taggingblock is documented below. - type String
- Type. Valid values:
src,dst. - uuid String
- Uuid.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color number
- Color.
- comment string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members string[]
- Member.
- name string
- Name.
- object
Firewall stringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings
Object
Firewall Proxyaddrgrp6Tagging[] - Tagging. The structure of
taggingblock is documented below. - type string
- Type. Valid values:
src,dst. - uuid string
- Uuid.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color float
- Color.
- comment str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members Sequence[str]
- Member.
- name str
- Name.
- object_
firewall_ strproxyaddrgrp6_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings
Sequence[Object
Firewall Proxyaddrgrp6Tagging Args] - Tagging. The structure of
taggingblock is documented below. - type str
- Type. Valid values:
src,dst. - uuid str
- Uuid.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - color Number
- Color.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- members List<String>
- Member.
- name String
- Name.
- object
Firewall StringProxyaddrgrp6Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - taggings List<Property Map>
- Tagging. The structure of
taggingblock is documented below. - type String
- Type. Valid values:
src,dst. - uuid String
- Uuid.
Supporting Types
ObjectFirewallProxyaddrgrp6Tagging, ObjectFirewallProxyaddrgrp6TaggingArgs
- Categories List<string>
- Category.
- Name string
- Name.
- List<string>
- Tags.
- Categories []string
- Category.
- Name string
- Name.
- []string
- Tags.
- categories List<String>
- Category.
- name String
- Name.
- List<String>
- Tags.
- categories string[]
- Category.
- name string
- Name.
- string[]
- Tags.
- categories Sequence[str]
- Category.
- name str
- Name.
- Sequence[str]
- Tags.
- categories List<String>
- Category.
- name String
- Name.
- List<String>
- Tags.
Import
ObjectFirewall ProxyAddrgrp6 can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallProxyaddrgrp6:ObjectFirewallProxyaddrgrp6 labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanagerTerraform Provider.
published on Saturday, Mar 7, 2026 by fortinetdev
