published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
ObjectFirewall ProxyAddress6Tagging
This resource is a sub resource for variable
taggingof resourcefortimanager.ObjectFirewallProxyaddress6. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallProxyaddress6Tagging Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallProxyaddress6Tagging(name: string, args: ObjectFirewallProxyaddress6TaggingArgs, opts?: CustomResourceOptions);@overload
def ObjectFirewallProxyaddress6Tagging(resource_name: str,
args: ObjectFirewallProxyaddress6TaggingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallProxyaddress6Tagging(resource_name: str,
opts: Optional[ResourceOptions] = None,
proxy_address6: Optional[str] = None,
adom: Optional[str] = None,
categories: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_firewall_proxyaddress6_tagging_id: Optional[str] = None,
scopetype: Optional[str] = None,
tags: Optional[Sequence[str]] = None)func NewObjectFirewallProxyaddress6Tagging(ctx *Context, name string, args ObjectFirewallProxyaddress6TaggingArgs, opts ...ResourceOption) (*ObjectFirewallProxyaddress6Tagging, error)public ObjectFirewallProxyaddress6Tagging(string name, ObjectFirewallProxyaddress6TaggingArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallProxyaddress6Tagging(String name, ObjectFirewallProxyaddress6TaggingArgs args)
public ObjectFirewallProxyaddress6Tagging(String name, ObjectFirewallProxyaddress6TaggingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallProxyaddress6Tagging
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 ObjectFirewallProxyaddress6TaggingArgs
- 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 ObjectFirewallProxyaddress6TaggingInitArgs
- 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 ObjectFirewallProxyaddress6TaggingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallProxyaddress6TaggingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallProxyaddress6TaggingArgs
- 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 objectFirewallProxyaddress6TaggingResource = new Fortimanager.Index.ObjectFirewallProxyaddress6Tagging("objectFirewallProxyaddress6TaggingResource", new()
{
ProxyAddress6 = "string",
Adom = "string",
Categories = new[]
{
"string",
},
Name = "string",
ObjectFirewallProxyaddress6TaggingId = "string",
Scopetype = "string",
Tags = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectFirewallProxyaddress6Tagging(ctx, "objectFirewallProxyaddress6TaggingResource", &fortimanager.ObjectFirewallProxyaddress6TaggingArgs{
ProxyAddress6: pulumi.String("string"),
Adom: pulumi.String("string"),
Categories: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectFirewallProxyaddress6TaggingId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectFirewallProxyaddress6TaggingResource = new ObjectFirewallProxyaddress6Tagging("objectFirewallProxyaddress6TaggingResource", ObjectFirewallProxyaddress6TaggingArgs.builder()
.proxyAddress6("string")
.adom("string")
.categories("string")
.name("string")
.objectFirewallProxyaddress6TaggingId("string")
.scopetype("string")
.tags("string")
.build());
object_firewall_proxyaddress6_tagging_resource = fortimanager.ObjectFirewallProxyaddress6Tagging("objectFirewallProxyaddress6TaggingResource",
proxy_address6="string",
adom="string",
categories=["string"],
name="string",
object_firewall_proxyaddress6_tagging_id="string",
scopetype="string",
tags=["string"])
const objectFirewallProxyaddress6TaggingResource = new fortimanager.ObjectFirewallProxyaddress6Tagging("objectFirewallProxyaddress6TaggingResource", {
proxyAddress6: "string",
adom: "string",
categories: ["string"],
name: "string",
objectFirewallProxyaddress6TaggingId: "string",
scopetype: "string",
tags: ["string"],
});
type: fortimanager:ObjectFirewallProxyaddress6Tagging
properties:
adom: string
categories:
- string
name: string
objectFirewallProxyaddress6TaggingId: string
proxyAddress6: string
scopetype: string
tags:
- string
ObjectFirewallProxyaddress6Tagging 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 ObjectFirewallProxyaddress6Tagging resource accepts the following input properties:
- Proxy
Address6 string - Proxy Address6.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Categories List<string>
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddress6Tagging Id - 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. - List<string>
- Tags.
- Proxy
Address6 string - Proxy Address6.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Categories []string
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddress6Tagging Id - 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. - []string
- Tags.
- proxy
Address6 String - Proxy Address6.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddress6Tagging Id - 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. - List<String>
- Tags.
- proxy
Address6 string - Proxy Address6.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories string[]
- Category.
- name string
- Name.
- object
Firewall stringProxyaddress6Tagging Id - 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. - string[]
- Tags.
- proxy_
address6 str - Proxy Address6.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories Sequence[str]
- Category.
- name str
- Name.
- object_
firewall_ strproxyaddress6_ tagging_ 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. - Sequence[str]
- Tags.
- proxy
Address6 String - Proxy Address6.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddress6Tagging Id - 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. - List<String>
- Tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallProxyaddress6Tagging 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 ObjectFirewallProxyaddress6Tagging Resource
Get an existing ObjectFirewallProxyaddress6Tagging 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?: ObjectFirewallProxyaddress6TaggingState, opts?: CustomResourceOptions): ObjectFirewallProxyaddress6Tagging@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
categories: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_firewall_proxyaddress6_tagging_id: Optional[str] = None,
proxy_address6: Optional[str] = None,
scopetype: Optional[str] = None,
tags: Optional[Sequence[str]] = None) -> ObjectFirewallProxyaddress6Taggingfunc GetObjectFirewallProxyaddress6Tagging(ctx *Context, name string, id IDInput, state *ObjectFirewallProxyaddress6TaggingState, opts ...ResourceOption) (*ObjectFirewallProxyaddress6Tagging, error)public static ObjectFirewallProxyaddress6Tagging Get(string name, Input<string> id, ObjectFirewallProxyaddress6TaggingState? state, CustomResourceOptions? opts = null)public static ObjectFirewallProxyaddress6Tagging get(String name, Output<String> id, ObjectFirewallProxyaddress6TaggingState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectFirewallProxyaddress6Tagging 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. - Categories List<string>
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddress6Tagging Id - an identifier for the resource with format {{name}}.
- Proxy
Address6 string - Proxy Address6.
- 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. - List<string>
- Tags.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Categories []string
- Category.
- Name string
- Name.
- Object
Firewall stringProxyaddress6Tagging Id - an identifier for the resource with format {{name}}.
- Proxy
Address6 string - Proxy Address6.
- 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. - []string
- Tags.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddress6Tagging Id - an identifier for the resource with format {{name}}.
- proxy
Address6 String - Proxy Address6.
- 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. - List<String>
- Tags.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories string[]
- Category.
- name string
- Name.
- object
Firewall stringProxyaddress6Tagging Id - an identifier for the resource with format {{name}}.
- proxy
Address6 string - Proxy Address6.
- 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. - string[]
- Tags.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories Sequence[str]
- Category.
- name str
- Name.
- object_
firewall_ strproxyaddress6_ tagging_ id - an identifier for the resource with format {{name}}.
- proxy_
address6 str - Proxy Address6.
- 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. - Sequence[str]
- Tags.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - categories List<String>
- Category.
- name String
- Name.
- object
Firewall StringProxyaddress6Tagging Id - an identifier for the resource with format {{name}}.
- proxy
Address6 String - Proxy Address6.
- 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. - List<String>
- Tags.
Import
ObjectFirewall ProxyAddress6Tagging can be imported using any of these accepted formats:
Set import_options = [“proxy_address6=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallProxyaddress6Tagging:ObjectFirewallProxyaddress6Tagging 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
