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

fortimanager.ObjectExtensioncontrollerExtenderprofileWifiRadio1

Explore with Pulumi AI

Radio-1 config for Wi-Fi 2.4GHz

This resource is a sub resource for variable radio_1 of resource fortimanager.ObjectExtensioncontrollerExtenderprofileWifi. Conflict and overwrite may occur if use both of them.

Create ObjectExtensioncontrollerExtenderprofileWifiRadio1 Resource

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

Constructor syntax

new ObjectExtensioncontrollerExtenderprofileWifiRadio1(name: string, args: ObjectExtensioncontrollerExtenderprofileWifiRadio1Args, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofileWifiRadio1(resource_name: str,
                                                       args: ObjectExtensioncontrollerExtenderprofileWifiRadio1InitArgs,
                                                       opts: Optional[ResourceOptions] = None)

@overload
def ObjectExtensioncontrollerExtenderprofileWifiRadio1(resource_name: str,
                                                       opts: Optional[ResourceOptions] = None,
                                                       extender_profile: Optional[str] = None,
                                                       lan_ext_vaps: Optional[Sequence[str]] = None,
                                                       bandwidth: Optional[str] = None,
                                                       beacon_interval: Optional[float] = None,
                                                       bss_color: Optional[float] = None,
                                                       bss_color_mode: Optional[str] = None,
                                                       channels: Optional[Sequence[str]] = None,
                                                       band: Optional[str] = None,
                                                       extension_channel: Optional[str] = None,
                                                       adom: Optional[str] = None,
                                                       guard_interval: Optional[str] = None,
                                                       mode: Optional[str] = None,
                                                       max_clients: Optional[float] = None,
                                                       local_vaps: Optional[Sequence[str]] = None,
                                                       n80211d: Optional[str] = None,
                                                       object_extensioncontroller_extenderprofile_wifi_radio1_id: Optional[str] = None,
                                                       operating_standard: Optional[str] = None,
                                                       power_level: Optional[float] = None,
                                                       radio_id: Optional[float] = None,
                                                       scopetype: Optional[str] = None,
                                                       status: Optional[str] = None)
func NewObjectExtensioncontrollerExtenderprofileWifiRadio1(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileWifiRadio1Args, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileWifiRadio1, error)
public ObjectExtensioncontrollerExtenderprofileWifiRadio1(string name, ObjectExtensioncontrollerExtenderprofileWifiRadio1Args args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileWifiRadio1(String name, ObjectExtensioncontrollerExtenderprofileWifiRadio1Args args)
public ObjectExtensioncontrollerExtenderprofileWifiRadio1(String name, ObjectExtensioncontrollerExtenderprofileWifiRadio1Args args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileWifiRadio1
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. ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
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. ObjectExtensioncontrollerExtenderprofileWifiRadio1InitArgs
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. ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
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. ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
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. ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
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 objectExtensioncontrollerExtenderprofileWifiRadio1Resource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileWifiRadio1("objectExtensioncontrollerExtenderprofileWifiRadio1Resource", new()
{
    ExtenderProfile = "string",
    LanExtVaps = new[]
    {
        "string",
    },
    Bandwidth = "string",
    BeaconInterval = 0,
    BssColor = 0,
    BssColorMode = "string",
    Channels = new[]
    {
        "string",
    },
    Band = "string",
    ExtensionChannel = "string",
    Adom = "string",
    GuardInterval = "string",
    Mode = "string",
    MaxClients = 0,
    LocalVaps = new[]
    {
        "string",
    },
    N80211d = "string",
    ObjectExtensioncontrollerExtenderprofileWifiRadio1Id = "string",
    OperatingStandard = "string",
    PowerLevel = 0,
    RadioId = 0,
    Scopetype = "string",
    Status = "string",
});
Copy
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileWifiRadio1(ctx, "objectExtensioncontrollerExtenderprofileWifiRadio1Resource", &fortimanager.ObjectExtensioncontrollerExtenderprofileWifiRadio1Args{
ExtenderProfile: pulumi.String("string"),
LanExtVaps: pulumi.StringArray{
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"),
},
Band: pulumi.String("string"),
ExtensionChannel: pulumi.String("string"),
Adom: pulumi.String("string"),
GuardInterval: pulumi.String("string"),
Mode: pulumi.String("string"),
MaxClients: pulumi.Float64(0),
LocalVaps: pulumi.StringArray{
pulumi.String("string"),
},
N80211d: pulumi.String("string"),
ObjectExtensioncontrollerExtenderprofileWifiRadio1Id: pulumi.String("string"),
OperatingStandard: pulumi.String("string"),
PowerLevel: pulumi.Float64(0),
RadioId: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
})
Copy
var objectExtensioncontrollerExtenderprofileWifiRadio1Resource = new ObjectExtensioncontrollerExtenderprofileWifiRadio1("objectExtensioncontrollerExtenderprofileWifiRadio1Resource", ObjectExtensioncontrollerExtenderprofileWifiRadio1Args.builder()
    .extenderProfile("string")
    .lanExtVaps("string")
    .bandwidth("string")
    .beaconInterval(0)
    .bssColor(0)
    .bssColorMode("string")
    .channels("string")
    .band("string")
    .extensionChannel("string")
    .adom("string")
    .guardInterval("string")
    .mode("string")
    .maxClients(0)
    .localVaps("string")
    .n80211d("string")
    .objectExtensioncontrollerExtenderprofileWifiRadio1Id("string")
    .operatingStandard("string")
    .powerLevel(0)
    .radioId(0)
    .scopetype("string")
    .status("string")
    .build());
Copy
object_extensioncontroller_extenderprofile_wifi_radio1_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileWifiRadio1("objectExtensioncontrollerExtenderprofileWifiRadio1Resource",
    extender_profile="string",
    lan_ext_vaps=["string"],
    bandwidth="string",
    beacon_interval=0,
    bss_color=0,
    bss_color_mode="string",
    channels=["string"],
    band="string",
    extension_channel="string",
    adom="string",
    guard_interval="string",
    mode="string",
    max_clients=0,
    local_vaps=["string"],
    n80211d="string",
    object_extensioncontroller_extenderprofile_wifi_radio1_id="string",
    operating_standard="string",
    power_level=0,
    radio_id=0,
    scopetype="string",
    status="string")
Copy
const objectExtensioncontrollerExtenderprofileWifiRadio1Resource = new fortimanager.ObjectExtensioncontrollerExtenderprofileWifiRadio1("objectExtensioncontrollerExtenderprofileWifiRadio1Resource", {
    extenderProfile: "string",
    lanExtVaps: ["string"],
    bandwidth: "string",
    beaconInterval: 0,
    bssColor: 0,
    bssColorMode: "string",
    channels: ["string"],
    band: "string",
    extensionChannel: "string",
    adom: "string",
    guardInterval: "string",
    mode: "string",
    maxClients: 0,
    localVaps: ["string"],
    n80211d: "string",
    objectExtensioncontrollerExtenderprofileWifiRadio1Id: "string",
    operatingStandard: "string",
    powerLevel: 0,
    radioId: 0,
    scopetype: "string",
    status: "string",
});
Copy
type: fortimanager:ObjectExtensioncontrollerExtenderprofileWifiRadio1
properties:
    adom: string
    band: string
    bandwidth: string
    beaconInterval: 0
    bssColor: 0
    bssColorMode: string
    channels:
        - string
    extenderProfile: string
    extensionChannel: string
    guardInterval: string
    lanExtVaps:
        - string
    localVaps:
        - string
    maxClients: 0
    mode: string
    n80211d: string
    objectExtensioncontrollerExtenderprofileWifiRadio1Id: string
    operatingStandard: string
    powerLevel: 0
    radioId: 0
    scopetype: string
    status: string
Copy

ObjectExtensioncontrollerExtenderprofileWifiRadio1 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 ObjectExtensioncontrollerExtenderprofileWifiRadio1 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.
Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
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.
ObjectExtensioncontrollerExtenderprofileWifiRadio1Id string
an identifier for the resource.
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.
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.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
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.
Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
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.
ObjectExtensioncontrollerExtenderprofileWifiRadio1Id string
an identifier for the resource.
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.
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.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
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.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
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.
objectExtensioncontrollerExtenderprofileWifiRadio1Id String
an identifier for the resource.
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.
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.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.
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.
band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
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.
objectExtensioncontrollerExtenderprofileWifiRadio1Id string
an identifier for the resource.
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.
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.
status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
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.
band str
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
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.
object_extensioncontroller_extenderprofile_wifi_radio1_id str
an identifier for the resource.
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.
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.
status str
Enable/disable Wi-Fi radio. Valid values: disable, enable.
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.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
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.
objectExtensioncontrollerExtenderprofileWifiRadio1Id String
an identifier for the resource.
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.
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.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.

Outputs

All input properties are implicitly available as output properties. Additionally, the ObjectExtensioncontrollerExtenderprofileWifiRadio1 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 ObjectExtensioncontrollerExtenderprofileWifiRadio1 Resource

Get an existing ObjectExtensioncontrollerExtenderprofileWifiRadio1 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?: ObjectExtensioncontrollerExtenderprofileWifiRadio1State, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileWifiRadio1
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        band: Optional[str] = None,
        bandwidth: Optional[str] = None,
        beacon_interval: Optional[float] = None,
        bss_color: Optional[float] = None,
        bss_color_mode: Optional[str] = None,
        channels: Optional[Sequence[str]] = None,
        extender_profile: Optional[str] = None,
        extension_channel: Optional[str] = None,
        guard_interval: Optional[str] = None,
        lan_ext_vaps: Optional[Sequence[str]] = None,
        local_vaps: Optional[Sequence[str]] = None,
        max_clients: Optional[float] = None,
        mode: Optional[str] = None,
        n80211d: Optional[str] = None,
        object_extensioncontroller_extenderprofile_wifi_radio1_id: Optional[str] = None,
        operating_standard: Optional[str] = None,
        power_level: Optional[float] = None,
        radio_id: Optional[float] = None,
        scopetype: Optional[str] = None,
        status: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileWifiRadio1
func GetObjectExtensioncontrollerExtenderprofileWifiRadio1(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileWifiRadio1State, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileWifiRadio1, error)
public static ObjectExtensioncontrollerExtenderprofileWifiRadio1 Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileWifiRadio1State? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofileWifiRadio1 get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileWifiRadio1State state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileWifiRadio1    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.
Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
ExtenderProfile string
Extender Profile.
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.
ObjectExtensioncontrollerExtenderprofileWifiRadio1Id string
an identifier for the resource.
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.
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.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
ExtenderProfile string
Extender Profile.
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.
ObjectExtensioncontrollerExtenderprofileWifiRadio1Id string
an identifier for the resource.
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.
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.
Status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
extenderProfile String
Extender Profile.
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.
objectExtensioncontrollerExtenderprofileWifiRadio1Id String
an identifier for the resource.
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.
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.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
band string
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
extenderProfile string
Extender Profile.
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.
objectExtensioncontrollerExtenderprofileWifiRadio1Id string
an identifier for the resource.
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.
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.
status string
Enable/disable Wi-Fi radio. Valid values: disable, enable.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
band str
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
extender_profile str
Extender Profile.
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.
object_extensioncontroller_extenderprofile_wifi_radio1_id str
an identifier for the resource.
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.
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.
status str
Enable/disable Wi-Fi radio. Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
band String
Wi-Fi band selection 2.4GHz / 5GHz. Valid values: 2.4GHz.
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: CH1, CH2, CH3, CH4, CH5, CH6, CH7, CH8, CH9, CH10, CH11.
extenderProfile String
Extender Profile.
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.
objectExtensioncontrollerExtenderprofileWifiRadio1Id String
an identifier for the resource.
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.
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.
status String
Enable/disable Wi-Fi radio. Valid values: disable, enable.

Import

ObjectExtensionController ExtenderProfileWifiRadio1 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/objectExtensioncontrollerExtenderprofileWifiRadio1:ObjectExtensioncontrollerExtenderprofileWifiRadio1 labelname ObjectExtensionControllerExtenderProfileWifiRadio1
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.