fortimanager.ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist
Explore with Pulumi AI
Advertised IPv6 delegated prefix list.
This resource is a sub resource for variable
ip6_delegated_prefix_list
of resourcefortimanager.ObjectFspVlanInterfaceIpv6
. Conflict and overwrite may occur if use both of them.
Create ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(name: string, args: ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs, opts?: CustomResourceOptions);
@overload
def ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(resource_name: str,
args: ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(resource_name: str,
opts: Optional[ResourceOptions] = None,
vlan: Optional[str] = None,
adom: Optional[str] = None,
autonomous_flag: Optional[str] = None,
delegated_prefix_iaid: Optional[float] = None,
object_fsp_vlan_interface_ipv6_ip6delegatedprefixlist_id: Optional[str] = None,
onlink_flag: Optional[str] = None,
prefix_id: Optional[float] = None,
rdnss_service: Optional[str] = None,
rdnsses: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
subnet: Optional[str] = None,
upstream_interface: Optional[str] = None)
func NewObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(ctx *Context, name string, args ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs, opts ...ResourceOption) (*ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist, error)
public ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(string name, ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs args, CustomResourceOptions? opts = null)
public ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(String name, ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs args)
public ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(String name, ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist
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 ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs
- 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 ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs
- 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 ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs
- 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 objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource = new Fortimanager.ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist("objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource", new()
{
Vlan = "string",
Adom = "string",
AutonomousFlag = "string",
DelegatedPrefixIaid = 0,
ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistId = "string",
OnlinkFlag = "string",
PrefixId = 0,
RdnssService = "string",
Rdnsses = new[]
{
"string",
},
Scopetype = "string",
Subnet = "string",
UpstreamInterface = "string",
});
example, err := fortimanager.NewObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(ctx, "objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource", &fortimanager.ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs{
Vlan: pulumi.String("string"),
Adom: pulumi.String("string"),
AutonomousFlag: pulumi.String("string"),
DelegatedPrefixIaid: pulumi.Float64(0),
ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistId: pulumi.String("string"),
OnlinkFlag: pulumi.String("string"),
PrefixId: pulumi.Float64(0),
RdnssService: pulumi.String("string"),
Rdnsses: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
Subnet: pulumi.String("string"),
UpstreamInterface: pulumi.String("string"),
})
var objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource = new ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist("objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource", ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistArgs.builder()
.vlan("string")
.adom("string")
.autonomousFlag("string")
.delegatedPrefixIaid(0)
.objectFspVlanInterfaceIpv6Ip6delegatedprefixlistId("string")
.onlinkFlag("string")
.prefixId(0)
.rdnssService("string")
.rdnsses("string")
.scopetype("string")
.subnet("string")
.upstreamInterface("string")
.build());
object_fsp_vlan_interface_ipv6_ip6delegatedprefixlist_resource = fortimanager.ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist("objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource",
vlan="string",
adom="string",
autonomous_flag="string",
delegated_prefix_iaid=0,
object_fsp_vlan_interface_ipv6_ip6delegatedprefixlist_id="string",
onlink_flag="string",
prefix_id=0,
rdnss_service="string",
rdnsses=["string"],
scopetype="string",
subnet="string",
upstream_interface="string")
const objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource = new fortimanager.ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist("objectFspVlanInterfaceIpv6Ip6delegatedprefixlistResource", {
vlan: "string",
adom: "string",
autonomousFlag: "string",
delegatedPrefixIaid: 0,
objectFspVlanInterfaceIpv6Ip6delegatedprefixlistId: "string",
onlinkFlag: "string",
prefixId: 0,
rdnssService: "string",
rdnsses: ["string"],
scopetype: "string",
subnet: "string",
upstreamInterface: "string",
});
type: fortimanager:ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist
properties:
adom: string
autonomousFlag: string
delegatedPrefixIaid: 0
objectFspVlanInterfaceIpv6Ip6delegatedprefixlistId: string
onlinkFlag: string
prefixId: 0
rdnssService: string
rdnsses:
- string
scopetype: string
subnet: string
upstreamInterface: string
vlan: string
ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist 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 ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist 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. - Autonomous
Flag string - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - Delegated
Prefix doubleIaid - IAID of obtained delegated-prefix from the upstream interface.
- Object
Fsp stringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- Onlink
Flag string - Enable/disable the onlink flag. Valid values:
disable
,enable
. - Prefix
Id double - Prefix ID.
- Rdnss
Service string - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - Rdnsses List<string>
- Recursive DNS server option.
- 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
. - Subnet string
- Add subnet ID to routing prefix.
- Upstream
Interface string - Name of the interface that provides delegated information.
- 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. - Autonomous
Flag string - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - Delegated
Prefix float64Iaid - IAID of obtained delegated-prefix from the upstream interface.
- Object
Fsp stringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- Onlink
Flag string - Enable/disable the onlink flag. Valid values:
disable
,enable
. - Prefix
Id float64 - Prefix ID.
- Rdnss
Service string - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - Rdnsses []string
- Recursive DNS server option.
- 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
. - Subnet string
- Add subnet ID to routing prefix.
- Upstream
Interface string - Name of the interface that provides delegated information.
- 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. - autonomous
Flag String - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated
Prefix DoubleIaid - IAID of obtained delegated-prefix from the upstream interface.
- object
Fsp StringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- onlink
Flag String - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix
Id Double - Prefix ID.
- rdnss
Service String - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses List<String>
- Recursive DNS server option.
- 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
. - subnet String
- Add subnet ID to routing prefix.
- upstream
Interface String - Name of the interface that provides delegated information.
- 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. - autonomous
Flag string - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated
Prefix numberIaid - IAID of obtained delegated-prefix from the upstream interface.
- object
Fsp stringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- onlink
Flag string - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix
Id number - Prefix ID.
- rdnss
Service string - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses string[]
- Recursive DNS server option.
- 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
. - subnet string
- Add subnet ID to routing prefix.
- upstream
Interface string - Name of the interface that provides delegated information.
- 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. - autonomous_
flag str - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated_
prefix_ floatiaid - IAID of obtained delegated-prefix from the upstream interface.
- object_
fsp_ strvlan_ interface_ ipv6_ ip6delegatedprefixlist_ id - an identifier for the resource with format {{prefix_id}}.
- onlink_
flag str - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix_
id float - Prefix ID.
- rdnss_
service str - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses Sequence[str]
- Recursive DNS server option.
- 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
. - subnet str
- Add subnet ID to routing prefix.
- upstream_
interface str - Name of the interface that provides delegated information.
- 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. - autonomous
Flag String - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated
Prefix NumberIaid - IAID of obtained delegated-prefix from the upstream interface.
- object
Fsp StringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- onlink
Flag String - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix
Id Number - Prefix ID.
- rdnss
Service String - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses List<String>
- Recursive DNS server option.
- 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
. - subnet String
- Add subnet ID to routing prefix.
- upstream
Interface String - Name of the interface that provides delegated information.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist 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 ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist Resource
Get an existing ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist 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?: ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistState, opts?: CustomResourceOptions): ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
autonomous_flag: Optional[str] = None,
delegated_prefix_iaid: Optional[float] = None,
object_fsp_vlan_interface_ipv6_ip6delegatedprefixlist_id: Optional[str] = None,
onlink_flag: Optional[str] = None,
prefix_id: Optional[float] = None,
rdnss_service: Optional[str] = None,
rdnsses: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
subnet: Optional[str] = None,
upstream_interface: Optional[str] = None,
vlan: Optional[str] = None) -> ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist
func GetObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist(ctx *Context, name string, id IDInput, state *ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistState, opts ...ResourceOption) (*ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist, error)
public static ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist Get(string name, Input<string> id, ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistState? state, CustomResourceOptions? opts = null)
public static ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist get(String name, Output<String> id, ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlistState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist 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. - Autonomous
Flag string - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - Delegated
Prefix doubleIaid - IAID of obtained delegated-prefix from the upstream interface.
- Object
Fsp stringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- Onlink
Flag string - Enable/disable the onlink flag. Valid values:
disable
,enable
. - Prefix
Id double - Prefix ID.
- Rdnss
Service string - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - Rdnsses List<string>
- Recursive DNS server option.
- 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
. - Subnet string
- Add subnet ID to routing prefix.
- Upstream
Interface string - Name of the interface that provides delegated information.
- 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. - Autonomous
Flag string - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - Delegated
Prefix float64Iaid - IAID of obtained delegated-prefix from the upstream interface.
- Object
Fsp stringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- Onlink
Flag string - Enable/disable the onlink flag. Valid values:
disable
,enable
. - Prefix
Id float64 - Prefix ID.
- Rdnss
Service string - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - Rdnsses []string
- Recursive DNS server option.
- 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
. - Subnet string
- Add subnet ID to routing prefix.
- Upstream
Interface string - Name of the interface that provides delegated information.
- 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. - autonomous
Flag String - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated
Prefix DoubleIaid - IAID of obtained delegated-prefix from the upstream interface.
- object
Fsp StringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- onlink
Flag String - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix
Id Double - Prefix ID.
- rdnss
Service String - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses List<String>
- Recursive DNS server option.
- 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
. - subnet String
- Add subnet ID to routing prefix.
- upstream
Interface String - Name of the interface that provides delegated information.
- 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. - autonomous
Flag string - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated
Prefix numberIaid - IAID of obtained delegated-prefix from the upstream interface.
- object
Fsp stringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- onlink
Flag string - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix
Id number - Prefix ID.
- rdnss
Service string - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses string[]
- Recursive DNS server option.
- 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
. - subnet string
- Add subnet ID to routing prefix.
- upstream
Interface string - Name of the interface that provides delegated information.
- 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. - autonomous_
flag str - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated_
prefix_ floatiaid - IAID of obtained delegated-prefix from the upstream interface.
- object_
fsp_ strvlan_ interface_ ipv6_ ip6delegatedprefixlist_ id - an identifier for the resource with format {{prefix_id}}.
- onlink_
flag str - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix_
id float - Prefix ID.
- rdnss_
service str - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses Sequence[str]
- Recursive DNS server option.
- 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
. - subnet str
- Add subnet ID to routing prefix.
- upstream_
interface str - Name of the interface that provides delegated information.
- 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. - autonomous
Flag String - Enable/disable the autonomous flag. Valid values:
disable
,enable
. - delegated
Prefix NumberIaid - IAID of obtained delegated-prefix from the upstream interface.
- object
Fsp StringVlan Interface Ipv6Ip6delegatedprefixlist Id - an identifier for the resource with format {{prefix_id}}.
- onlink
Flag String - Enable/disable the onlink flag. Valid values:
disable
,enable
. - prefix
Id Number - Prefix ID.
- rdnss
Service String - Recursive DNS service option. Valid values:
delegated
,default
,specify
. - rdnsses List<String>
- Recursive DNS server option.
- 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
. - subnet String
- Add subnet ID to routing prefix.
- upstream
Interface String - Name of the interface that provides delegated information.
- vlan String
- Vlan.
Import
ObjectFsp VlanInterfaceIpv6Ip6DelegatedPrefixList 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/objectFspVlanInterfaceIpv6Ip6delegatedprefixlist:ObjectFspVlanInterfaceIpv6Ip6delegatedprefixlist labelname {{prefix_id}}
$ 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.