fortimanager.ObjectFirewallAddrgrp6DynamicMapping
Explore with Pulumi AI
Configure IPv6 address groups.
This resource is a sub resource for variable
dynamic_mapping
of resourcefortimanager.ObjectFirewallAddrgrp6
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallAddrgrp6DynamicMapping Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallAddrgrp6DynamicMapping(name: string, args: ObjectFirewallAddrgrp6DynamicMappingArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallAddrgrp6DynamicMapping(resource_name: str,
args: ObjectFirewallAddrgrp6DynamicMappingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallAddrgrp6DynamicMapping(resource_name: str,
opts: Optional[ResourceOptions] = None,
addrgrp6: Optional[str] = None,
exclude_members: Optional[Sequence[str]] = None,
exclude: Optional[str] = None,
adom: Optional[str] = None,
color: Optional[float] = None,
fabric_object: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
_scopes: Optional[Sequence[ObjectFirewallAddrgrp6DynamicMapping_ScopeArgs]] = None,
_image_base64: Optional[str] = None,
comment: Optional[str] = None,
global_object: Optional[float] = None,
member: Optional[str] = None,
object_firewall_addrgrp6_dynamic_mapping_id: Optional[str] = None,
scopetype: Optional[str] = None,
tags: Optional[str] = None,
uuid: Optional[str] = None,
visibility: Optional[str] = None)
func NewObjectFirewallAddrgrp6DynamicMapping(ctx *Context, name string, args ObjectFirewallAddrgrp6DynamicMappingArgs, opts ...ResourceOption) (*ObjectFirewallAddrgrp6DynamicMapping, error)
public ObjectFirewallAddrgrp6DynamicMapping(string name, ObjectFirewallAddrgrp6DynamicMappingArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallAddrgrp6DynamicMapping(String name, ObjectFirewallAddrgrp6DynamicMappingArgs args)
public ObjectFirewallAddrgrp6DynamicMapping(String name, ObjectFirewallAddrgrp6DynamicMappingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallAddrgrp6DynamicMapping
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 ObjectFirewallAddrgrp6DynamicMappingArgs
- 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 ObjectFirewallAddrgrp6DynamicMappingInitArgs
- 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 ObjectFirewallAddrgrp6DynamicMappingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallAddrgrp6DynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallAddrgrp6DynamicMappingArgs
- 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 objectFirewallAddrgrp6DynamicMappingResource = new Fortimanager.ObjectFirewallAddrgrp6DynamicMapping("objectFirewallAddrgrp6DynamicMappingResource", new()
{
Addrgrp6 = "string",
ExcludeMembers = new[]
{
"string",
},
Exclude = "string",
Adom = "string",
Color = 0,
FabricObject = "string",
DynamicSortSubtable = "string",
_scopes = new[]
{
new Fortimanager.Inputs.ObjectFirewallAddrgrp6DynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
_imageBase64 = "string",
Comment = "string",
GlobalObject = 0,
Member = "string",
ObjectFirewallAddrgrp6DynamicMappingId = "string",
Scopetype = "string",
Tags = "string",
Uuid = "string",
Visibility = "string",
});
example, err := fortimanager.NewObjectFirewallAddrgrp6DynamicMapping(ctx, "objectFirewallAddrgrp6DynamicMappingResource", &fortimanager.ObjectFirewallAddrgrp6DynamicMappingArgs{
Addrgrp6: pulumi.String("string"),
ExcludeMembers: pulumi.StringArray{
pulumi.String("string"),
},
Exclude: pulumi.String("string"),
Adom: pulumi.String("string"),
Color: pulumi.Float64(0),
FabricObject: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
_scopes: .ObjectFirewallAddrgrp6DynamicMapping_ScopeArray{
&.ObjectFirewallAddrgrp6DynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
_imageBase64: pulumi.String("string"),
Comment: pulumi.String("string"),
GlobalObject: pulumi.Float64(0),
Member: pulumi.String("string"),
ObjectFirewallAddrgrp6DynamicMappingId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Tags: pulumi.String("string"),
Uuid: pulumi.String("string"),
Visibility: pulumi.String("string"),
})
var objectFirewallAddrgrp6DynamicMappingResource = new ObjectFirewallAddrgrp6DynamicMapping("objectFirewallAddrgrp6DynamicMappingResource", ObjectFirewallAddrgrp6DynamicMappingArgs.builder()
.addrgrp6("string")
.excludeMembers("string")
.exclude("string")
.adom("string")
.color(0)
.fabricObject("string")
.dynamicSortSubtable("string")
._scopes(ObjectFirewallAddrgrp6DynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
._imageBase64("string")
.comment("string")
.globalObject(0)
.member("string")
.objectFirewallAddrgrp6DynamicMappingId("string")
.scopetype("string")
.tags("string")
.uuid("string")
.visibility("string")
.build());
object_firewall_addrgrp6_dynamic_mapping_resource = fortimanager.ObjectFirewallAddrgrp6DynamicMapping("objectFirewallAddrgrp6DynamicMappingResource",
addrgrp6="string",
exclude_members=["string"],
exclude="string",
adom="string",
color=0,
fabric_object="string",
dynamic_sort_subtable="string",
_scopes=[{
"name": "string",
"vdom": "string",
}],
_image_base64="string",
comment="string",
global_object=0,
member="string",
object_firewall_addrgrp6_dynamic_mapping_id="string",
scopetype="string",
tags="string",
uuid="string",
visibility="string")
const objectFirewallAddrgrp6DynamicMappingResource = new fortimanager.ObjectFirewallAddrgrp6DynamicMapping("objectFirewallAddrgrp6DynamicMappingResource", {
addrgrp6: "string",
excludeMembers: ["string"],
exclude: "string",
adom: "string",
color: 0,
fabricObject: "string",
dynamicSortSubtable: "string",
_scopes: [{
name: "string",
vdom: "string",
}],
_imageBase64: "string",
comment: "string",
globalObject: 0,
member: "string",
objectFirewallAddrgrp6DynamicMappingId: "string",
scopetype: "string",
tags: "string",
uuid: "string",
visibility: "string",
});
type: fortimanager:ObjectFirewallAddrgrp6DynamicMapping
properties:
_imageBase64: string
_scopes:
- name: string
vdom: string
addrgrp6: string
adom: string
color: 0
comment: string
dynamicSortSubtable: string
exclude: string
excludeMembers:
- string
fabricObject: string
globalObject: 0
member: string
objectFirewallAddrgrp6DynamicMappingId: string
scopetype: string
tags: string
uuid: string
visibility: string
ObjectFirewallAddrgrp6DynamicMapping 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 ObjectFirewallAddrgrp6DynamicMapping resource accepts the following input properties:
- Addrgrp6 string
- Addrgrp6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Color double
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- Exclude string
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - Exclude
Members List<string> - Address6 exclusion member.
- Fabric
Object string - Fabric-Object. Valid values:
disable
,enable
. - Global
Object double - Global-Object.
- Member string
- Address objects contained within the group.
- Object
Firewall stringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - string
- Tags.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Visibility string
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
. - _
image stringBase64 - _Image-Base64.
- _
scopes List<ObjectFirewall Addrgrp6Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Addrgrp6 string
- Addrgrp6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Color float64
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- Exclude string
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - Exclude
Members []string - Address6 exclusion member.
- Fabric
Object string - Fabric-Object. Valid values:
disable
,enable
. - Global
Object float64 - Global-Object.
- Member string
- Address objects contained within the group.
- Object
Firewall stringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - string
- Tags.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Visibility string
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
. - _
image stringBase64 - _Image-Base64.
- _
scopes []ObjectFirewall Addrgrp6Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- addrgrp6 String
- Addrgrp6.
- _
image StringBase64 - _Image-Base64.
- _
scopes List<ObjectFirewall Addrgrp6Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color Double
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude String
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude
Members List<String> - Address6 exclusion member.
- fabric
Object String - Fabric-Object. Valid values:
disable
,enable
. - global
Object Double - Global-Object.
- member String
- Address objects contained within the group.
- object
Firewall StringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - String
- Tags.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility String
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
- addrgrp6 string
- Addrgrp6.
- _
image stringBase64 - _Image-Base64.
- _
scopes ObjectFirewall Addrgrp6Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude string
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude
Members string[] - Address6 exclusion member.
- fabric
Object string - Fabric-Object. Valid values:
disable
,enable
. - global
Object number - Global-Object.
- member string
- Address objects contained within the group.
- object
Firewall stringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - string
- Tags.
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility string
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
- addrgrp6 str
- Addrgrp6.
- _
image_ strbase64 - _Image-Base64.
- _
scopes Sequence[ObjectFirewall Addrgrp6Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color float
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude str
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude_
members Sequence[str] - Address6 exclusion member.
- fabric_
object str - Fabric-Object. Valid values:
disable
,enable
. - global_
object float - Global-Object.
- member str
- Address objects contained within the group.
- object_
firewall_ straddrgrp6_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - str
- Tags.
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility str
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
- addrgrp6 String
- Addrgrp6.
- _
image StringBase64 - _Image-Base64.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color Number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude String
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude
Members List<String> - Address6 exclusion member.
- fabric
Object String - Fabric-Object. Valid values:
disable
,enable
. - global
Object Number - Global-Object.
- member String
- Address objects contained within the group.
- object
Firewall StringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - String
- Tags.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility String
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallAddrgrp6DynamicMapping 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 ObjectFirewallAddrgrp6DynamicMapping Resource
Get an existing ObjectFirewallAddrgrp6DynamicMapping 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?: ObjectFirewallAddrgrp6DynamicMappingState, opts?: CustomResourceOptions): ObjectFirewallAddrgrp6DynamicMapping
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_image_base64: Optional[str] = None,
_scopes: Optional[Sequence[ObjectFirewallAddrgrp6DynamicMapping_ScopeArgs]] = None,
addrgrp6: Optional[str] = None,
adom: Optional[str] = None,
color: Optional[float] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
exclude: Optional[str] = None,
exclude_members: Optional[Sequence[str]] = None,
fabric_object: Optional[str] = None,
global_object: Optional[float] = None,
member: Optional[str] = None,
object_firewall_addrgrp6_dynamic_mapping_id: Optional[str] = None,
scopetype: Optional[str] = None,
tags: Optional[str] = None,
uuid: Optional[str] = None,
visibility: Optional[str] = None) -> ObjectFirewallAddrgrp6DynamicMapping
func GetObjectFirewallAddrgrp6DynamicMapping(ctx *Context, name string, id IDInput, state *ObjectFirewallAddrgrp6DynamicMappingState, opts ...ResourceOption) (*ObjectFirewallAddrgrp6DynamicMapping, error)
public static ObjectFirewallAddrgrp6DynamicMapping Get(string name, Input<string> id, ObjectFirewallAddrgrp6DynamicMappingState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallAddrgrp6DynamicMapping get(String name, Output<String> id, ObjectFirewallAddrgrp6DynamicMappingState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallAddrgrp6DynamicMapping 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.
- Addrgrp6 string
- Addrgrp6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Color double
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- Exclude string
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - Exclude
Members List<string> - Address6 exclusion member.
- Fabric
Object string - Fabric-Object. Valid values:
disable
,enable
. - Global
Object double - Global-Object.
- Member string
- Address objects contained within the group.
- Object
Firewall stringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - string
- Tags.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Visibility string
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
. - _
image stringBase64 - _Image-Base64.
- _
scopes List<ObjectFirewall Addrgrp6Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Addrgrp6 string
- Addrgrp6.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Color float64
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- Exclude string
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - Exclude
Members []string - Address6 exclusion member.
- Fabric
Object string - Fabric-Object. Valid values:
disable
,enable
. - Global
Object float64 - Global-Object.
- Member string
- Address objects contained within the group.
- Object
Firewall stringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - string
- Tags.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Visibility string
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
. - _
image stringBase64 - _Image-Base64.
- _
scopes []ObjectFirewall Addrgrp6Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- _
image StringBase64 - _Image-Base64.
- _
scopes List<ObjectFirewall Addrgrp6Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - addrgrp6 String
- Addrgrp6.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color Double
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude String
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude
Members List<String> - Address6 exclusion member.
- fabric
Object String - Fabric-Object. Valid values:
disable
,enable
. - global
Object Double - Global-Object.
- member String
- Address objects contained within the group.
- object
Firewall StringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - String
- Tags.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility String
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
- _
image stringBase64 - _Image-Base64.
- _
scopes ObjectFirewall Addrgrp6Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - addrgrp6 string
- Addrgrp6.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude string
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude
Members string[] - Address6 exclusion member.
- fabric
Object string - Fabric-Object. Valid values:
disable
,enable
. - global
Object number - Global-Object.
- member string
- Address objects contained within the group.
- object
Firewall stringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - string
- Tags.
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility string
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
- _
image_ strbase64 - _Image-Base64.
- _
scopes Sequence[ObjectFirewall Addrgrp6Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - addrgrp6 str
- Addrgrp6.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color float
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude str
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude_
members Sequence[str] - Address6 exclusion member.
- fabric_
object str - Fabric-Object. Valid values:
disable
,enable
. - global_
object float - Global-Object.
- member str
- Address objects contained within the group.
- object_
firewall_ straddrgrp6_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - str
- Tags.
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility str
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
- _
image StringBase64 - _Image-Base64.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - addrgrp6 String
- Addrgrp6.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - color Number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets the value to 1).
- 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.
- exclude String
- Enable/disable address6 exclusion. Valid values:
disable
,enable
. - exclude
Members List<String> - Address6 exclusion member.
- fabric
Object String - Fabric-Object. Valid values:
disable
,enable
. - global
Object Number - Global-Object.
- member String
- Address objects contained within the group.
- object
Firewall StringAddrgrp6Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - String
- Tags.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- visibility String
- Enable/disable address group6 visibility in the GUI. Valid values:
disable
,enable
.
Supporting Types
ObjectFirewallAddrgrp6DynamicMapping_Scope, ObjectFirewallAddrgrp6DynamicMapping_ScopeArgs
Import
ObjectFirewall Addrgrp6DynamicMapping can be imported using any of these accepted formats:
Set import_options = [“addrgrp6=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallAddrgrp6DynamicMapping:ObjectFirewallAddrgrp6DynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
$ 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
fortimanager
Terraform Provider.