1. Packages
  2. Fortios
  3. API Docs
  4. extensioncontroller
  5. Extendervap
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.extensioncontroller.Extendervap

Explore with Pulumi AI

FortiExtender wifi vap configuration. Applies to FortiOS Version >= 7.4.4.

Create Extendervap Resource

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

Constructor syntax

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

@overload
def Extendervap(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                allowaccess: Optional[str] = None,
                auth_server_address: Optional[str] = None,
                auth_server_port: Optional[int] = None,
                auth_server_secret: Optional[str] = None,
                broadcast_ssid: Optional[str] = None,
                bss_color_partial: Optional[str] = None,
                dtim: Optional[int] = None,
                end_ip: Optional[str] = None,
                ip_address: Optional[str] = None,
                max_clients: Optional[int] = None,
                mu_mimo: Optional[str] = None,
                name: Optional[str] = None,
                passphrase: Optional[str] = None,
                pmf: Optional[str] = None,
                rts_threshold: Optional[int] = None,
                sae_password: Optional[str] = None,
                security: Optional[str] = None,
                ssid: Optional[str] = None,
                start_ip: Optional[str] = None,
                target_wake_time: Optional[str] = None,
                type: Optional[str] = None,
                vdomparam: Optional[str] = None)
func NewExtendervap(ctx *Context, name string, args *ExtendervapArgs, opts ...ResourceOption) (*Extendervap, error)
public Extendervap(string name, ExtendervapArgs? args = null, CustomResourceOptions? opts = null)
public Extendervap(String name, ExtendervapArgs args)
public Extendervap(String name, ExtendervapArgs args, CustomResourceOptions options)
type: fortios:extensioncontroller:Extendervap
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 ExtendervapArgs
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 ExtendervapArgs
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 ExtendervapArgs
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 ExtendervapArgs
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. ExtendervapArgs
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 extendervapResource = new Fortios.Extensioncontroller.Extendervap("extendervapResource", new()
{
    Allowaccess = "string",
    AuthServerAddress = "string",
    AuthServerPort = 0,
    AuthServerSecret = "string",
    BroadcastSsid = "string",
    BssColorPartial = "string",
    Dtim = 0,
    EndIp = "string",
    IpAddress = "string",
    MaxClients = 0,
    MuMimo = "string",
    Name = "string",
    Passphrase = "string",
    Pmf = "string",
    RtsThreshold = 0,
    SaePassword = "string",
    Security = "string",
    Ssid = "string",
    StartIp = "string",
    TargetWakeTime = "string",
    Type = "string",
    Vdomparam = "string",
});
Copy
example, err := extensioncontroller.NewExtendervap(ctx, "extendervapResource", &extensioncontroller.ExtendervapArgs{
	Allowaccess:       pulumi.String("string"),
	AuthServerAddress: pulumi.String("string"),
	AuthServerPort:    pulumi.Int(0),
	AuthServerSecret:  pulumi.String("string"),
	BroadcastSsid:     pulumi.String("string"),
	BssColorPartial:   pulumi.String("string"),
	Dtim:              pulumi.Int(0),
	EndIp:             pulumi.String("string"),
	IpAddress:         pulumi.String("string"),
	MaxClients:        pulumi.Int(0),
	MuMimo:            pulumi.String("string"),
	Name:              pulumi.String("string"),
	Passphrase:        pulumi.String("string"),
	Pmf:               pulumi.String("string"),
	RtsThreshold:      pulumi.Int(0),
	SaePassword:       pulumi.String("string"),
	Security:          pulumi.String("string"),
	Ssid:              pulumi.String("string"),
	StartIp:           pulumi.String("string"),
	TargetWakeTime:    pulumi.String("string"),
	Type:              pulumi.String("string"),
	Vdomparam:         pulumi.String("string"),
})
Copy
var extendervapResource = new Extendervap("extendervapResource", ExtendervapArgs.builder()
    .allowaccess("string")
    .authServerAddress("string")
    .authServerPort(0)
    .authServerSecret("string")
    .broadcastSsid("string")
    .bssColorPartial("string")
    .dtim(0)
    .endIp("string")
    .ipAddress("string")
    .maxClients(0)
    .muMimo("string")
    .name("string")
    .passphrase("string")
    .pmf("string")
    .rtsThreshold(0)
    .saePassword("string")
    .security("string")
    .ssid("string")
    .startIp("string")
    .targetWakeTime("string")
    .type("string")
    .vdomparam("string")
    .build());
Copy
extendervap_resource = fortios.extensioncontroller.Extendervap("extendervapResource",
    allowaccess="string",
    auth_server_address="string",
    auth_server_port=0,
    auth_server_secret="string",
    broadcast_ssid="string",
    bss_color_partial="string",
    dtim=0,
    end_ip="string",
    ip_address="string",
    max_clients=0,
    mu_mimo="string",
    name="string",
    passphrase="string",
    pmf="string",
    rts_threshold=0,
    sae_password="string",
    security="string",
    ssid="string",
    start_ip="string",
    target_wake_time="string",
    type="string",
    vdomparam="string")
Copy
const extendervapResource = new fortios.extensioncontroller.Extendervap("extendervapResource", {
    allowaccess: "string",
    authServerAddress: "string",
    authServerPort: 0,
    authServerSecret: "string",
    broadcastSsid: "string",
    bssColorPartial: "string",
    dtim: 0,
    endIp: "string",
    ipAddress: "string",
    maxClients: 0,
    muMimo: "string",
    name: "string",
    passphrase: "string",
    pmf: "string",
    rtsThreshold: 0,
    saePassword: "string",
    security: "string",
    ssid: "string",
    startIp: "string",
    targetWakeTime: "string",
    type: "string",
    vdomparam: "string",
});
Copy
type: fortios:extensioncontroller:Extendervap
properties:
    allowaccess: string
    authServerAddress: string
    authServerPort: 0
    authServerSecret: string
    broadcastSsid: string
    bssColorPartial: string
    dtim: 0
    endIp: string
    ipAddress: string
    maxClients: 0
    muMimo: string
    name: string
    passphrase: string
    pmf: string
    rtsThreshold: 0
    saePassword: string
    security: string
    ssid: string
    startIp: string
    targetWakeTime: string
    type: string
    vdomparam: string
Copy

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

Allowaccess string
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
AuthServerAddress string
Wi-Fi Authentication Server Address (IPv4 format).
AuthServerPort int
Wi-Fi Authentication Server Port.
AuthServerSecret string
Wi-Fi Authentication Server Secret.
BroadcastSsid string
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
BssColorPartial string
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
Dtim int
Wi-Fi DTIM (1 - 255) default = 1.
EndIp string
End ip address.
IpAddress string
Extender ip address.
MaxClients int
Wi-Fi max clients (0 - 512), default = 0 (no limit)
MuMimo string
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
Name Changes to this property will trigger replacement. string
Wi-Fi VAP name.
Passphrase string
Wi-Fi passphrase.
Pmf string
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
RtsThreshold int
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
SaePassword string
Wi-Fi SAE Password.
Security string
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
Ssid string
Wi-Fi SSID.
StartIp string
Start ip address.
TargetWakeTime string
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
Type string
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Allowaccess string
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
AuthServerAddress string
Wi-Fi Authentication Server Address (IPv4 format).
AuthServerPort int
Wi-Fi Authentication Server Port.
AuthServerSecret string
Wi-Fi Authentication Server Secret.
BroadcastSsid string
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
BssColorPartial string
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
Dtim int
Wi-Fi DTIM (1 - 255) default = 1.
EndIp string
End ip address.
IpAddress string
Extender ip address.
MaxClients int
Wi-Fi max clients (0 - 512), default = 0 (no limit)
MuMimo string
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
Name Changes to this property will trigger replacement. string
Wi-Fi VAP name.
Passphrase string
Wi-Fi passphrase.
Pmf string
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
RtsThreshold int
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
SaePassword string
Wi-Fi SAE Password.
Security string
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
Ssid string
Wi-Fi SSID.
StartIp string
Start ip address.
TargetWakeTime string
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
Type string
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess String
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
authServerAddress String
Wi-Fi Authentication Server Address (IPv4 format).
authServerPort Integer
Wi-Fi Authentication Server Port.
authServerSecret String
Wi-Fi Authentication Server Secret.
broadcastSsid String
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bssColorPartial String
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim Integer
Wi-Fi DTIM (1 - 255) default = 1.
endIp String
End ip address.
ipAddress String
Extender ip address.
maxClients Integer
Wi-Fi max clients (0 - 512), default = 0 (no limit)
muMimo String
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. String
Wi-Fi VAP name.
passphrase String
Wi-Fi passphrase.
pmf String
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rtsThreshold Integer
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
saePassword String
Wi-Fi SAE Password.
security String
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid String
Wi-Fi SSID.
startIp String
Start ip address.
targetWakeTime String
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type String
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess string
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
authServerAddress string
Wi-Fi Authentication Server Address (IPv4 format).
authServerPort number
Wi-Fi Authentication Server Port.
authServerSecret string
Wi-Fi Authentication Server Secret.
broadcastSsid string
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bssColorPartial string
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim number
Wi-Fi DTIM (1 - 255) default = 1.
endIp string
End ip address.
ipAddress string
Extender ip address.
maxClients number
Wi-Fi max clients (0 - 512), default = 0 (no limit)
muMimo string
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. string
Wi-Fi VAP name.
passphrase string
Wi-Fi passphrase.
pmf string
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rtsThreshold number
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
saePassword string
Wi-Fi SAE Password.
security string
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid string
Wi-Fi SSID.
startIp string
Start ip address.
targetWakeTime string
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type string
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess str
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
auth_server_address str
Wi-Fi Authentication Server Address (IPv4 format).
auth_server_port int
Wi-Fi Authentication Server Port.
auth_server_secret str
Wi-Fi Authentication Server Secret.
broadcast_ssid str
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bss_color_partial str
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim int
Wi-Fi DTIM (1 - 255) default = 1.
end_ip str
End ip address.
ip_address str
Extender ip address.
max_clients int
Wi-Fi max clients (0 - 512), default = 0 (no limit)
mu_mimo str
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. str
Wi-Fi VAP name.
passphrase str
Wi-Fi passphrase.
pmf str
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rts_threshold int
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
sae_password str
Wi-Fi SAE Password.
security str
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid str
Wi-Fi SSID.
start_ip str
Start ip address.
target_wake_time str
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type str
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess String
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
authServerAddress String
Wi-Fi Authentication Server Address (IPv4 format).
authServerPort Number
Wi-Fi Authentication Server Port.
authServerSecret String
Wi-Fi Authentication Server Secret.
broadcastSsid String
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bssColorPartial String
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim Number
Wi-Fi DTIM (1 - 255) default = 1.
endIp String
End ip address.
ipAddress String
Extender ip address.
maxClients Number
Wi-Fi max clients (0 - 512), default = 0 (no limit)
muMimo String
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. String
Wi-Fi VAP name.
passphrase String
Wi-Fi passphrase.
pmf String
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rtsThreshold Number
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
saePassword String
Wi-Fi SAE Password.
security String
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid String
Wi-Fi SSID.
startIp String
Start ip address.
targetWakeTime String
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type String
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

Outputs

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

Get an existing Extendervap 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?: ExtendervapState, opts?: CustomResourceOptions): Extendervap
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        allowaccess: Optional[str] = None,
        auth_server_address: Optional[str] = None,
        auth_server_port: Optional[int] = None,
        auth_server_secret: Optional[str] = None,
        broadcast_ssid: Optional[str] = None,
        bss_color_partial: Optional[str] = None,
        dtim: Optional[int] = None,
        end_ip: Optional[str] = None,
        ip_address: Optional[str] = None,
        max_clients: Optional[int] = None,
        mu_mimo: Optional[str] = None,
        name: Optional[str] = None,
        passphrase: Optional[str] = None,
        pmf: Optional[str] = None,
        rts_threshold: Optional[int] = None,
        sae_password: Optional[str] = None,
        security: Optional[str] = None,
        ssid: Optional[str] = None,
        start_ip: Optional[str] = None,
        target_wake_time: Optional[str] = None,
        type: Optional[str] = None,
        vdomparam: Optional[str] = None) -> Extendervap
func GetExtendervap(ctx *Context, name string, id IDInput, state *ExtendervapState, opts ...ResourceOption) (*Extendervap, error)
public static Extendervap Get(string name, Input<string> id, ExtendervapState? state, CustomResourceOptions? opts = null)
public static Extendervap get(String name, Output<String> id, ExtendervapState state, CustomResourceOptions options)
resources:  _:    type: fortios:extensioncontroller:Extendervap    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:
Allowaccess string
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
AuthServerAddress string
Wi-Fi Authentication Server Address (IPv4 format).
AuthServerPort int
Wi-Fi Authentication Server Port.
AuthServerSecret string
Wi-Fi Authentication Server Secret.
BroadcastSsid string
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
BssColorPartial string
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
Dtim int
Wi-Fi DTIM (1 - 255) default = 1.
EndIp string
End ip address.
IpAddress string
Extender ip address.
MaxClients int
Wi-Fi max clients (0 - 512), default = 0 (no limit)
MuMimo string
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
Name Changes to this property will trigger replacement. string
Wi-Fi VAP name.
Passphrase string
Wi-Fi passphrase.
Pmf string
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
RtsThreshold int
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
SaePassword string
Wi-Fi SAE Password.
Security string
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
Ssid string
Wi-Fi SSID.
StartIp string
Start ip address.
TargetWakeTime string
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
Type string
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Allowaccess string
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
AuthServerAddress string
Wi-Fi Authentication Server Address (IPv4 format).
AuthServerPort int
Wi-Fi Authentication Server Port.
AuthServerSecret string
Wi-Fi Authentication Server Secret.
BroadcastSsid string
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
BssColorPartial string
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
Dtim int
Wi-Fi DTIM (1 - 255) default = 1.
EndIp string
End ip address.
IpAddress string
Extender ip address.
MaxClients int
Wi-Fi max clients (0 - 512), default = 0 (no limit)
MuMimo string
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
Name Changes to this property will trigger replacement. string
Wi-Fi VAP name.
Passphrase string
Wi-Fi passphrase.
Pmf string
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
RtsThreshold int
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
SaePassword string
Wi-Fi SAE Password.
Security string
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
Ssid string
Wi-Fi SSID.
StartIp string
Start ip address.
TargetWakeTime string
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
Type string
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess String
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
authServerAddress String
Wi-Fi Authentication Server Address (IPv4 format).
authServerPort Integer
Wi-Fi Authentication Server Port.
authServerSecret String
Wi-Fi Authentication Server Secret.
broadcastSsid String
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bssColorPartial String
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim Integer
Wi-Fi DTIM (1 - 255) default = 1.
endIp String
End ip address.
ipAddress String
Extender ip address.
maxClients Integer
Wi-Fi max clients (0 - 512), default = 0 (no limit)
muMimo String
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. String
Wi-Fi VAP name.
passphrase String
Wi-Fi passphrase.
pmf String
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rtsThreshold Integer
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
saePassword String
Wi-Fi SAE Password.
security String
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid String
Wi-Fi SSID.
startIp String
Start ip address.
targetWakeTime String
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type String
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess string
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
authServerAddress string
Wi-Fi Authentication Server Address (IPv4 format).
authServerPort number
Wi-Fi Authentication Server Port.
authServerSecret string
Wi-Fi Authentication Server Secret.
broadcastSsid string
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bssColorPartial string
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim number
Wi-Fi DTIM (1 - 255) default = 1.
endIp string
End ip address.
ipAddress string
Extender ip address.
maxClients number
Wi-Fi max clients (0 - 512), default = 0 (no limit)
muMimo string
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. string
Wi-Fi VAP name.
passphrase string
Wi-Fi passphrase.
pmf string
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rtsThreshold number
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
saePassword string
Wi-Fi SAE Password.
security string
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid string
Wi-Fi SSID.
startIp string
Start ip address.
targetWakeTime string
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type string
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess str
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
auth_server_address str
Wi-Fi Authentication Server Address (IPv4 format).
auth_server_port int
Wi-Fi Authentication Server Port.
auth_server_secret str
Wi-Fi Authentication Server Secret.
broadcast_ssid str
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bss_color_partial str
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim int
Wi-Fi DTIM (1 - 255) default = 1.
end_ip str
End ip address.
ip_address str
Extender ip address.
max_clients int
Wi-Fi max clients (0 - 512), default = 0 (no limit)
mu_mimo str
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. str
Wi-Fi VAP name.
passphrase str
Wi-Fi passphrase.
pmf str
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rts_threshold int
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
sae_password str
Wi-Fi SAE Password.
security str
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid str
Wi-Fi SSID.
start_ip str
Start ip address.
target_wake_time str
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type str
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
allowaccess String
Control management access to the managed extender. Separate entries with a space. Valid values: ping, telnet, http, https, ssh, snmp.
authServerAddress String
Wi-Fi Authentication Server Address (IPv4 format).
authServerPort Number
Wi-Fi Authentication Server Port.
authServerSecret String
Wi-Fi Authentication Server Secret.
broadcastSsid String
Wi-Fi broadcast SSID enable / disable. Valid values: disable, enable.
bssColorPartial String
Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values: disable, enable.
dtim Number
Wi-Fi DTIM (1 - 255) default = 1.
endIp String
End ip address.
ipAddress String
Extender ip address.
maxClients Number
Wi-Fi max clients (0 - 512), default = 0 (no limit)
muMimo String
Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values: disable, enable.
name Changes to this property will trigger replacement. String
Wi-Fi VAP name.
passphrase String
Wi-Fi passphrase.
pmf String
Wi-Fi pmf enable/disable, default = disable. Valid values: disabled, optional, required.
rtsThreshold Number
Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
saePassword String
Wi-Fi SAE Password.
security String
Wi-Fi security. Valid values: OPEN, WPA2-Personal, WPA-WPA2-Personal, WPA3-SAE, WPA3-SAE-Transition, WPA2-Enterprise, WPA3-Enterprise-only, WPA3-Enterprise-transition, WPA3-Enterprise-192-bit.
ssid String
Wi-Fi SSID.
startIp String
Start ip address.
targetWakeTime String
Wi-Fi 802.11AX target wake time enable / disable, default = enable. Valid values: disable, enable.
type String
Wi-Fi VAP type local-vap / lan-extension-vap. Valid values: local-vap, lan-ext-vap.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

Import

ExtensionController ExtenderVap can be imported using any of these accepted formats:

$ pulumi import fortios:extensioncontroller/extendervap:Extendervap labelname {{name}}
Copy

If you do not want to import arguments of block:

$ export “FORTIOS_IMPORT_TABLE”=“false”

$ pulumi import fortios:extensioncontroller/extendervap:Extendervap labelname {{name}}
Copy

$ unset “FORTIOS_IMPORT_TABLE”

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
fortios pulumiverse/pulumi-fortios
License
Apache-2.0
Notes
This Pulumi package is based on the fortios Terraform Provider.