fortimanager.ObjectExtensioncontrollerExtenderprofileWifi
Explore with Pulumi AI
FortiExtender wifi configuration.
This resource is a sub resource for variable
wifi
of resourcefortimanager.ObjectExtensioncontrollerExtenderprofile
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
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 string
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileWifiArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileWifiArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileWifiArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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:
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - Object
Extensioncontroller stringExtenderprofile Wifi Id - an identifier for the resource.
- Radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - Radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - Object
Extensioncontroller stringExtenderprofile Wifi Id - an identifier for the resource.
- Radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1Type Args - Radio-1. The structure of
radio_1
block is documented below. - Radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2Type Args 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - object
Extensioncontroller StringExtenderprofile Wifi Id - an identifier for the resource.
- radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- extender
Profile string - Extender Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - object
Extensioncontroller stringExtenderprofile Wifi Id - an identifier for the resource.
- radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- extender_
profile str - Extender Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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_ strextenderprofile_ wifi_ id - an identifier for the resource.
- radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1Args - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2Args 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - object
Extensioncontroller StringExtenderprofile Wifi Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - Extender
Profile string - Extender Profile.
- Object
Extensioncontroller stringExtenderprofile Wifi Id - an identifier for the resource.
- Radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - Radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - Extender
Profile string - Extender Profile.
- Object
Extensioncontroller stringExtenderprofile Wifi Id - an identifier for the resource.
- Radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1Type Args - Radio-1. The structure of
radio_1
block is documented below. - Radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2Type Args 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - extender
Profile String - Extender Profile.
- object
Extensioncontroller StringExtenderprofile Wifi Id - an identifier for the resource.
- radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - extender
Profile string - Extender Profile.
- object
Extensioncontroller stringExtenderprofile Wifi Id - an identifier for the resource.
- radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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_ strextenderprofile_ wifi_ id - an identifier for the resource.
- radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1Args - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2Args 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - extender
Profile String - Extender Profile.
- object
Extensioncontroller StringExtenderprofile Wifi Id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
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
. - Beacon
Interval double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - 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
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext List<string>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps List<string> - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients 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
. - Operating
Standard 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
. - Power
Level double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id 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
. - Beacon
Interval float64 - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color float64 - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - 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
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext []stringVaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps []string - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients 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
. - Operating
Standard 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
. - Power
Level float64 - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id 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
. - beacon
Interval Double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - 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
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients 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
. - operating
Standard 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
. - power
Level Double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id 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
. - beacon
Interval number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color stringMode - 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
. - extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext string[]Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps string[] - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients 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
. - operating
Standard 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
. - power
Level number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id 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_ strmode - 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_ Sequence[str]vaps - 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
. - beacon
Interval Number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - 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
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients 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
. - operating
Standard 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
. - power
Level Number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id 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
. - Beacon
Interval double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - 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
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext List<string>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps List<string> - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients 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
. - Operating
Standard 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
. - Power
Level double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id 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
. - Beacon
Interval float64 - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color float64 - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - 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
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext []stringVaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps []string - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients 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
. - Operating
Standard 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
. - Power
Level float64 - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id 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
. - beacon
Interval Double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - 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
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients 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
. - operating
Standard 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
. - power
Level Double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id 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
. - beacon
Interval number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color stringMode - 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
. - extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext string[]Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps string[] - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients 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
. - operating
Standard 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
. - power
Level number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id 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_ strmode - 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_ Sequence[str]vaps - 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
. - beacon
Interval Number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - 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
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients 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
. - operating
Standard 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
. - power
Level Number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id 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
$ 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.