1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectWirelesscontrollerWtpprofileLan
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectWirelesscontrollerWtpprofileLan

Explore with Pulumi AI

WTP LAN port mapping.

This resource is a sub resource for variable lan of resource fortimanager.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 This property is required. string
The unique name of the resource.
args This property is required. ObjectWirelesscontrollerWtpprofileLanArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ObjectWirelesscontrollerWtpprofileLanArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectWirelesscontrollerWtpprofileLanArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
});
Copy
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"),
})
Copy
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());
Copy
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")
Copy
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",
});
Copy
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
Copy

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:

WtpProfile This property is required. string
Wtp Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ObjectWirelesscontrollerWtpprofileLanId string
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.
PortEslMode string
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortEslSsid string
Bridge ESL port to SSID.
PortMode string
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortSsid string
Bridge LAN port to SSID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
WtpProfile This property is required. string
Wtp Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ObjectWirelesscontrollerWtpprofileLanId string
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.
PortEslMode string
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortEslSsid string
Bridge ESL port to SSID.
PortMode string
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortSsid string
Bridge LAN port to SSID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtpProfile This property is required. String
Wtp Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
objectWirelesscontrollerWtpprofileLanId String
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.
portEslMode String
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portEslSsid String
Bridge ESL port to SSID.
portMode String
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portSsid String
Bridge LAN port to SSID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtpProfile This property is required. string
Wtp Profile.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
objectWirelesscontrollerWtpprofileLanId string
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.
portEslMode string
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portEslSsid string
Bridge ESL port to SSID.
portMode string
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portSsid string
Bridge LAN port to SSID.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtp_profile This property is required. str
Wtp Profile.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
object_wirelesscontroller_wtpprofile_lan_id str
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_mode str
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
port_esl_ssid str
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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtpProfile This property is required. String
Wtp Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
objectWirelesscontrollerWtpprofileLanId String
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.
portEslMode String
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portEslSsid String
Bridge ESL port to SSID.
portMode String
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portSsid String
Bridge LAN port to SSID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ObjectWirelesscontrollerWtpprofileLanId string
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.
PortEslMode string
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortEslSsid string
Bridge ESL port to SSID.
PortMode string
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortSsid string
Bridge LAN port to SSID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
WtpProfile string
Wtp Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ObjectWirelesscontrollerWtpprofileLanId string
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.
PortEslMode string
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortEslSsid string
Bridge ESL port to SSID.
PortMode string
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
PortSsid string
Bridge LAN port to SSID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
WtpProfile string
Wtp Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
objectWirelesscontrollerWtpprofileLanId String
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.
portEslMode String
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portEslSsid String
Bridge ESL port to SSID.
portMode String
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portSsid String
Bridge LAN port to SSID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtpProfile String
Wtp Profile.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
objectWirelesscontrollerWtpprofileLanId string
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.
portEslMode string
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portEslSsid string
Bridge ESL port to SSID.
portMode string
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portSsid string
Bridge LAN port to SSID.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtpProfile string
Wtp Profile.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
object_wirelesscontroller_wtpprofile_lan_id str
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_mode str
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
port_esl_ssid str
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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtp_profile str
Wtp Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
objectWirelesscontrollerWtpprofileLanId String
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.
portEslMode String
ESL port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portEslSsid String
Bridge ESL port to SSID.
portMode String
LAN port mode. Valid values: offline, bridge-to-wan, bridge-to-ssid, nat-to-wan.
portSsid String
Bridge LAN port to SSID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
wtpProfile 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
Copy

$ 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.