fortimanager.ObjectFspVlanInterfaceIpv6Ip6extraaddr
Explore with Pulumi AI
Extra IPv6 address prefixes of interface.
This resource is a sub resource for variable
ip6_extra_addr
of resourcefortimanager.ObjectFspVlanInterfaceIpv6
. Conflict and overwrite may occur if use both of them.
Create ObjectFspVlanInterfaceIpv6Ip6extraaddr Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFspVlanInterfaceIpv6Ip6extraaddr(name: string, args: ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs, opts?: CustomResourceOptions);
@overload
def ObjectFspVlanInterfaceIpv6Ip6extraaddr(resource_name: str,
args: ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFspVlanInterfaceIpv6Ip6extraaddr(resource_name: str,
opts: Optional[ResourceOptions] = None,
vlan: Optional[str] = None,
adom: Optional[str] = None,
object_fsp_vlan_interface_ipv6_ip6extraaddr_id: Optional[str] = None,
prefix: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectFspVlanInterfaceIpv6Ip6extraaddr(ctx *Context, name string, args ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs, opts ...ResourceOption) (*ObjectFspVlanInterfaceIpv6Ip6extraaddr, error)
public ObjectFspVlanInterfaceIpv6Ip6extraaddr(string name, ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs args, CustomResourceOptions? opts = null)
public ObjectFspVlanInterfaceIpv6Ip6extraaddr(String name, ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs args)
public ObjectFspVlanInterfaceIpv6Ip6extraaddr(String name, ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFspVlanInterfaceIpv6Ip6extraaddr
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 ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs
- 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 ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs
- 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 ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs
- 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 objectFspVlanInterfaceIpv6Ip6extraaddrResource = new Fortimanager.ObjectFspVlanInterfaceIpv6Ip6extraaddr("objectFspVlanInterfaceIpv6Ip6extraaddrResource", new()
{
Vlan = "string",
Adom = "string",
ObjectFspVlanInterfaceIpv6Ip6extraaddrId = "string",
Prefix = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectFspVlanInterfaceIpv6Ip6extraaddr(ctx, "objectFspVlanInterfaceIpv6Ip6extraaddrResource", &fortimanager.ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs{
Vlan: pulumi.String("string"),
Adom: pulumi.String("string"),
ObjectFspVlanInterfaceIpv6Ip6extraaddrId: pulumi.String("string"),
Prefix: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectFspVlanInterfaceIpv6Ip6extraaddrResource = new ObjectFspVlanInterfaceIpv6Ip6extraaddr("objectFspVlanInterfaceIpv6Ip6extraaddrResource", ObjectFspVlanInterfaceIpv6Ip6extraaddrArgs.builder()
.vlan("string")
.adom("string")
.objectFspVlanInterfaceIpv6Ip6extraaddrId("string")
.prefix("string")
.scopetype("string")
.build());
object_fsp_vlan_interface_ipv6_ip6extraaddr_resource = fortimanager.ObjectFspVlanInterfaceIpv6Ip6extraaddr("objectFspVlanInterfaceIpv6Ip6extraaddrResource",
vlan="string",
adom="string",
object_fsp_vlan_interface_ipv6_ip6extraaddr_id="string",
prefix="string",
scopetype="string")
const objectFspVlanInterfaceIpv6Ip6extraaddrResource = new fortimanager.ObjectFspVlanInterfaceIpv6Ip6extraaddr("objectFspVlanInterfaceIpv6Ip6extraaddrResource", {
vlan: "string",
adom: "string",
objectFspVlanInterfaceIpv6Ip6extraaddrId: "string",
prefix: "string",
scopetype: "string",
});
type: fortimanager:ObjectFspVlanInterfaceIpv6Ip6extraaddr
properties:
adom: string
objectFspVlanInterfaceIpv6Ip6extraaddrId: string
prefix: string
scopetype: string
vlan: string
ObjectFspVlanInterfaceIpv6Ip6extraaddr 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 ObjectFspVlanInterfaceIpv6Ip6extraaddr resource accepts the following input properties:
- Vlan string
- Vlan.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Fsp stringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- Prefix string
- IPv6 address prefix.
- 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
.
- Vlan string
- Vlan.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Fsp stringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- Prefix string
- IPv6 address prefix.
- 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
.
- vlan String
- Vlan.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fsp StringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- prefix String
- IPv6 address prefix.
- 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
.
- vlan string
- Vlan.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fsp stringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- prefix string
- IPv6 address prefix.
- 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
.
- vlan str
- Vlan.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
fsp_ strvlan_ interface_ ipv6_ ip6extraaddr_ id - an identifier for the resource with format {{prefix}}.
- prefix str
- IPv6 address prefix.
- 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
.
- vlan String
- Vlan.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fsp StringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- prefix String
- IPv6 address prefix.
- 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 ObjectFspVlanInterfaceIpv6Ip6extraaddr 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 ObjectFspVlanInterfaceIpv6Ip6extraaddr Resource
Get an existing ObjectFspVlanInterfaceIpv6Ip6extraaddr 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?: ObjectFspVlanInterfaceIpv6Ip6extraaddrState, opts?: CustomResourceOptions): ObjectFspVlanInterfaceIpv6Ip6extraaddr
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
object_fsp_vlan_interface_ipv6_ip6extraaddr_id: Optional[str] = None,
prefix: Optional[str] = None,
scopetype: Optional[str] = None,
vlan: Optional[str] = None) -> ObjectFspVlanInterfaceIpv6Ip6extraaddr
func GetObjectFspVlanInterfaceIpv6Ip6extraaddr(ctx *Context, name string, id IDInput, state *ObjectFspVlanInterfaceIpv6Ip6extraaddrState, opts ...ResourceOption) (*ObjectFspVlanInterfaceIpv6Ip6extraaddr, error)
public static ObjectFspVlanInterfaceIpv6Ip6extraaddr Get(string name, Input<string> id, ObjectFspVlanInterfaceIpv6Ip6extraaddrState? state, CustomResourceOptions? opts = null)
public static ObjectFspVlanInterfaceIpv6Ip6extraaddr get(String name, Output<String> id, ObjectFspVlanInterfaceIpv6Ip6extraaddrState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFspVlanInterfaceIpv6Ip6extraaddr 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. - Object
Fsp stringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- Prefix string
- IPv6 address prefix.
- 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
. - Vlan string
- Vlan.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Fsp stringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- Prefix string
- IPv6 address prefix.
- 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
. - Vlan string
- Vlan.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fsp StringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- prefix String
- IPv6 address prefix.
- 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
. - vlan String
- Vlan.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fsp stringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- prefix string
- IPv6 address prefix.
- 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
. - vlan string
- Vlan.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
fsp_ strvlan_ interface_ ipv6_ ip6extraaddr_ id - an identifier for the resource with format {{prefix}}.
- prefix str
- IPv6 address prefix.
- 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
. - vlan str
- Vlan.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fsp StringVlan Interface Ipv6Ip6extraaddr Id - an identifier for the resource with format {{prefix}}.
- prefix String
- IPv6 address prefix.
- 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
. - vlan String
- Vlan.
Import
ObjectFsp VlanInterfaceIpv6Ip6ExtraAddr can be imported using any of these accepted formats:
Set import_options = [“vlan=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFspVlanInterfaceIpv6Ip6extraaddr:ObjectFspVlanInterfaceIpv6Ip6extraaddr labelname {{prefix}}
$ 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.