fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension
Explore with Pulumi AI
FortiExtender lan extension configuration.
This resource is a sub resource for variable
lan_extension
of resourcefortimanager.ObjectExtensioncontrollerExtenderprofile
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
backhaul
:fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul
downlinks
:fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks
Create ObjectExtensioncontrollerExtenderprofileLanextension Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectExtensioncontrollerExtenderprofileLanextension(name: string, args: ObjectExtensioncontrollerExtenderprofileLanextensionArgs, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofileLanextension(resource_name: str,
args: ObjectExtensioncontrollerExtenderprofileLanextensionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectExtensioncontrollerExtenderprofileLanextension(resource_name: str,
opts: Optional[ResourceOptions] = None,
extender_profile: Optional[str] = None,
adom: Optional[str] = None,
backhaul_interface: Optional[str] = None,
backhaul_ip: Optional[str] = None,
backhauls: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs]] = None,
downlinks: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
ipsec_tunnel: Optional[str] = None,
link_loadbalance: Optional[str] = None,
object_extensioncontroller_extenderprofile_lanextension_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectExtensioncontrollerExtenderprofileLanextension(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileLanextensionArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextension, error)
public ObjectExtensioncontrollerExtenderprofileLanextension(string name, ObjectExtensioncontrollerExtenderprofileLanextensionArgs args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileLanextension(String name, ObjectExtensioncontrollerExtenderprofileLanextensionArgs args)
public ObjectExtensioncontrollerExtenderprofileLanextension(String name, ObjectExtensioncontrollerExtenderprofileLanextensionArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextension
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 ObjectExtensioncontrollerExtenderprofileLanextensionArgs
- 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 ObjectExtensioncontrollerExtenderprofileLanextensionArgs
- 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 ObjectExtensioncontrollerExtenderprofileLanextensionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileLanextensionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileLanextensionArgs
- 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 objectExtensioncontrollerExtenderprofileLanextensionResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource", new()
{
ExtenderProfile = "string",
Adom = "string",
BackhaulInterface = "string",
BackhaulIp = "string",
Backhauls = new[]
{
new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs
{
Name = "string",
Port = "string",
Role = "string",
Weight = 0,
},
},
Downlinks = new[]
{
new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs
{
Name = "string",
Port = "string",
Pvid = 0,
Type = "string",
Vaps = new[]
{
"string",
},
},
},
DynamicSortSubtable = "string",
IpsecTunnel = "string",
LinkLoadbalance = "string",
ObjectExtensioncontrollerExtenderprofileLanextensionId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileLanextension(ctx, "objectExtensioncontrollerExtenderprofileLanextensionResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionArgs{
ExtenderProfile: pulumi.String("string"),
Adom: pulumi.String("string"),
BackhaulInterface: pulumi.String("string"),
BackhaulIp: pulumi.String("string"),
Backhauls: .ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulTypeArray{
&.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulTypeArgs{
Name: pulumi.String("string"),
Port: pulumi.String("string"),
Role: pulumi.String("string"),
Weight: pulumi.Float64(0),
},
},
Downlinks: .ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArray{
&.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs{
Name: pulumi.String("string"),
Port: pulumi.String("string"),
Pvid: pulumi.Float64(0),
Type: pulumi.String("string"),
Vaps: pulumi.StringArray{
pulumi.String("string"),
},
},
},
DynamicSortSubtable: pulumi.String("string"),
IpsecTunnel: pulumi.String("string"),
LinkLoadbalance: pulumi.String("string"),
ObjectExtensioncontrollerExtenderprofileLanextensionId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectExtensioncontrollerExtenderprofileLanextensionResource = new ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource", ObjectExtensioncontrollerExtenderprofileLanextensionArgs.builder()
.extenderProfile("string")
.adom("string")
.backhaulInterface("string")
.backhaulIp("string")
.backhauls(ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs.builder()
.name("string")
.port("string")
.role("string")
.weight(0)
.build())
.downlinks(ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs.builder()
.name("string")
.port("string")
.pvid(0)
.type("string")
.vaps("string")
.build())
.dynamicSortSubtable("string")
.ipsecTunnel("string")
.linkLoadbalance("string")
.objectExtensioncontrollerExtenderprofileLanextensionId("string")
.scopetype("string")
.build());
object_extensioncontroller_extenderprofile_lanextension_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource",
extender_profile="string",
adom="string",
backhaul_interface="string",
backhaul_ip="string",
backhauls=[{
"name": "string",
"port": "string",
"role": "string",
"weight": 0,
}],
downlinks=[{
"name": "string",
"port": "string",
"pvid": 0,
"type": "string",
"vaps": ["string"],
}],
dynamic_sort_subtable="string",
ipsec_tunnel="string",
link_loadbalance="string",
object_extensioncontroller_extenderprofile_lanextension_id="string",
scopetype="string")
const objectExtensioncontrollerExtenderprofileLanextensionResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource", {
extenderProfile: "string",
adom: "string",
backhaulInterface: "string",
backhaulIp: "string",
backhauls: [{
name: "string",
port: "string",
role: "string",
weight: 0,
}],
downlinks: [{
name: "string",
port: "string",
pvid: 0,
type: "string",
vaps: ["string"],
}],
dynamicSortSubtable: "string",
ipsecTunnel: "string",
linkLoadbalance: "string",
objectExtensioncontrollerExtenderprofileLanextensionId: "string",
scopetype: "string",
});
type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextension
properties:
adom: string
backhaulInterface: string
backhaulIp: string
backhauls:
- name: string
port: string
role: string
weight: 0
downlinks:
- name: string
port: string
pvid: 0
type: string
vaps:
- string
dynamicSortSubtable: string
extenderProfile: string
ipsecTunnel: string
linkLoadbalance: string
objectExtensioncontrollerExtenderprofileLanextensionId: string
scopetype: string
ObjectExtensioncontrollerExtenderprofileLanextension 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 ObjectExtensioncontrollerExtenderprofileLanextension resource accepts the following input properties:
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
List<Object
Extensioncontroller Extenderprofile Lanextension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - Downlinks
List<Object
Extensioncontroller Extenderprofile Lanextension Downlink> - Downlinks. The structure of
downlinks
block is documented below. - 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.
- Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - Object
Extensioncontroller stringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
[]Object
Extensioncontroller Extenderprofile Lanextension Backhaul Type Args - Backhaul. The structure of
backhaul
block is documented below. - Downlinks
[]Object
Extensioncontroller Extenderprofile Lanextension Downlink Args - Downlinks. The structure of
downlinks
block is documented below. - 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.
- Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - Object
Extensioncontroller stringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
List<Object
Extensioncontroller Extenderprofile Lanextension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - downlinks
List<Object
Extensioncontroller Extenderprofile Lanextension Downlink> - Downlinks. The structure of
downlinks
block is documented below. - 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.
- ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object
Extensioncontroller StringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- extender
Profile string - Extender Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul
Interface string - IPsec phase1 interface.
- backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Object
Extensioncontroller Extenderprofile Lanextension Backhaul[] - Backhaul. The structure of
backhaul
block is documented below. - downlinks
Object
Extensioncontroller Extenderprofile Lanextension Downlink[] - Downlinks. The structure of
downlinks
block is documented below. - 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.
- ipsec
Tunnel string - IPsec tunnel name.
- link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object
Extensioncontroller stringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- extender_
profile str - Extender Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul_
interface str - IPsec phase1 interface.
- backhaul_
ip str - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Sequence[Object
Extensioncontroller Extenderprofile Lanextension Backhaul Args] - Backhaul. The structure of
backhaul
block is documented below. - downlinks
Sequence[Object
Extensioncontroller Extenderprofile Lanextension Downlink Args] - Downlinks. The structure of
downlinks
block is documented below. - 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.
- ipsec_
tunnel str - IPsec tunnel name.
- link_
loadbalance str - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object_
extensioncontroller_ strextenderprofile_ lanextension_ id - an identifier for the resource.
- 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
.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls List<Property Map>
- Backhaul. The structure of
backhaul
block is documented below. - downlinks List<Property Map>
- Downlinks. The structure of
downlinks
block is documented below. - 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.
- ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object
Extensioncontroller StringExtenderprofile Lanextension Id - an identifier for the resource.
- 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 ObjectExtensioncontrollerExtenderprofileLanextension 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 ObjectExtensioncontrollerExtenderprofileLanextension Resource
Get an existing ObjectExtensioncontrollerExtenderprofileLanextension 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?: ObjectExtensioncontrollerExtenderprofileLanextensionState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileLanextension
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
backhaul_interface: Optional[str] = None,
backhaul_ip: Optional[str] = None,
backhauls: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs]] = None,
downlinks: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
extender_profile: Optional[str] = None,
ipsec_tunnel: Optional[str] = None,
link_loadbalance: Optional[str] = None,
object_extensioncontroller_extenderprofile_lanextension_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileLanextension
func GetObjectExtensioncontrollerExtenderprofileLanextension(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileLanextensionState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextension, error)
public static ObjectExtensioncontrollerExtenderprofileLanextension Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileLanextensionState? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofileLanextension get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileLanextensionState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextension 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. - Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
List<Object
Extensioncontroller Extenderprofile Lanextension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - Downlinks
List<Object
Extensioncontroller Extenderprofile Lanextension Downlink> - Downlinks. The structure of
downlinks
block is documented below. - 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.
- Extender
Profile string - Extender Profile.
- Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - Object
Extensioncontroller stringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
[]Object
Extensioncontroller Extenderprofile Lanextension Backhaul Type Args - Backhaul. The structure of
backhaul
block is documented below. - Downlinks
[]Object
Extensioncontroller Extenderprofile Lanextension Downlink Args - Downlinks. The structure of
downlinks
block is documented below. - 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.
- Extender
Profile string - Extender Profile.
- Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - Object
Extensioncontroller stringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
List<Object
Extensioncontroller Extenderprofile Lanextension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - downlinks
List<Object
Extensioncontroller Extenderprofile Lanextension Downlink> - Downlinks. The structure of
downlinks
block is documented below. - 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.
- extender
Profile String - Extender Profile.
- ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object
Extensioncontroller StringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul
Interface string - IPsec phase1 interface.
- backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Object
Extensioncontroller Extenderprofile Lanextension Backhaul[] - Backhaul. The structure of
backhaul
block is documented below. - downlinks
Object
Extensioncontroller Extenderprofile Lanextension Downlink[] - Downlinks. The structure of
downlinks
block is documented below. - 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.
- extender
Profile string - Extender Profile.
- ipsec
Tunnel string - IPsec tunnel name.
- link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object
Extensioncontroller stringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul_
interface str - IPsec phase1 interface.
- backhaul_
ip str - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Sequence[Object
Extensioncontroller Extenderprofile Lanextension Backhaul Args] - Backhaul. The structure of
backhaul
block is documented below. - downlinks
Sequence[Object
Extensioncontroller Extenderprofile Lanextension Downlink Args] - Downlinks. The structure of
downlinks
block is documented below. - 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.
- extender_
profile str - Extender Profile.
- ipsec_
tunnel str - IPsec tunnel name.
- link_
loadbalance str - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object_
extensioncontroller_ strextenderprofile_ lanextension_ id - an identifier for the resource.
- 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls List<Property Map>
- Backhaul. The structure of
backhaul
block is documented below. - downlinks List<Property Map>
- Downlinks. The structure of
downlinks
block is documented below. - 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.
- extender
Profile String - Extender Profile.
- ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
. - object
Extensioncontroller StringExtenderprofile Lanextension Id - an identifier for the resource.
- 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
ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul, ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs
ObjectExtensioncontrollerExtenderprofileLanextensionDownlink, ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs
- Name string
- FortiExtender LAN extension downlink config entry name.
- Port string
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - Pvid double
- FortiExtender LAN extension downlink PVID.
- Type string
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - Vaps List<string>
- FortiExtender LAN extension downlink vap.
- Name string
- FortiExtender LAN extension downlink config entry name.
- Port string
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - Pvid float64
- FortiExtender LAN extension downlink PVID.
- Type string
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - Vaps []string
- FortiExtender LAN extension downlink vap.
- name String
- FortiExtender LAN extension downlink config entry name.
- port String
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid Double
- FortiExtender LAN extension downlink PVID.
- type String
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps List<String>
- FortiExtender LAN extension downlink vap.
- name string
- FortiExtender LAN extension downlink config entry name.
- port string
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid number
- FortiExtender LAN extension downlink PVID.
- type string
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps string[]
- FortiExtender LAN extension downlink vap.
- name str
- FortiExtender LAN extension downlink config entry name.
- port str
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid float
- FortiExtender LAN extension downlink PVID.
- type str
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps Sequence[str]
- FortiExtender LAN extension downlink vap.
- name String
- FortiExtender LAN extension downlink config entry name.
- port String
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid Number
- FortiExtender LAN extension downlink PVID.
- type String
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps List<String>
- FortiExtender LAN extension downlink vap.
Import
ObjectExtensionController ExtenderProfileLanExtension can be imported using any of these accepted formats:
Set import_options = [“extender_profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectExtensioncontrollerExtenderprofileLanextension:ObjectExtensioncontrollerExtenderprofileLanextension labelname ObjectExtensionControllerExtenderProfileLanExtension
$ 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.