fortimanager.SystemInterfaceIpv6
Explore with Pulumi AI
IPv6 of interface.
This resource is a sub resource for variable
ipv6
of resourcefortimanager.SystemInterface
. Conflict and overwrite may occur if use both of them.
Create SystemInterfaceIpv6 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemInterfaceIpv6(name: string, args: SystemInterfaceIpv6Args, opts?: CustomResourceOptions);
@overload
def SystemInterfaceIpv6(resource_name: str,
args: SystemInterfaceIpv6InitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemInterfaceIpv6(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
ip6_address: Optional[str] = None,
ip6_allowaccesses: Optional[Sequence[str]] = None,
ip6_autoconf: Optional[str] = None,
system_interface_ipv6_id: Optional[str] = None)
func NewSystemInterfaceIpv6(ctx *Context, name string, args SystemInterfaceIpv6Args, opts ...ResourceOption) (*SystemInterfaceIpv6, error)
public SystemInterfaceIpv6(string name, SystemInterfaceIpv6Args args, CustomResourceOptions? opts = null)
public SystemInterfaceIpv6(String name, SystemInterfaceIpv6Args args)
public SystemInterfaceIpv6(String name, SystemInterfaceIpv6Args args, CustomResourceOptions options)
type: fortimanager:SystemInterfaceIpv6
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 SystemInterfaceIpv6Args
- 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 SystemInterfaceIpv6InitArgs
- 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 SystemInterfaceIpv6Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemInterfaceIpv6Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemInterfaceIpv6Args
- 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 systemInterfaceIpv6Resource = new Fortimanager.SystemInterfaceIpv6("systemInterfaceIpv6Resource", new()
{
Interface = "string",
Ip6Address = "string",
Ip6Allowaccesses = new[]
{
"string",
},
Ip6Autoconf = "string",
SystemInterfaceIpv6Id = "string",
});
example, err := fortimanager.NewSystemInterfaceIpv6(ctx, "systemInterfaceIpv6Resource", &fortimanager.SystemInterfaceIpv6Args{
Interface: pulumi.String("string"),
Ip6Address: pulumi.String("string"),
Ip6Allowaccesses: pulumi.StringArray{
pulumi.String("string"),
},
Ip6Autoconf: pulumi.String("string"),
SystemInterfaceIpv6Id: pulumi.String("string"),
})
var systemInterfaceIpv6Resource = new SystemInterfaceIpv6("systemInterfaceIpv6Resource", SystemInterfaceIpv6Args.builder()
.interface_("string")
.ip6Address("string")
.ip6Allowaccesses("string")
.ip6Autoconf("string")
.systemInterfaceIpv6Id("string")
.build());
system_interface_ipv6_resource = fortimanager.SystemInterfaceIpv6("systemInterfaceIpv6Resource",
interface="string",
ip6_address="string",
ip6_allowaccesses=["string"],
ip6_autoconf="string",
system_interface_ipv6_id="string")
const systemInterfaceIpv6Resource = new fortimanager.SystemInterfaceIpv6("systemInterfaceIpv6Resource", {
"interface": "string",
ip6Address: "string",
ip6Allowaccesses: ["string"],
ip6Autoconf: "string",
systemInterfaceIpv6Id: "string",
});
type: fortimanager:SystemInterfaceIpv6
properties:
interface: string
ip6Address: string
ip6Allowaccesses:
- string
ip6Autoconf: string
systemInterfaceIpv6Id: string
SystemInterfaceIpv6 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 SystemInterfaceIpv6 resource accepts the following input properties:
- Interface string
- Interface.
- Ip6Address string
- IPv6 address/prefix of interface.
- Ip6Allowaccesses List<string>
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - Ip6Autoconf string
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Interface stringIpv6Id - an identifier for the resource.
- Interface string
- Interface.
- Ip6Address string
- IPv6 address/prefix of interface.
- Ip6Allowaccesses []string
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - Ip6Autoconf string
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Interface stringIpv6Id - an identifier for the resource.
- interface_ String
- Interface.
- ip6Address String
- IPv6 address/prefix of interface.
- ip6Allowaccesses List<String>
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6Autoconf String
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Interface StringIpv6Id - an identifier for the resource.
- interface string
- Interface.
- ip6Address string
- IPv6 address/prefix of interface.
- ip6Allowaccesses string[]
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6Autoconf string
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Interface stringIpv6Id - an identifier for the resource.
- interface str
- Interface.
- ip6_
address str - IPv6 address/prefix of interface.
- ip6_
allowaccesses Sequence[str] - Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6_
autoconf str - Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system_
interface_ stripv6_ id - an identifier for the resource.
- interface String
- Interface.
- ip6Address String
- IPv6 address/prefix of interface.
- ip6Allowaccesses List<String>
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6Autoconf String
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Interface StringIpv6Id - an identifier for the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemInterfaceIpv6 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 SystemInterfaceIpv6 Resource
Get an existing SystemInterfaceIpv6 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?: SystemInterfaceIpv6State, opts?: CustomResourceOptions): SystemInterfaceIpv6
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
ip6_address: Optional[str] = None,
ip6_allowaccesses: Optional[Sequence[str]] = None,
ip6_autoconf: Optional[str] = None,
system_interface_ipv6_id: Optional[str] = None) -> SystemInterfaceIpv6
func GetSystemInterfaceIpv6(ctx *Context, name string, id IDInput, state *SystemInterfaceIpv6State, opts ...ResourceOption) (*SystemInterfaceIpv6, error)
public static SystemInterfaceIpv6 Get(string name, Input<string> id, SystemInterfaceIpv6State? state, CustomResourceOptions? opts = null)
public static SystemInterfaceIpv6 get(String name, Output<String> id, SystemInterfaceIpv6State state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemInterfaceIpv6 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.
- Interface string
- Interface.
- Ip6Address string
- IPv6 address/prefix of interface.
- Ip6Allowaccesses List<string>
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - Ip6Autoconf string
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Interface stringIpv6Id - an identifier for the resource.
- Interface string
- Interface.
- Ip6Address string
- IPv6 address/prefix of interface.
- Ip6Allowaccesses []string
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - Ip6Autoconf string
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - System
Interface stringIpv6Id - an identifier for the resource.
- interface_ String
- Interface.
- ip6Address String
- IPv6 address/prefix of interface.
- ip6Allowaccesses List<String>
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6Autoconf String
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Interface StringIpv6Id - an identifier for the resource.
- interface string
- Interface.
- ip6Address string
- IPv6 address/prefix of interface.
- ip6Allowaccesses string[]
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6Autoconf string
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Interface stringIpv6Id - an identifier for the resource.
- interface str
- Interface.
- ip6_
address str - IPv6 address/prefix of interface.
- ip6_
allowaccesses Sequence[str] - Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6_
autoconf str - Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system_
interface_ stripv6_ id - an identifier for the resource.
- interface String
- Interface.
- ip6Address String
- IPv6 address/prefix of interface.
- ip6Allowaccesses List<String>
- Allow management access to interface. ping - PING access. https - HTTPS access. ssh - SSH access. snmp - SNMP access. http - HTTP access. webservice - Web service access. https-logging - Logging over HTTPS access. Valid values:
ping
,https
,ssh
,snmp
,http
,webservice
,https-logging
. - ip6Autoconf String
- Enable/disable address auto config (SLAAC). disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - system
Interface StringIpv6Id - an identifier for the resource.
Import
System InterfaceIpv6 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/systemInterfaceIpv6:SystemInterfaceIpv6 labelname SystemInterfaceIpv6
$ unset “FORTIMANAGER_IMPORT_TABLE”
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.