fortimanager.ObjectWirelesscontrollerWtpprofileLan
Explore with Pulumi AI
WTP LAN port mapping.
This resource is a sub resource for variable
lan
of resourcefortimanager.ObjectWirelesscontrollerWtpprofile
. Conflict and overwrite may occur if use both of them.
Create ObjectWirelesscontrollerWtpprofileLan Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWirelesscontrollerWtpprofileLan(name: string, args: ObjectWirelesscontrollerWtpprofileLanArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerWtpprofileLan(resource_name: str,
args: ObjectWirelesscontrollerWtpprofileLanInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWirelesscontrollerWtpprofileLan(resource_name: str,
opts: Optional[ResourceOptions] = None,
wtp_profile: Optional[str] = None,
port6_mode: Optional[str] = None,
object_wirelesscontroller_wtpprofile_lan_id: Optional[str] = None,
port5_ssid: Optional[str] = None,
port2_mode: Optional[str] = None,
port2_ssid: Optional[str] = None,
port3_mode: Optional[str] = None,
port3_ssid: Optional[str] = None,
port4_mode: Optional[str] = None,
port4_ssid: Optional[str] = None,
port6_ssid: Optional[str] = None,
port1_ssid: Optional[str] = None,
port1_mode: Optional[str] = None,
port5_mode: Optional[str] = None,
port7_mode: Optional[str] = None,
port7_ssid: Optional[str] = None,
port8_mode: Optional[str] = None,
port8_ssid: Optional[str] = None,
port_esl_mode: Optional[str] = None,
port_esl_ssid: Optional[str] = None,
port_mode: Optional[str] = None,
port_ssid: Optional[str] = None,
scopetype: Optional[str] = None,
adom: Optional[str] = None)
func NewObjectWirelesscontrollerWtpprofileLan(ctx *Context, name string, args ObjectWirelesscontrollerWtpprofileLanArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerWtpprofileLan, error)
public ObjectWirelesscontrollerWtpprofileLan(string name, ObjectWirelesscontrollerWtpprofileLanArgs args, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerWtpprofileLan(String name, ObjectWirelesscontrollerWtpprofileLanArgs args)
public ObjectWirelesscontrollerWtpprofileLan(String name, ObjectWirelesscontrollerWtpprofileLanArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerWtpprofileLan
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 ObjectWirelesscontrollerWtpprofileLanArgs
- 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 ObjectWirelesscontrollerWtpprofileLanInitArgs
- 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 ObjectWirelesscontrollerWtpprofileLanArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerWtpprofileLanArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWirelesscontrollerWtpprofileLanArgs
- 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 objectWirelesscontrollerWtpprofileLanResource = new Fortimanager.ObjectWirelesscontrollerWtpprofileLan("objectWirelesscontrollerWtpprofileLanResource", new()
{
WtpProfile = "string",
Port6Mode = "string",
ObjectWirelesscontrollerWtpprofileLanId = "string",
Port5Ssid = "string",
Port2Mode = "string",
Port2Ssid = "string",
Port3Mode = "string",
Port3Ssid = "string",
Port4Mode = "string",
Port4Ssid = "string",
Port6Ssid = "string",
Port1Ssid = "string",
Port1Mode = "string",
Port5Mode = "string",
Port7Mode = "string",
Port7Ssid = "string",
Port8Mode = "string",
Port8Ssid = "string",
PortEslMode = "string",
PortEslSsid = "string",
PortMode = "string",
PortSsid = "string",
Scopetype = "string",
Adom = "string",
});
example, err := fortimanager.NewObjectWirelesscontrollerWtpprofileLan(ctx, "objectWirelesscontrollerWtpprofileLanResource", &fortimanager.ObjectWirelesscontrollerWtpprofileLanArgs{
WtpProfile: pulumi.String("string"),
Port6Mode: pulumi.String("string"),
ObjectWirelesscontrollerWtpprofileLanId: pulumi.String("string"),
Port5Ssid: pulumi.String("string"),
Port2Mode: pulumi.String("string"),
Port2Ssid: pulumi.String("string"),
Port3Mode: pulumi.String("string"),
Port3Ssid: pulumi.String("string"),
Port4Mode: pulumi.String("string"),
Port4Ssid: pulumi.String("string"),
Port6Ssid: pulumi.String("string"),
Port1Ssid: pulumi.String("string"),
Port1Mode: pulumi.String("string"),
Port5Mode: pulumi.String("string"),
Port7Mode: pulumi.String("string"),
Port7Ssid: pulumi.String("string"),
Port8Mode: pulumi.String("string"),
Port8Ssid: pulumi.String("string"),
PortEslMode: pulumi.String("string"),
PortEslSsid: pulumi.String("string"),
PortMode: pulumi.String("string"),
PortSsid: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Adom: pulumi.String("string"),
})
var objectWirelesscontrollerWtpprofileLanResource = new ObjectWirelesscontrollerWtpprofileLan("objectWirelesscontrollerWtpprofileLanResource", ObjectWirelesscontrollerWtpprofileLanArgs.builder()
.wtpProfile("string")
.port6Mode("string")
.objectWirelesscontrollerWtpprofileLanId("string")
.port5Ssid("string")
.port2Mode("string")
.port2Ssid("string")
.port3Mode("string")
.port3Ssid("string")
.port4Mode("string")
.port4Ssid("string")
.port6Ssid("string")
.port1Ssid("string")
.port1Mode("string")
.port5Mode("string")
.port7Mode("string")
.port7Ssid("string")
.port8Mode("string")
.port8Ssid("string")
.portEslMode("string")
.portEslSsid("string")
.portMode("string")
.portSsid("string")
.scopetype("string")
.adom("string")
.build());
object_wirelesscontroller_wtpprofile_lan_resource = fortimanager.ObjectWirelesscontrollerWtpprofileLan("objectWirelesscontrollerWtpprofileLanResource",
wtp_profile="string",
port6_mode="string",
object_wirelesscontroller_wtpprofile_lan_id="string",
port5_ssid="string",
port2_mode="string",
port2_ssid="string",
port3_mode="string",
port3_ssid="string",
port4_mode="string",
port4_ssid="string",
port6_ssid="string",
port1_ssid="string",
port1_mode="string",
port5_mode="string",
port7_mode="string",
port7_ssid="string",
port8_mode="string",
port8_ssid="string",
port_esl_mode="string",
port_esl_ssid="string",
port_mode="string",
port_ssid="string",
scopetype="string",
adom="string")
const objectWirelesscontrollerWtpprofileLanResource = new fortimanager.ObjectWirelesscontrollerWtpprofileLan("objectWirelesscontrollerWtpprofileLanResource", {
wtpProfile: "string",
port6Mode: "string",
objectWirelesscontrollerWtpprofileLanId: "string",
port5Ssid: "string",
port2Mode: "string",
port2Ssid: "string",
port3Mode: "string",
port3Ssid: "string",
port4Mode: "string",
port4Ssid: "string",
port6Ssid: "string",
port1Ssid: "string",
port1Mode: "string",
port5Mode: "string",
port7Mode: "string",
port7Ssid: "string",
port8Mode: "string",
port8Ssid: "string",
portEslMode: "string",
portEslSsid: "string",
portMode: "string",
portSsid: "string",
scopetype: "string",
adom: "string",
});
type: fortimanager:ObjectWirelesscontrollerWtpprofileLan
properties:
adom: string
objectWirelesscontrollerWtpprofileLanId: string
port1Mode: string
port1Ssid: string
port2Mode: string
port2Ssid: string
port3Mode: string
port3Ssid: string
port4Mode: string
port4Ssid: string
port5Mode: string
port5Ssid: string
port6Mode: string
port6Ssid: string
port7Mode: string
port7Ssid: string
port8Mode: string
port8Ssid: string
portEslMode: string
portEslSsid: string
portMode: string
portSsid: string
scopetype: string
wtpProfile: string
ObjectWirelesscontrollerWtpprofileLan 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 ObjectWirelesscontrollerWtpprofileLan resource accepts the following input properties:
- Wtp
Profile string - Wtp Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Wirelesscontroller stringWtpprofile Lan Id - an identifier for the resource.
- Port1Mode string
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port1Ssid string
- Bridge LAN port 1 to SSID.
- Port2Mode string
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port2Ssid string
- Bridge LAN port 2 to SSID.
- Port3Mode string
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port3Ssid string
- Bridge LAN port 3 to SSID.
- Port4Mode string
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port4Ssid string
- Bridge LAN port 4 to SSID.
- Port5Mode string
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port5Ssid string
- Bridge LAN port 5 to SSID.
- Port6Mode string
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port6Ssid string
- Bridge LAN port 6 to SSID.
- Port7Mode string
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port7Ssid string
- Bridge LAN port 7 to SSID.
- Port8Mode string
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port8Ssid string
- Bridge LAN port 8 to SSID.
- Port
Esl stringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Esl stringSsid - Bridge ESL port to SSID.
- Port
Mode string - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Ssid string - Bridge LAN port to SSID.
- 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
.
- Wtp
Profile string - Wtp Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Wirelesscontroller stringWtpprofile Lan Id - an identifier for the resource.
- Port1Mode string
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port1Ssid string
- Bridge LAN port 1 to SSID.
- Port2Mode string
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port2Ssid string
- Bridge LAN port 2 to SSID.
- Port3Mode string
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port3Ssid string
- Bridge LAN port 3 to SSID.
- Port4Mode string
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port4Ssid string
- Bridge LAN port 4 to SSID.
- Port5Mode string
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port5Ssid string
- Bridge LAN port 5 to SSID.
- Port6Mode string
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port6Ssid string
- Bridge LAN port 6 to SSID.
- Port7Mode string
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port7Ssid string
- Bridge LAN port 7 to SSID.
- Port8Mode string
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port8Ssid string
- Bridge LAN port 8 to SSID.
- Port
Esl stringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Esl stringSsid - Bridge ESL port to SSID.
- Port
Mode string - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Ssid string - Bridge LAN port to SSID.
- 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
.
- wtp
Profile String - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Wirelesscontroller StringWtpprofile Lan Id - an identifier for the resource.
- port1Mode String
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1Ssid String
- Bridge LAN port 1 to SSID.
- port2Mode String
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2Ssid String
- Bridge LAN port 2 to SSID.
- port3Mode String
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3Ssid String
- Bridge LAN port 3 to SSID.
- port4Mode String
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4Ssid String
- Bridge LAN port 4 to SSID.
- port5Mode String
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5Ssid String
- Bridge LAN port 5 to SSID.
- port6Mode String
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6Ssid String
- Bridge LAN port 6 to SSID.
- port7Mode String
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7Ssid String
- Bridge LAN port 7 to SSID.
- port8Mode String
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8Ssid String
- Bridge LAN port 8 to SSID.
- port
Esl StringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Esl StringSsid - Bridge ESL port to SSID.
- port
Mode String - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Ssid String - Bridge LAN port to SSID.
- 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
.
- wtp
Profile string - Wtp Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Wirelesscontroller stringWtpprofile Lan Id - an identifier for the resource.
- port1Mode string
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1Ssid string
- Bridge LAN port 1 to SSID.
- port2Mode string
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2Ssid string
- Bridge LAN port 2 to SSID.
- port3Mode string
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3Ssid string
- Bridge LAN port 3 to SSID.
- port4Mode string
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4Ssid string
- Bridge LAN port 4 to SSID.
- port5Mode string
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5Ssid string
- Bridge LAN port 5 to SSID.
- port6Mode string
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6Ssid string
- Bridge LAN port 6 to SSID.
- port7Mode string
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7Ssid string
- Bridge LAN port 7 to SSID.
- port8Mode string
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8Ssid string
- Bridge LAN port 8 to SSID.
- port
Esl stringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Esl stringSsid - Bridge ESL port to SSID.
- port
Mode string - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Ssid string - Bridge LAN port to SSID.
- 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
.
- wtp_
profile str - Wtp Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
wirelesscontroller_ strwtpprofile_ lan_ id - an identifier for the resource.
- port1_
mode str - LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1_
ssid str - Bridge LAN port 1 to SSID.
- port2_
mode str - LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2_
ssid str - Bridge LAN port 2 to SSID.
- port3_
mode str - LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3_
ssid str - Bridge LAN port 3 to SSID.
- port4_
mode str - LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4_
ssid str - Bridge LAN port 4 to SSID.
- port5_
mode str - LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5_
ssid str - Bridge LAN port 5 to SSID.
- port6_
mode str - LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6_
ssid str - Bridge LAN port 6 to SSID.
- port7_
mode str - LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7_
ssid str - Bridge LAN port 7 to SSID.
- port8_
mode str - LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8_
ssid str - Bridge LAN port 8 to SSID.
- port_
esl_ strmode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port_
esl_ strssid - Bridge ESL port to SSID.
- port_
mode str - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port_
ssid str - Bridge LAN port to SSID.
- 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
.
- wtp
Profile String - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Wirelesscontroller StringWtpprofile Lan Id - an identifier for the resource.
- port1Mode String
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1Ssid String
- Bridge LAN port 1 to SSID.
- port2Mode String
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2Ssid String
- Bridge LAN port 2 to SSID.
- port3Mode String
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3Ssid String
- Bridge LAN port 3 to SSID.
- port4Mode String
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4Ssid String
- Bridge LAN port 4 to SSID.
- port5Mode String
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5Ssid String
- Bridge LAN port 5 to SSID.
- port6Mode String
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6Ssid String
- Bridge LAN port 6 to SSID.
- port7Mode String
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7Ssid String
- Bridge LAN port 7 to SSID.
- port8Mode String
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8Ssid String
- Bridge LAN port 8 to SSID.
- port
Esl StringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Esl StringSsid - Bridge ESL port to SSID.
- port
Mode String - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Ssid String - Bridge LAN port to SSID.
- 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 ObjectWirelesscontrollerWtpprofileLan 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 ObjectWirelesscontrollerWtpprofileLan Resource
Get an existing ObjectWirelesscontrollerWtpprofileLan 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?: ObjectWirelesscontrollerWtpprofileLanState, opts?: CustomResourceOptions): ObjectWirelesscontrollerWtpprofileLan
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
object_wirelesscontroller_wtpprofile_lan_id: Optional[str] = None,
port1_mode: Optional[str] = None,
port1_ssid: Optional[str] = None,
port2_mode: Optional[str] = None,
port2_ssid: Optional[str] = None,
port3_mode: Optional[str] = None,
port3_ssid: Optional[str] = None,
port4_mode: Optional[str] = None,
port4_ssid: Optional[str] = None,
port5_mode: Optional[str] = None,
port5_ssid: Optional[str] = None,
port6_mode: Optional[str] = None,
port6_ssid: Optional[str] = None,
port7_mode: Optional[str] = None,
port7_ssid: Optional[str] = None,
port8_mode: Optional[str] = None,
port8_ssid: Optional[str] = None,
port_esl_mode: Optional[str] = None,
port_esl_ssid: Optional[str] = None,
port_mode: Optional[str] = None,
port_ssid: Optional[str] = None,
scopetype: Optional[str] = None,
wtp_profile: Optional[str] = None) -> ObjectWirelesscontrollerWtpprofileLan
func GetObjectWirelesscontrollerWtpprofileLan(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerWtpprofileLanState, opts ...ResourceOption) (*ObjectWirelesscontrollerWtpprofileLan, error)
public static ObjectWirelesscontrollerWtpprofileLan Get(string name, Input<string> id, ObjectWirelesscontrollerWtpprofileLanState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerWtpprofileLan get(String name, Output<String> id, ObjectWirelesscontrollerWtpprofileLanState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWirelesscontrollerWtpprofileLan get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Wirelesscontroller stringWtpprofile Lan Id - an identifier for the resource.
- Port1Mode string
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port1Ssid string
- Bridge LAN port 1 to SSID.
- Port2Mode string
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port2Ssid string
- Bridge LAN port 2 to SSID.
- Port3Mode string
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port3Ssid string
- Bridge LAN port 3 to SSID.
- Port4Mode string
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port4Ssid string
- Bridge LAN port 4 to SSID.
- Port5Mode string
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port5Ssid string
- Bridge LAN port 5 to SSID.
- Port6Mode string
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port6Ssid string
- Bridge LAN port 6 to SSID.
- Port7Mode string
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port7Ssid string
- Bridge LAN port 7 to SSID.
- Port8Mode string
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port8Ssid string
- Bridge LAN port 8 to SSID.
- Port
Esl stringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Esl stringSsid - Bridge ESL port to SSID.
- Port
Mode string - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Ssid string - Bridge LAN port to SSID.
- 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
. - Wtp
Profile string - Wtp Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Wirelesscontroller stringWtpprofile Lan Id - an identifier for the resource.
- Port1Mode string
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port1Ssid string
- Bridge LAN port 1 to SSID.
- Port2Mode string
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port2Ssid string
- Bridge LAN port 2 to SSID.
- Port3Mode string
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port3Ssid string
- Bridge LAN port 3 to SSID.
- Port4Mode string
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port4Ssid string
- Bridge LAN port 4 to SSID.
- Port5Mode string
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port5Ssid string
- Bridge LAN port 5 to SSID.
- Port6Mode string
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port6Ssid string
- Bridge LAN port 6 to SSID.
- Port7Mode string
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port7Ssid string
- Bridge LAN port 7 to SSID.
- Port8Mode string
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port8Ssid string
- Bridge LAN port 8 to SSID.
- Port
Esl stringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Esl stringSsid - Bridge ESL port to SSID.
- Port
Mode string - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - Port
Ssid string - Bridge LAN port to SSID.
- 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
. - Wtp
Profile string - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Wirelesscontroller StringWtpprofile Lan Id - an identifier for the resource.
- port1Mode String
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1Ssid String
- Bridge LAN port 1 to SSID.
- port2Mode String
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2Ssid String
- Bridge LAN port 2 to SSID.
- port3Mode String
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3Ssid String
- Bridge LAN port 3 to SSID.
- port4Mode String
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4Ssid String
- Bridge LAN port 4 to SSID.
- port5Mode String
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5Ssid String
- Bridge LAN port 5 to SSID.
- port6Mode String
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6Ssid String
- Bridge LAN port 6 to SSID.
- port7Mode String
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7Ssid String
- Bridge LAN port 7 to SSID.
- port8Mode String
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8Ssid String
- Bridge LAN port 8 to SSID.
- port
Esl StringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Esl StringSsid - Bridge ESL port to SSID.
- port
Mode String - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Ssid String - Bridge LAN port to SSID.
- 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
. - wtp
Profile String - Wtp Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Wirelesscontroller stringWtpprofile Lan Id - an identifier for the resource.
- port1Mode string
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1Ssid string
- Bridge LAN port 1 to SSID.
- port2Mode string
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2Ssid string
- Bridge LAN port 2 to SSID.
- port3Mode string
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3Ssid string
- Bridge LAN port 3 to SSID.
- port4Mode string
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4Ssid string
- Bridge LAN port 4 to SSID.
- port5Mode string
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5Ssid string
- Bridge LAN port 5 to SSID.
- port6Mode string
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6Ssid string
- Bridge LAN port 6 to SSID.
- port7Mode string
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7Ssid string
- Bridge LAN port 7 to SSID.
- port8Mode string
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8Ssid string
- Bridge LAN port 8 to SSID.
- port
Esl stringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Esl stringSsid - Bridge ESL port to SSID.
- port
Mode string - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Ssid string - Bridge LAN port to SSID.
- 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
. - wtp
Profile string - Wtp Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
wirelesscontroller_ strwtpprofile_ lan_ id - an identifier for the resource.
- port1_
mode str - LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1_
ssid str - Bridge LAN port 1 to SSID.
- port2_
mode str - LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2_
ssid str - Bridge LAN port 2 to SSID.
- port3_
mode str - LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3_
ssid str - Bridge LAN port 3 to SSID.
- port4_
mode str - LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4_
ssid str - Bridge LAN port 4 to SSID.
- port5_
mode str - LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5_
ssid str - Bridge LAN port 5 to SSID.
- port6_
mode str - LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6_
ssid str - Bridge LAN port 6 to SSID.
- port7_
mode str - LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7_
ssid str - Bridge LAN port 7 to SSID.
- port8_
mode str - LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8_
ssid str - Bridge LAN port 8 to SSID.
- port_
esl_ strmode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port_
esl_ strssid - Bridge ESL port to SSID.
- port_
mode str - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port_
ssid str - Bridge LAN port to SSID.
- 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
. - wtp_
profile str - Wtp Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Wirelesscontroller StringWtpprofile Lan Id - an identifier for the resource.
- port1Mode String
- LAN port 1 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port1Ssid String
- Bridge LAN port 1 to SSID.
- port2Mode String
- LAN port 2 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port2Ssid String
- Bridge LAN port 2 to SSID.
- port3Mode String
- LAN port 3 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port3Ssid String
- Bridge LAN port 3 to SSID.
- port4Mode String
- LAN port 4 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port4Ssid String
- Bridge LAN port 4 to SSID.
- port5Mode String
- LAN port 5 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port5Ssid String
- Bridge LAN port 5 to SSID.
- port6Mode String
- LAN port 6 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port6Ssid String
- Bridge LAN port 6 to SSID.
- port7Mode String
- LAN port 7 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port7Ssid String
- Bridge LAN port 7 to SSID.
- port8Mode String
- LAN port 8 mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port8Ssid String
- Bridge LAN port 8 to SSID.
- port
Esl StringMode - ESL port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Esl StringSsid - Bridge ESL port to SSID.
- port
Mode String - LAN port mode. Valid values:
offline
,bridge-to-wan
,bridge-to-ssid
,nat-to-wan
. - port
Ssid String - Bridge LAN port to SSID.
- 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
. - wtp
Profile String - Wtp Profile.
Import
ObjectWirelessController WtpProfileLan can be imported using any of these accepted formats:
Set import_options = [“wtp_profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWirelesscontrollerWtpprofileLan:ObjectWirelesscontrollerWtpprofileLan labelname ObjectWirelessControllerWtpProfileLan
$ 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.