fortimanager.ObjectFspVlanInterfaceSecondaryip
Explore with Pulumi AI
Second IP address of interface.
This resource is a sub resource for variable
secondaryip
of resourcefortimanager.ObjectFspVlanInterface
. Conflict and overwrite may occur if use both of them.
Create ObjectFspVlanInterfaceSecondaryip Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFspVlanInterfaceSecondaryip(name: string, args: ObjectFspVlanInterfaceSecondaryipArgs, opts?: CustomResourceOptions);
@overload
def ObjectFspVlanInterfaceSecondaryip(resource_name: str,
args: ObjectFspVlanInterfaceSecondaryipInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFspVlanInterfaceSecondaryip(resource_name: str,
opts: Optional[ResourceOptions] = None,
vlan: Optional[str] = None,
ha_priority: Optional[float] = None,
detectprotocols: Optional[Sequence[str]] = None,
detectserver: Optional[str] = None,
fosid: Optional[float] = None,
gwdetect: Optional[str] = None,
adom: Optional[str] = None,
ip: Optional[str] = None,
object_fsp_vlan_interface_secondaryip_id: Optional[str] = None,
ping_serv_status: Optional[float] = None,
scopetype: Optional[str] = None,
secip_relay_ip: Optional[str] = None,
seq: Optional[float] = None,
allowaccesses: Optional[Sequence[str]] = None)
func NewObjectFspVlanInterfaceSecondaryip(ctx *Context, name string, args ObjectFspVlanInterfaceSecondaryipArgs, opts ...ResourceOption) (*ObjectFspVlanInterfaceSecondaryip, error)
public ObjectFspVlanInterfaceSecondaryip(string name, ObjectFspVlanInterfaceSecondaryipArgs args, CustomResourceOptions? opts = null)
public ObjectFspVlanInterfaceSecondaryip(String name, ObjectFspVlanInterfaceSecondaryipArgs args)
public ObjectFspVlanInterfaceSecondaryip(String name, ObjectFspVlanInterfaceSecondaryipArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFspVlanInterfaceSecondaryip
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 ObjectFspVlanInterfaceSecondaryipArgs
- 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 ObjectFspVlanInterfaceSecondaryipInitArgs
- 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 ObjectFspVlanInterfaceSecondaryipArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFspVlanInterfaceSecondaryipArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFspVlanInterfaceSecondaryipArgs
- 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 objectFspVlanInterfaceSecondaryipResource = new Fortimanager.ObjectFspVlanInterfaceSecondaryip("objectFspVlanInterfaceSecondaryipResource", new()
{
Vlan = "string",
HaPriority = 0,
Detectprotocols = new[]
{
"string",
},
Detectserver = "string",
Fosid = 0,
Gwdetect = "string",
Adom = "string",
Ip = "string",
ObjectFspVlanInterfaceSecondaryipId = "string",
PingServStatus = 0,
Scopetype = "string",
SecipRelayIp = "string",
Seq = 0,
Allowaccesses = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectFspVlanInterfaceSecondaryip(ctx, "objectFspVlanInterfaceSecondaryipResource", &fortimanager.ObjectFspVlanInterfaceSecondaryipArgs{
Vlan: pulumi.String("string"),
HaPriority: pulumi.Float64(0),
Detectprotocols: pulumi.StringArray{
pulumi.String("string"),
},
Detectserver: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Gwdetect: pulumi.String("string"),
Adom: pulumi.String("string"),
Ip: pulumi.String("string"),
ObjectFspVlanInterfaceSecondaryipId: pulumi.String("string"),
PingServStatus: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
SecipRelayIp: pulumi.String("string"),
Seq: pulumi.Float64(0),
Allowaccesses: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectFspVlanInterfaceSecondaryipResource = new ObjectFspVlanInterfaceSecondaryip("objectFspVlanInterfaceSecondaryipResource", ObjectFspVlanInterfaceSecondaryipArgs.builder()
.vlan("string")
.haPriority(0)
.detectprotocols("string")
.detectserver("string")
.fosid(0)
.gwdetect("string")
.adom("string")
.ip("string")
.objectFspVlanInterfaceSecondaryipId("string")
.pingServStatus(0)
.scopetype("string")
.secipRelayIp("string")
.seq(0)
.allowaccesses("string")
.build());
object_fsp_vlan_interface_secondaryip_resource = fortimanager.ObjectFspVlanInterfaceSecondaryip("objectFspVlanInterfaceSecondaryipResource",
vlan="string",
ha_priority=0,
detectprotocols=["string"],
detectserver="string",
fosid=0,
gwdetect="string",
adom="string",
ip="string",
object_fsp_vlan_interface_secondaryip_id="string",
ping_serv_status=0,
scopetype="string",
secip_relay_ip="string",
seq=0,
allowaccesses=["string"])
const objectFspVlanInterfaceSecondaryipResource = new fortimanager.ObjectFspVlanInterfaceSecondaryip("objectFspVlanInterfaceSecondaryipResource", {
vlan: "string",
haPriority: 0,
detectprotocols: ["string"],
detectserver: "string",
fosid: 0,
gwdetect: "string",
adom: "string",
ip: "string",
objectFspVlanInterfaceSecondaryipId: "string",
pingServStatus: 0,
scopetype: "string",
secipRelayIp: "string",
seq: 0,
allowaccesses: ["string"],
});
type: fortimanager:ObjectFspVlanInterfaceSecondaryip
properties:
adom: string
allowaccesses:
- string
detectprotocols:
- string
detectserver: string
fosid: 0
gwdetect: string
haPriority: 0
ip: string
objectFspVlanInterfaceSecondaryipId: string
pingServStatus: 0
scopetype: string
secipRelayIp: string
seq: 0
vlan: string
ObjectFspVlanInterfaceSecondaryip 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 ObjectFspVlanInterfaceSecondaryip 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. - Allowaccesses List<string>
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - Detectprotocols List<string>
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - Detectserver string
- Gateway's ping server for this IP.
- Fosid double
- ID.
- Gwdetect string
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - Ha
Priority double - HA election priority for the PING server.
- Ip string
- Secondary IP address of the interface.
- Object
Fsp stringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- Ping
Serv doubleStatus - Ping-Serv-Status.
- 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
. - Secip
Relay stringIp - DHCP relay IP address.
- Seq double
- Seq.
- 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. - Allowaccesses []string
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - Detectprotocols []string
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - Detectserver string
- Gateway's ping server for this IP.
- Fosid float64
- ID.
- Gwdetect string
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - Ha
Priority float64 - HA election priority for the PING server.
- Ip string
- Secondary IP address of the interface.
- Object
Fsp stringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- Ping
Serv float64Status - Ping-Serv-Status.
- 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
. - Secip
Relay stringIp - DHCP relay IP address.
- Seq float64
- Seq.
- 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. - allowaccesses List<String>
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols List<String>
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver String
- Gateway's ping server for this IP.
- fosid Double
- ID.
- gwdetect String
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha
Priority Double - HA election priority for the PING server.
- ip String
- Secondary IP address of the interface.
- object
Fsp StringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- ping
Serv DoubleStatus - Ping-Serv-Status.
- 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
. - secip
Relay StringIp - DHCP relay IP address.
- seq Double
- Seq.
- 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. - allowaccesses string[]
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols string[]
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver string
- Gateway's ping server for this IP.
- fosid number
- ID.
- gwdetect string
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha
Priority number - HA election priority for the PING server.
- ip string
- Secondary IP address of the interface.
- object
Fsp stringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- ping
Serv numberStatus - Ping-Serv-Status.
- 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
. - secip
Relay stringIp - DHCP relay IP address.
- seq number
- Seq.
- 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. - allowaccesses Sequence[str]
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols Sequence[str]
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver str
- Gateway's ping server for this IP.
- fosid float
- ID.
- gwdetect str
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha_
priority float - HA election priority for the PING server.
- ip str
- Secondary IP address of the interface.
- object_
fsp_ strvlan_ interface_ secondaryip_ id - an identifier for the resource with format {{fosid}}.
- ping_
serv_ floatstatus - Ping-Serv-Status.
- 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
. - secip_
relay_ strip - DHCP relay IP address.
- seq float
- Seq.
- 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. - allowaccesses List<String>
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols List<String>
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver String
- Gateway's ping server for this IP.
- fosid Number
- ID.
- gwdetect String
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha
Priority Number - HA election priority for the PING server.
- ip String
- Secondary IP address of the interface.
- object
Fsp StringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- ping
Serv NumberStatus - Ping-Serv-Status.
- 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
. - secip
Relay StringIp - DHCP relay IP address.
- seq Number
- Seq.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFspVlanInterfaceSecondaryip 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 ObjectFspVlanInterfaceSecondaryip Resource
Get an existing ObjectFspVlanInterfaceSecondaryip 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?: ObjectFspVlanInterfaceSecondaryipState, opts?: CustomResourceOptions): ObjectFspVlanInterfaceSecondaryip
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
detectprotocols: Optional[Sequence[str]] = None,
detectserver: Optional[str] = None,
fosid: Optional[float] = None,
gwdetect: Optional[str] = None,
ha_priority: Optional[float] = None,
ip: Optional[str] = None,
object_fsp_vlan_interface_secondaryip_id: Optional[str] = None,
ping_serv_status: Optional[float] = None,
scopetype: Optional[str] = None,
secip_relay_ip: Optional[str] = None,
seq: Optional[float] = None,
vlan: Optional[str] = None) -> ObjectFspVlanInterfaceSecondaryip
func GetObjectFspVlanInterfaceSecondaryip(ctx *Context, name string, id IDInput, state *ObjectFspVlanInterfaceSecondaryipState, opts ...ResourceOption) (*ObjectFspVlanInterfaceSecondaryip, error)
public static ObjectFspVlanInterfaceSecondaryip Get(string name, Input<string> id, ObjectFspVlanInterfaceSecondaryipState? state, CustomResourceOptions? opts = null)
public static ObjectFspVlanInterfaceSecondaryip get(String name, Output<String> id, ObjectFspVlanInterfaceSecondaryipState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFspVlanInterfaceSecondaryip 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. - Allowaccesses List<string>
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - Detectprotocols List<string>
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - Detectserver string
- Gateway's ping server for this IP.
- Fosid double
- ID.
- Gwdetect string
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - Ha
Priority double - HA election priority for the PING server.
- Ip string
- Secondary IP address of the interface.
- Object
Fsp stringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- Ping
Serv doubleStatus - Ping-Serv-Status.
- 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
. - Secip
Relay stringIp - DHCP relay IP address.
- Seq double
- Seq.
- 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. - Allowaccesses []string
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - Detectprotocols []string
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - Detectserver string
- Gateway's ping server for this IP.
- Fosid float64
- ID.
- Gwdetect string
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - Ha
Priority float64 - HA election priority for the PING server.
- Ip string
- Secondary IP address of the interface.
- Object
Fsp stringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- Ping
Serv float64Status - Ping-Serv-Status.
- 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
. - Secip
Relay stringIp - DHCP relay IP address.
- Seq float64
- Seq.
- 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. - allowaccesses List<String>
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols List<String>
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver String
- Gateway's ping server for this IP.
- fosid Double
- ID.
- gwdetect String
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha
Priority Double - HA election priority for the PING server.
- ip String
- Secondary IP address of the interface.
- object
Fsp StringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- ping
Serv DoubleStatus - Ping-Serv-Status.
- 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
. - secip
Relay StringIp - DHCP relay IP address.
- seq Double
- Seq.
- 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. - allowaccesses string[]
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols string[]
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver string
- Gateway's ping server for this IP.
- fosid number
- ID.
- gwdetect string
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha
Priority number - HA election priority for the PING server.
- ip string
- Secondary IP address of the interface.
- object
Fsp stringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- ping
Serv numberStatus - Ping-Serv-Status.
- 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
. - secip
Relay stringIp - DHCP relay IP address.
- seq number
- Seq.
- 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. - allowaccesses Sequence[str]
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols Sequence[str]
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver str
- Gateway's ping server for this IP.
- fosid float
- ID.
- gwdetect str
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha_
priority float - HA election priority for the PING server.
- ip str
- Secondary IP address of the interface.
- object_
fsp_ strvlan_ interface_ secondaryip_ id - an identifier for the resource with format {{fosid}}.
- ping_
serv_ floatstatus - Ping-Serv-Status.
- 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
. - secip_
relay_ strip - DHCP relay IP address.
- seq float
- Seq.
- 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. - allowaccesses List<String>
- Management access settings for the secondary IP address. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
,fgfm
,auto-ipsec
,radius-acct
,probe-response
,capwap
,dnp
,ftm
,fabric
. - detectprotocols List<String>
- Protocols used to detect the server. Valid values:
ping
,tcp-echo
,udp-echo
. - detectserver String
- Gateway's ping server for this IP.
- fosid Number
- ID.
- gwdetect String
- Enable/disable detect gateway alive for first. Valid values:
disable
,enable
. - ha
Priority Number - HA election priority for the PING server.
- ip String
- Secondary IP address of the interface.
- object
Fsp StringVlan Interface Secondaryip Id - an identifier for the resource with format {{fosid}}.
- ping
Serv NumberStatus - Ping-Serv-Status.
- 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
. - secip
Relay StringIp - DHCP relay IP address.
- seq Number
- Seq.
- vlan String
- Vlan.
Import
ObjectFsp VlanInterfaceSecondaryip 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/objectFspVlanInterfaceSecondaryip:ObjectFspVlanInterfaceSecondaryip labelname {{fosid}}
$ 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.