fortimanager.ObjectDynamicMulticastInterfaceDynamicMapping
Explore with Pulumi AI
ObjectDynamic MulticastInterfaceDynamicMapping
This resource is a sub resource for variable
dynamic_mapping
of resourcefortimanager.ObjectDynamicMulticastInterface
. Conflict and overwrite may occur if use both of them.
Create ObjectDynamicMulticastInterfaceDynamicMapping Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectDynamicMulticastInterfaceDynamicMapping(name: string, args: ObjectDynamicMulticastInterfaceDynamicMappingArgs, opts?: CustomResourceOptions);
@overload
def ObjectDynamicMulticastInterfaceDynamicMapping(resource_name: str,
args: ObjectDynamicMulticastInterfaceDynamicMappingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectDynamicMulticastInterfaceDynamicMapping(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
_scopes: Optional[Sequence[ObjectDynamicMulticastInterfaceDynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
local_intf: Optional[str] = None,
object_dynamic_multicast_interface_dynamic_mapping_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectDynamicMulticastInterfaceDynamicMapping(ctx *Context, name string, args ObjectDynamicMulticastInterfaceDynamicMappingArgs, opts ...ResourceOption) (*ObjectDynamicMulticastInterfaceDynamicMapping, error)
public ObjectDynamicMulticastInterfaceDynamicMapping(string name, ObjectDynamicMulticastInterfaceDynamicMappingArgs args, CustomResourceOptions? opts = null)
public ObjectDynamicMulticastInterfaceDynamicMapping(String name, ObjectDynamicMulticastInterfaceDynamicMappingArgs args)
public ObjectDynamicMulticastInterfaceDynamicMapping(String name, ObjectDynamicMulticastInterfaceDynamicMappingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectDynamicMulticastInterfaceDynamicMapping
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 ObjectDynamicMulticastInterfaceDynamicMappingArgs
- 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 ObjectDynamicMulticastInterfaceDynamicMappingInitArgs
- 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 ObjectDynamicMulticastInterfaceDynamicMappingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectDynamicMulticastInterfaceDynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectDynamicMulticastInterfaceDynamicMappingArgs
- 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 objectDynamicMulticastInterfaceDynamicMappingResource = new Fortimanager.ObjectDynamicMulticastInterfaceDynamicMapping("objectDynamicMulticastInterfaceDynamicMappingResource", new()
{
Interface = "string",
_scopes = new[]
{
new Fortimanager.Inputs.ObjectDynamicMulticastInterfaceDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
Adom = "string",
DynamicSortSubtable = "string",
LocalIntf = "string",
ObjectDynamicMulticastInterfaceDynamicMappingId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectDynamicMulticastInterfaceDynamicMapping(ctx, "objectDynamicMulticastInterfaceDynamicMappingResource", &fortimanager.ObjectDynamicMulticastInterfaceDynamicMappingArgs{
Interface: pulumi.String("string"),
_scopes: .ObjectDynamicMulticastInterfaceDynamicMapping_ScopeArray{
&.ObjectDynamicMulticastInterfaceDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
LocalIntf: pulumi.String("string"),
ObjectDynamicMulticastInterfaceDynamicMappingId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectDynamicMulticastInterfaceDynamicMappingResource = new ObjectDynamicMulticastInterfaceDynamicMapping("objectDynamicMulticastInterfaceDynamicMappingResource", ObjectDynamicMulticastInterfaceDynamicMappingArgs.builder()
.interface_("string")
._scopes(ObjectDynamicMulticastInterfaceDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.adom("string")
.dynamicSortSubtable("string")
.localIntf("string")
.objectDynamicMulticastInterfaceDynamicMappingId("string")
.scopetype("string")
.build());
object_dynamic_multicast_interface_dynamic_mapping_resource = fortimanager.ObjectDynamicMulticastInterfaceDynamicMapping("objectDynamicMulticastInterfaceDynamicMappingResource",
interface="string",
_scopes=[{
"name": "string",
"vdom": "string",
}],
adom="string",
dynamic_sort_subtable="string",
local_intf="string",
object_dynamic_multicast_interface_dynamic_mapping_id="string",
scopetype="string")
const objectDynamicMulticastInterfaceDynamicMappingResource = new fortimanager.ObjectDynamicMulticastInterfaceDynamicMapping("objectDynamicMulticastInterfaceDynamicMappingResource", {
"interface": "string",
_scopes: [{
name: "string",
vdom: "string",
}],
adom: "string",
dynamicSortSubtable: "string",
localIntf: "string",
objectDynamicMulticastInterfaceDynamicMappingId: "string",
scopetype: "string",
});
type: fortimanager:ObjectDynamicMulticastInterfaceDynamicMapping
properties:
_scopes:
- name: string
vdom: string
adom: string
dynamicSortSubtable: string
interface: string
localIntf: string
objectDynamicMulticastInterfaceDynamicMappingId: string
scopetype: string
ObjectDynamicMulticastInterfaceDynamicMapping 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 ObjectDynamicMulticastInterfaceDynamicMapping resource accepts the following input properties:
- Interface string
- Interface.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Local
Intf string - Local-Intf.
- Object
Dynamic stringMulticast Interface Dynamic 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
. - _
scopes List<ObjectDynamic Multicast Interface Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Interface string
- Interface.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Local
Intf string - Local-Intf.
- Object
Dynamic stringMulticast Interface Dynamic 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
. - _
scopes []ObjectDynamic Multicast Interface Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- interface_ String
- Interface.
- _
scopes List<ObjectDynamic Multicast Interface Dynamic 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. - 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.
- local
Intf String - Local-Intf.
- object
Dynamic StringMulticast Interface Dynamic 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
.
- interface string
- Interface.
- _
scopes ObjectDynamic Multicast Interface Dynamic 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. - 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.
- local
Intf string - Local-Intf.
- object
Dynamic stringMulticast Interface Dynamic 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
.
- interface str
- Interface.
- _
scopes Sequence[ObjectDynamic Multicast Interface Dynamic 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. - 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.
- local_
intf str - Local-Intf.
- object_
dynamic_ strmulticast_ interface_ 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
.
- interface String
- Interface.
- _
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. - 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.
- local
Intf String - Local-Intf.
- object
Dynamic StringMulticast Interface Dynamic 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectDynamicMulticastInterfaceDynamicMapping 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 ObjectDynamicMulticastInterfaceDynamicMapping Resource
Get an existing ObjectDynamicMulticastInterfaceDynamicMapping 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?: ObjectDynamicMulticastInterfaceDynamicMappingState, opts?: CustomResourceOptions): ObjectDynamicMulticastInterfaceDynamicMapping
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_scopes: Optional[Sequence[ObjectDynamicMulticastInterfaceDynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
interface: Optional[str] = None,
local_intf: Optional[str] = None,
object_dynamic_multicast_interface_dynamic_mapping_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectDynamicMulticastInterfaceDynamicMapping
func GetObjectDynamicMulticastInterfaceDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectDynamicMulticastInterfaceDynamicMappingState, opts ...ResourceOption) (*ObjectDynamicMulticastInterfaceDynamicMapping, error)
public static ObjectDynamicMulticastInterfaceDynamicMapping Get(string name, Input<string> id, ObjectDynamicMulticastInterfaceDynamicMappingState? state, CustomResourceOptions? opts = null)
public static ObjectDynamicMulticastInterfaceDynamicMapping get(String name, Output<String> id, ObjectDynamicMulticastInterfaceDynamicMappingState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectDynamicMulticastInterfaceDynamicMapping 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
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Interface string
- Interface.
- Local
Intf string - Local-Intf.
- Object
Dynamic stringMulticast Interface Dynamic 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
. - _
scopes List<ObjectDynamic Multicast Interface Dynamic 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. - 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.
- Interface string
- Interface.
- Local
Intf string - Local-Intf.
- Object
Dynamic stringMulticast Interface Dynamic 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
. - _
scopes []ObjectDynamic Multicast Interface Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- _
scopes List<ObjectDynamic Multicast Interface Dynamic 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. - 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.
- interface_ String
- Interface.
- local
Intf String - Local-Intf.
- object
Dynamic StringMulticast Interface Dynamic 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
.
- _
scopes ObjectDynamic Multicast Interface Dynamic 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. - 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.
- interface string
- Interface.
- local
Intf string - Local-Intf.
- object
Dynamic stringMulticast Interface Dynamic 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
.
- _
scopes Sequence[ObjectDynamic Multicast Interface Dynamic 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. - 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.
- interface str
- Interface.
- local_
intf str - Local-Intf.
- object_
dynamic_ strmulticast_ interface_ 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
.
- _
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. - 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.
- interface String
- Interface.
- local
Intf String - Local-Intf.
- object
Dynamic StringMulticast Interface Dynamic 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
.
Supporting Types
ObjectDynamicMulticastInterfaceDynamicMapping_Scope, ObjectDynamicMulticastInterfaceDynamicMapping_ScopeArgs
Import
ObjectDynamic MulticastInterfaceDynamicMapping can be imported using any of these accepted formats:
Set import_options = [“interface=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectDynamicMulticastInterfaceDynamicMapping:ObjectDynamicMulticastInterfaceDynamicMapping 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.