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

fortimanager.ObjectExtensioncontrollerExtenderprofileWifi

Explore with Pulumi AI

FortiExtender wifi configuration.

This resource is a sub resource for variable wifi of resource fortimanager.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.

  • radio_1: fortimanager.ObjectExtensioncontrollerExtenderprofileWifiRadio1
  • radio_2: fortimanager.ObjectExtensioncontrollerExtenderprofileWifiRadio2

Create ObjectExtensioncontrollerExtenderprofileWifi Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ObjectExtensioncontrollerExtenderprofileWifi(name: string, args: ObjectExtensioncontrollerExtenderprofileWifiArgs, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofileWifi(resource_name: str,
                                                 args: ObjectExtensioncontrollerExtenderprofileWifiInitArgs,
                                                 opts: Optional[ResourceOptions] = None)

@overload
def ObjectExtensioncontrollerExtenderprofileWifi(resource_name: str,
                                                 opts: Optional[ResourceOptions] = None,
                                                 extender_profile: Optional[str] = None,
                                                 adom: Optional[str] = None,
                                                 country: Optional[str] = None,
                                                 dfs: Optional[str] = None,
                                                 object_extensioncontroller_extenderprofile_wifi_id: Optional[str] = None,
                                                 radio1: Optional[ObjectExtensioncontrollerExtenderprofileWifiRadio1Args] = None,
                                                 radio2: Optional[ObjectExtensioncontrollerExtenderprofileWifiRadio2Args] = None,
                                                 scopetype: Optional[str] = None)
func NewObjectExtensioncontrollerExtenderprofileWifi(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileWifiArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileWifi, error)
public ObjectExtensioncontrollerExtenderprofileWifi(string name, ObjectExtensioncontrollerExtenderprofileWifiArgs args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileWifi(String name, ObjectExtensioncontrollerExtenderprofileWifiArgs args)
public ObjectExtensioncontrollerExtenderprofileWifi(String name, ObjectExtensioncontrollerExtenderprofileWifiArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileWifi
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. ObjectExtensioncontrollerExtenderprofileWifiArgs
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. ObjectExtensioncontrollerExtenderprofileWifiInitArgs
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. ObjectExtensioncontrollerExtenderprofileWifiArgs
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. ObjectExtensioncontrollerExtenderprofileWifiArgs
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. ObjectExtensioncontrollerExtenderprofileWifiArgs
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 objectExtensioncontrollerExtenderprofileWifiResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileWifi("objectExtensioncontrollerExtenderprofileWifiResource", new()
{
    ExtenderProfile = "string",
    Adom = "string",
    Country = "string",
    Dfs = "string",
    ObjectExtensioncontrollerExtenderprofileWifiId = "string",
    Radio1 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
    {
        Band = "string",
        Bandwidth = "string",
        BeaconInterval = 0,
        BssColor = 0,
        BssColorMode = "string",
        Channels = new[]
        {
            "string",
        },
        ExtensionChannel = "string",
        GuardInterval = "string",
        LanExtVaps = new[]
        {
            "string",
        },
        LocalVaps = new[]
        {
            "string",
        },
        MaxClients = 0,
        Mode = "string",
        N80211d = "string",
        OperatingStandard = "string",
        PowerLevel = 0,
        RadioId = 0,
        Status = "string",
    },
    Radio2 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileWifiRadio2Args
    {
        Band = "string",
        Bandwidth = "string",
        BeaconInterval = 0,
        BssColor = 0,
        BssColorMode = "string",
        Channels = new[]
        {
            "string",
        },
        ExtensionChannel = "string",
        GuardInterval = "string",
        LanExtVaps = new[]
        {
            "string",
        },
        LocalVaps = new[]
        {
            "string",
        },
        MaxClients = 0,
        Mode = "string",
        N80211d = "string",
        OperatingStandard = "string",
        PowerLevel = 0,
        RadioId = 0,
        Status = "string",
    },
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileWifi(ctx, "objectExtensioncontrollerExtenderprofileWifiResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileWifiArgs{
ExtenderProfile: pulumi.String("string"),
Adom: pulumi.String("string"),
Country: pulumi.String("string"),
Dfs: pulumi.String("string"),
ObjectExtensioncontrollerExtenderprofileWifiId: pulumi.String("string"),
Radio1: &.ObjectExtensioncontrollerExtenderprofileWifiRadio1TypeArgs{
Band: pulumi.String("string"),
Bandwidth: pulumi.String("string"),
BeaconInterval: pulumi.Float64(0),
BssColor: pulumi.Float64(0),
BssColorMode: pulumi.String("string"),
Channels: pulumi.StringArray{
pulumi.String("string"),
},
ExtensionChannel: pulumi.String("string"),
GuardInterval: pulumi.String("string"),
LanExtVaps: pulumi.StringArray{
pulumi.String("string"),
},
LocalVaps: pulumi.StringArray{
pulumi.String("string"),
},
MaxClients: pulumi.Float64(0),
Mode: pulumi.String("string"),
N80211d: pulumi.String("string"),
OperatingStandard: pulumi.String("string"),
PowerLevel: pulumi.Float64(0),
RadioId: pulumi.Float64(0),
Status: pulumi.String("string"),
},
Radio2: &.ObjectExtensioncontrollerExtenderprofileWifiRadio2TypeArgs{
Band: pulumi.String("string"),
Bandwidth: pulumi.String("string"),
BeaconInterval: pulumi.Float64(0),
BssColor: pulumi.Float64(0),
BssColorMode: pulumi.String("string"),
Channels: pulumi.StringArray{
pulumi.String("string"),
},
ExtensionChannel: pulumi.String("string"),
GuardInterval: pulumi.String("string"),
LanExtVaps: pulumi.StringArray{
pulumi.String("string"),
},
LocalVaps: pulumi.StringArray{
pulumi.String("string"),
},
MaxClients: pulumi.Float64(0),
Mode: pulumi.String("string"),
N80211d: pulumi.String("string"),
OperatingStandard: pulumi.String("string"),
PowerLevel: pulumi.Float64(0),
RadioId: pulumi.Float64(0),
Status: pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
})
Copy
var objectExtensioncontrollerExtenderprofileWifiResource = new ObjectExtensioncontrollerExtenderprofileWifi("objectExtensioncontrollerExtenderprofileWifiResource", ObjectExtensioncontrollerExtenderprofileWifiArgs.builder()
    .extenderProfile("string")
    .adom("string")
    .country("string")
    .dfs("string")
    .objectExtensioncontrollerExtenderprofileWifiId("string")
    .radio1(ObjectExtensioncontrollerExtenderprofileWifiRadio1Args.builder()
        .band("string")
        .bandwidth("string")
        .beaconInterval(0)
        .bssColor(0)
        .bssColorMode("string")
        .channels("string")
        .extensionChannel("string")
        .guardInterval("string")
        .lanExtVaps("string")
        .localVaps("string")
        .maxClients(0)
        .mode("string")
        .n80211d("string")
        .operatingStandard("string")
        .powerLevel(0)
        .radioId(0)
        .status("string")
        .build())
    .radio2(ObjectExtensioncontrollerExtenderprofileWifiRadio2Args.builder()
        .band("string")
        .bandwidth("string")
        .beaconInterval(0)
        .bssColor(0)
        .bssColorMode("string")
        .channels("string")
        .extensionChannel("string")
        .guardInterval("string")
        .lanExtVaps("string")
        .localVaps("string")
        .maxClients(0)
        .mode("string")
        .n80211d("string")
        .operatingStandard("string")
        .powerLevel(0)
        .radioId(0)
        .status("string")
        .build())
    .scopetype("string")
    .build());
Copy
object_extensioncontroller_extenderprofile_wifi_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileWifi("objectExtensioncontrollerExtenderprofileWifiResource",
    extender_profile="string",
    adom="string",
    country="string",
    dfs="string",
    object_extensioncontroller_extenderprofile_wifi_id="string",
    radio1={
        "band": "string",
        "bandwidth": "string",
        "beacon_interval": 0,
        "bss_color": 0,
        "bss_color_mode": "string",
        "channels": ["string"],
        "extension_channel": "string",
        "guard_interval": "string",
        "lan_ext_vaps": ["string"],
        "local_vaps": ["string"],
        "max_clients": 0,
        "mode": "string",
        "n80211d": "string",
        "operating_standard": "string",
        "power_level": 0,
        "radio_id": 0,
        "status": "string",
    },
    radio2={
        "band": "string",
        "bandwidth": "string",
        "beacon_interval": 0,
        "bss_color": 0,
        "bss_color_mode": "string",
        "channels": ["string"],
        "extension_channel": "string",
        "guard_interval": "string",
        "lan_ext_vaps": ["string"],
        "local_vaps": ["string"],
        "max_clients": 0,
        "mode": "string",
        "n80211d": "string",
        "operating_standard": "string",
        "power_level": 0,
        "radio_id": 0,
        "status": "string",
    },
    scopetype="string")
Copy
const objectExtensioncontrollerExtenderprofileWifiResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileWifi("objectExtensioncontrollerExtenderprofileWifiResource", {
    extenderProfile: "string",
    adom: "string",
    country: "string",
    dfs: "string",
    objectExtensioncontrollerExtenderprofileWifiId: "string",
    radio1: {
        band: "string",
        bandwidth: "string",
        beaconInterval: 0,
        bssColor: 0,
        bssColorMode: "string",
        channels: ["string"],
        extensionChannel: "string",
        guardInterval: "string",
        lanExtVaps: ["string"],
        localVaps: ["string"],
        maxClients: 0,
        mode: "string",
        n80211d: "string",
        operatingStandard: "string",
        powerLevel: 0,
        radioId: 0,
        status: "string",
    },
    radio2: {
        band: "string",
        bandwidth: "string",
        beaconInterval: 0,
        bssColor: 0,
        bssColorMode: "string",
        channels: ["string"],
        extensionChannel: "string",
        guardInterval: "string",
        lanExtVaps: ["string"],
        localVaps: ["string"],
        maxClients: 0,
        mode: "string",
        n80211d: "string",
        operatingStandard: "string",
        powerLevel: 0,
        radioId: 0,
        status: "string",
    },
    scopetype: "string",
});
Copy
type: fortimanager:ObjectExtensioncontrollerExtenderprofileWifi
properties:
    adom: string
    country: string
    dfs: string
    extenderProfile: string
    objectExtensioncontrollerExtenderprofileWifiId: string
    radio1:
        band: string
        bandwidth: string
        beaconInterval: 0
        bssColor: 0
        bssColorMode: string
        channels:
            - string
        extensionChannel: string
        guardInterval: string
        lanExtVaps:
            - string
        localVaps:
            - string
        maxClients: 0
        mode: string
        n80211d: string
        operatingStandard: string
        powerLevel: 0
        radioId: 0
        status: string
    radio2:
        band: string
        bandwidth: string
        beaconInterval: 0
        bssColor: 0
        bssColorMode: string
        channels:
            - string
        extensionChannel: string
        guardInterval: string
        lanExtVaps:
            - string
        localVaps:
            - string
        maxClients: 0
        mode: string
        n80211d: string
        operatingStandard: string
        powerLevel: 0
        radioId: 0
        status: string
    scopetype: string
Copy

ObjectExtensioncontrollerExtenderprofileWifi 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 ObjectExtensioncontrollerExtenderprofileWifi resource accepts the following input properties:

ExtenderProfile This property is required. string
Extender 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.
Country string
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
Dfs string
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
ObjectExtensioncontrollerExtenderprofileWifiId string
an identifier for the resource.
Radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1
Radio-1. The structure of radio_1 block is documented below.
Radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
ExtenderProfile This property is required. string
Extender 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.
Country string
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
Dfs string
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
ObjectExtensioncontrollerExtenderprofileWifiId string
an identifier for the resource.
Radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1TypeArgs
Radio-1. The structure of radio_1 block is documented below.
Radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2TypeArgs

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
extenderProfile This property is required. String
Extender 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.
country String
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs String
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
objectExtensioncontrollerExtenderprofileWifiId String
an identifier for the resource.
radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1
Radio-1. The structure of radio_1 block is documented below.
radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
extenderProfile This property is required. string
Extender 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.
country string
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs string
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
objectExtensioncontrollerExtenderprofileWifiId string
an identifier for the resource.
radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1
Radio-1. The structure of radio_1 block is documented below.
radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
extender_profile This property is required. str
Extender 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.
country str
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs str
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
object_extensioncontroller_extenderprofile_wifi_id str
an identifier for the resource.
radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
Radio-1. The structure of radio_1 block is documented below.
radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2Args

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
extenderProfile This property is required. String
Extender 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.
country String
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs String
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
objectExtensioncontrollerExtenderprofileWifiId String
an identifier for the resource.
radio1 Property Map
Radio-1. The structure of radio_1 block is documented below.
radio2 Property Map

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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 ObjectExtensioncontrollerExtenderprofileWifi 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 ObjectExtensioncontrollerExtenderprofileWifi Resource

Get an existing ObjectExtensioncontrollerExtenderprofileWifi 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?: ObjectExtensioncontrollerExtenderprofileWifiState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileWifi
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        country: Optional[str] = None,
        dfs: Optional[str] = None,
        extender_profile: Optional[str] = None,
        object_extensioncontroller_extenderprofile_wifi_id: Optional[str] = None,
        radio1: Optional[ObjectExtensioncontrollerExtenderprofileWifiRadio1Args] = None,
        radio2: Optional[ObjectExtensioncontrollerExtenderprofileWifiRadio2Args] = None,
        scopetype: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileWifi
func GetObjectExtensioncontrollerExtenderprofileWifi(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileWifiState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileWifi, error)
public static ObjectExtensioncontrollerExtenderprofileWifi Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileWifiState? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofileWifi get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileWifiState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileWifi    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.
Country string
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
Dfs string
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
ExtenderProfile string
Extender Profile.
ObjectExtensioncontrollerExtenderprofileWifiId string
an identifier for the resource.
Radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1
Radio-1. The structure of radio_1 block is documented below.
Radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Country string
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
Dfs string
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
ExtenderProfile string
Extender Profile.
ObjectExtensioncontrollerExtenderprofileWifiId string
an identifier for the resource.
Radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1TypeArgs
Radio-1. The structure of radio_1 block is documented below.
Radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2TypeArgs

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
country String
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs String
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
extenderProfile String
Extender Profile.
objectExtensioncontrollerExtenderprofileWifiId String
an identifier for the resource.
radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1
Radio-1. The structure of radio_1 block is documented below.
radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
country string
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs string
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
extenderProfile string
Extender Profile.
objectExtensioncontrollerExtenderprofileWifiId string
an identifier for the resource.
radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1
Radio-1. The structure of radio_1 block is documented below.
radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
country str
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs str
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
extender_profile str
Extender Profile.
object_extensioncontroller_extenderprofile_wifi_id str
an identifier for the resource.
radio1 ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
Radio-1. The structure of radio_1 block is documented below.
radio2 ObjectExtensioncontrollerExtenderprofileWifiRadio2Args

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
country String
Country in which this FEX will operate (default = NA). Valid values: AL, DZ, AR, AM, AU, AT, AZ, BH, BD, BY, BE, BZ, BO, BA, BR, BN, BG, CA, CL, CN, CO, CR, HR, CY, CZ, DK, DO, EC, EG, SV, EE, FI, FR, GE, DE, GR, GT, HN, HK, HU, IS, IN, ID, IE, IL, IT, JM, JP, JO, KZ, KE, KR, KW, LV, LB, LI, LT, LU, MO, MK, MY, MT, MX, MC, MA, NP, NL, AN, NZ, NO, OM, PK, PA, PG, PE, PH, PL, PT, PR, QA, RO, RU, SA, SG, SK, SI, ZA, ES, LK, SE, CH, TW, TH, TT, TN, TR, AE, UA, GB, US, PS, UY, UZ, VE, VN, YE, ZW, NA, BS, VC, KH, MV, AF, NG, TZ, ZM, SN, CI, GH, CM, MW, AO, GA, ML, BJ, MG, TD, BW, LY, RW, MZ, GM, LS, MU, CG, UG, BF, SL, SO, CD, NE, CF, SZ, TG, LR, MR, DJ, RE, RS, ME, IQ, MD, KY, BB, BM, TC, VI, PM, MF, GD, IM, FO, GI, GL, TM, MN, VU, FJ, LA, GU, WF, MH, BT, FM, PF, NI, PY, HT, GY, AW, KN, GF, AS, MP, PW, MM, LC, GP, ET, SR, CX, DM, MQ, YT, BL, --.
dfs String
Wi-Fi 5G Radio DFS channel enable/disable. Valid values: disable, enable.
extenderProfile String
Extender Profile.
objectExtensioncontrollerExtenderprofileWifiId String
an identifier for the resource.
radio1 Property Map
Radio-1. The structure of radio_1 block is documented below.
radio2 Property Map

Radio-2. The structure of radio_2 block is documented below.

The radio_1 block supports:

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.

Supporting Types

ObjectExtensioncontrollerExtenderprofileWifiRadio1
, ObjectExtensioncontrollerExtenderprofileWifiRadio1Args

Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
Bandwidth string
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
BeaconInterval double
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
BssColor double
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
BssColorMode string
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
Channels List<string>
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
ExtensionChannel string
Wi-Fi extension channel. Valid values: auto, higher, lower.
GuardInterval string
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
LanExtVaps List<string>
Wi-Fi LAN-Extention VAP. Select only one VAP.
LocalVaps List<string>
Wi-Fi local VAP. Select up to three VAPs.
MaxClients double
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
Mode string
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
N80211d string
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
OperatingStandard string
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
PowerLevel double
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
RadioId double
Radio ID.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
Bandwidth string
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
BeaconInterval float64
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
BssColor float64
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
BssColorMode string
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
Channels []string
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
ExtensionChannel string
Wi-Fi extension channel. Valid values: auto, higher, lower.
GuardInterval string
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
LanExtVaps []string
Wi-Fi LAN-Extention VAP. Select only one VAP.
LocalVaps []string
Wi-Fi local VAP. Select up to three VAPs.
MaxClients float64
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
Mode string
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
N80211d string
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
OperatingStandard string
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
PowerLevel float64
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
RadioId float64
Radio ID.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth String
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beaconInterval Double
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bssColor Double
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bssColorMode String
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels List<String>
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extensionChannel String
Wi-Fi extension channel. Valid values: auto, higher, lower.
guardInterval String
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lanExtVaps List<String>
Wi-Fi LAN-Extention VAP. Select only one VAP.
localVaps List<String>
Wi-Fi local VAP. Select up to three VAPs.
maxClients Double
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode String
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d String
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operatingStandard String
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
powerLevel Double
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radioId Double
Radio ID.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth string
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beaconInterval number
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bssColor number
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bssColorMode string
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels string[]
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extensionChannel string
Wi-Fi extension channel. Valid values: auto, higher, lower.
guardInterval string
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lanExtVaps string[]
Wi-Fi LAN-Extention VAP. Select only one VAP.
localVaps string[]
Wi-Fi local VAP. Select up to three VAPs.
maxClients number
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode string
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d string
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operatingStandard string
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
powerLevel number
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radioId number
Radio ID.
status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band str
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth str
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beacon_interval float
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bss_color float
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bss_color_mode str
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels Sequence[str]
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extension_channel str
Wi-Fi extension channel. Valid values: auto, higher, lower.
guard_interval str
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lan_ext_vaps Sequence[str]
Wi-Fi LAN-Extention VAP. Select only one VAP.
local_vaps Sequence[str]
Wi-Fi local VAP. Select up to three VAPs.
max_clients float
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode str
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d str
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operating_standard str
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
power_level float
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radio_id float
Radio ID.
status str
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth String
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beaconInterval Number
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bssColor Number
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bssColorMode String
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels List<String>
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extensionChannel String
Wi-Fi extension channel. Valid values: auto, higher, lower.
guardInterval String
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lanExtVaps List<String>
Wi-Fi LAN-Extention VAP. Select only one VAP.
localVaps List<String>
Wi-Fi local VAP. Select up to three VAPs.
maxClients Number
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode String
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d String
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operatingStandard String
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
powerLevel Number
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radioId Number
Radio ID.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.

ObjectExtensioncontrollerExtenderprofileWifiRadio2
, ObjectExtensioncontrollerExtenderprofileWifiRadio2Args

Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
Bandwidth string
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
BeaconInterval double
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
BssColor double
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
BssColorMode string
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
Channels List<string>
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
ExtensionChannel string
Wi-Fi extension channel. Valid values: auto, higher, lower.
GuardInterval string
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
LanExtVaps List<string>
Wi-Fi LAN-Extention VAP. Select only one VAP.
LocalVaps List<string>
Wi-Fi local VAP. Select up to three VAPs.
MaxClients double
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
Mode string
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
N80211d string
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
OperatingStandard string
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
PowerLevel double
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
RadioId double
Radio ID.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
Bandwidth string
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
BeaconInterval float64
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
BssColor float64
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
BssColorMode string
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
Channels []string
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
ExtensionChannel string
Wi-Fi extension channel. Valid values: auto, higher, lower.
GuardInterval string
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
LanExtVaps []string
Wi-Fi LAN-Extention VAP. Select only one VAP.
LocalVaps []string
Wi-Fi local VAP. Select up to three VAPs.
MaxClients float64
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
Mode string
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
N80211d string
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
OperatingStandard string
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
PowerLevel float64
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
RadioId float64
Radio ID.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth String
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beaconInterval Double
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bssColor Double
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bssColorMode String
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels List<String>
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extensionChannel String
Wi-Fi extension channel. Valid values: auto, higher, lower.
guardInterval String
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lanExtVaps List<String>
Wi-Fi LAN-Extention VAP. Select only one VAP.
localVaps List<String>
Wi-Fi local VAP. Select up to three VAPs.
maxClients Double
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode String
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d String
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operatingStandard String
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
powerLevel Double
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radioId Double
Radio ID.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth string
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beaconInterval number
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bssColor number
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bssColorMode string
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels string[]
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extensionChannel string
Wi-Fi extension channel. Valid values: auto, higher, lower.
guardInterval string
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lanExtVaps string[]
Wi-Fi LAN-Extention VAP. Select only one VAP.
localVaps string[]
Wi-Fi local VAP. Select up to three VAPs.
maxClients number
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode string
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d string
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operatingStandard string
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
powerLevel number
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radioId number
Radio ID.
status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band str
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth str
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beacon_interval float
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bss_color float
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bss_color_mode str
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels Sequence[str]
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extension_channel str
Wi-Fi extension channel. Valid values: auto, higher, lower.
guard_interval str
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lan_ext_vaps Sequence[str]
Wi-Fi LAN-Extention VAP. Select only one VAP.
local_vaps Sequence[str]
Wi-Fi local VAP. Select up to three VAPs.
max_clients float
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode str
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d str
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operating_standard str
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
power_level float
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radio_id float
Radio ID.
status str
Enable/disable Wi-Fi radio. Valid values: disable, enable.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 5GHz.
bandwidth String
Wi-Fi channel bandwidth. Valid values: auto, 20MHz, 40MHz, 80MHz.
beaconInterval Number
Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
bssColor Number
Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
bssColorMode String
Wi-Fi 802.11AX BSS color mode. Valid values: auto, static.
channels List<String>
Wi-Fi channels. Valid values: CH36, CH40, CH44, CH48, CH52, CH56, CH60, CH64, CH100, CH104, CH108, CH112, CH116, CH120, CH124, CH128, CH132, CH136, CH140, CH144, CH149, CH153, CH157, CH161, CH165.
extensionChannel String
Wi-Fi extension channel. Valid values: auto, higher, lower.
guardInterval String
Wi-Fi guard interval. Valid values: auto, 400ns, 800ns.
lanExtVaps List<String>
Wi-Fi LAN-Extention VAP. Select only one VAP.
localVaps List<String>
Wi-Fi local VAP. Select up to three VAPs.
maxClients Number
Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
mode String
Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values: AP, Client.
n80211d String
Enable/disable Wi-Fi 802.11d. Valid values: disable, enable.
operatingStandard String
Wi-Fi operating standard. Valid values: auto, 11A-N-AC-AX, 11A-N-AC, 11A-N, 11A, 11N-AC-AX, 11AC-AX, 11AC, 11N-AC, 11B-G-N-AX, 11B-G-N, 11B-G, 11B, 11G-N-AX, 11N-AX, 11AX, 11G-N, 11N, 11G.
powerLevel Number
Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
radioId Number
Radio ID.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.

Import

ObjectExtensionController ExtenderProfileWifi 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/objectExtensioncontrollerExtenderprofileWifi:ObjectExtensioncontrollerExtenderprofileWifi labelname ObjectExtensionControllerExtenderProfileWifi
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.