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 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 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 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 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 String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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
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
. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server intPort - Wi-Fi Authentication Server Port.
- Auth
Server stringSecret - Wi-Fi Authentication Server Secret.
- Broadcast
Ssid string - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - Bss
Color stringPartial - 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 string - End ip address.
- Ip
Address string - Extender ip address.
- Max
Clients int - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- Mu
Mimo string - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - Name string
- Wi-Fi VAP name.
- Passphrase string
- Wi-Fi passphrase.
- Pmf string
- 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 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.
- Start
Ip string - Start ip address.
- Target
Wake stringTime - 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 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
. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server intPort - Wi-Fi Authentication Server Port.
- Auth
Server stringSecret - Wi-Fi Authentication Server Secret.
- Broadcast
Ssid string - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - Bss
Color stringPartial - 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 string - End ip address.
- Ip
Address string - Extender ip address.
- Max
Clients int - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- Mu
Mimo string - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - Name string
- Wi-Fi VAP name.
- Passphrase string
- Wi-Fi passphrase.
- Pmf string
- 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 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.
- Start
Ip string - Start ip address.
- Target
Wake stringTime - 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 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
. - auth
Server StringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server IntegerPort - Wi-Fi Authentication Server Port.
- auth
Server StringSecret - Wi-Fi Authentication Server Secret.
- broadcast
Ssid String - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss
Color StringPartial - Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values:
disable
,enable
. - dtim Integer
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip String - End ip address.
- ip
Address String - Extender ip address.
- max
Clients Integer - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- mu
Mimo String - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - name String
- Wi-Fi VAP name.
- passphrase String
- Wi-Fi passphrase.
- pmf String
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled
,optional
,required
. - rts
Threshold Integer - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Password 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.
- start
Ip String - Start ip address.
- target
Wake StringTime - 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 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
. - auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server numberPort - Wi-Fi Authentication Server Port.
- auth
Server stringSecret - Wi-Fi Authentication Server Secret.
- broadcast
Ssid string - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss
Color stringPartial - Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values:
disable
,enable
. - dtim number
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip string - End ip address.
- ip
Address string - Extender ip address.
- max
Clients number - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- mu
Mimo string - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - name string
- Wi-Fi VAP name.
- passphrase string
- Wi-Fi passphrase.
- pmf string
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled
,optional
,required
. - rts
Threshold number - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Password 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.
- start
Ip string - Start ip address.
- target
Wake stringTime - 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 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_ straddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth_
server_ intport - Wi-Fi Authentication Server Port.
- auth_
server_ strsecret - Wi-Fi Authentication Server Secret.
- broadcast_
ssid str - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss_
color_ strpartial - 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 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_ strtime - 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 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
. - auth
Server StringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server NumberPort - Wi-Fi Authentication Server Port.
- auth
Server StringSecret - Wi-Fi Authentication Server Secret.
- broadcast
Ssid String - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss
Color StringPartial - Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values:
disable
,enable
. - dtim Number
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip String - End ip address.
- ip
Address String - Extender ip address.
- max
Clients Number - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- mu
Mimo String - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - name String
- Wi-Fi VAP name.
- passphrase String
- Wi-Fi passphrase.
- pmf String
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled
,optional
,required
. - rts
Threshold Number - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Password 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.
- start
Ip String - Start ip address.
- target
Wake StringTime - 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 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)
Resource lookup is not supported in YAML
- 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.
- Allowaccess string
- Control management access to the managed extender. Separate entries with a space. Valid values:
ping
,telnet
,http
,https
,ssh
,snmp
. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server intPort - Wi-Fi Authentication Server Port.
- Auth
Server stringSecret - Wi-Fi Authentication Server Secret.
- Broadcast
Ssid string - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - Bss
Color stringPartial - 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 string - End ip address.
- Ip
Address string - Extender ip address.
- Max
Clients int - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- Mu
Mimo string - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - Name string
- Wi-Fi VAP name.
- Passphrase string
- Wi-Fi passphrase.
- Pmf string
- 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 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.
- Start
Ip string - Start ip address.
- Target
Wake stringTime - 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 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
. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server intPort - Wi-Fi Authentication Server Port.
- Auth
Server stringSecret - Wi-Fi Authentication Server Secret.
- Broadcast
Ssid string - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - Bss
Color stringPartial - 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 string - End ip address.
- Ip
Address string - Extender ip address.
- Max
Clients int - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- Mu
Mimo string - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - Name string
- Wi-Fi VAP name.
- Passphrase string
- Wi-Fi passphrase.
- Pmf string
- 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 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.
- Start
Ip string - Start ip address.
- Target
Wake stringTime - 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 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
. - auth
Server StringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server IntegerPort - Wi-Fi Authentication Server Port.
- auth
Server StringSecret - Wi-Fi Authentication Server Secret.
- broadcast
Ssid String - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss
Color StringPartial - Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values:
disable
,enable
. - dtim Integer
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip String - End ip address.
- ip
Address String - Extender ip address.
- max
Clients Integer - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- mu
Mimo String - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - name String
- Wi-Fi VAP name.
- passphrase String
- Wi-Fi passphrase.
- pmf String
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled
,optional
,required
. - rts
Threshold Integer - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Password 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.
- start
Ip String - Start ip address.
- target
Wake StringTime - 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 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
. - auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server numberPort - Wi-Fi Authentication Server Port.
- auth
Server stringSecret - Wi-Fi Authentication Server Secret.
- broadcast
Ssid string - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss
Color stringPartial - Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values:
disable
,enable
. - dtim number
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip string - End ip address.
- ip
Address string - Extender ip address.
- max
Clients number - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- mu
Mimo string - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - name string
- Wi-Fi VAP name.
- passphrase string
- Wi-Fi passphrase.
- pmf string
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled
,optional
,required
. - rts
Threshold number - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Password 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.
- start
Ip string - Start ip address.
- target
Wake stringTime - 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 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_ straddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth_
server_ intport - Wi-Fi Authentication Server Port.
- auth_
server_ strsecret - Wi-Fi Authentication Server Secret.
- broadcast_
ssid str - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss_
color_ strpartial - 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 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_ strtime - 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 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
. - auth
Server StringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server NumberPort - Wi-Fi Authentication Server Port.
- auth
Server StringSecret - Wi-Fi Authentication Server Secret.
- broadcast
Ssid String - Wi-Fi broadcast SSID enable / disable. Valid values:
disable
,enable
. - bss
Color StringPartial - Wi-Fi 802.11AX bss color partial enable / disable, default = enable. Valid values:
disable
,enable
. - dtim Number
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip String - End ip address.
- ip
Address String - Extender ip address.
- max
Clients Number - Wi-Fi max clients (0 - 512), default = 0 (no limit)
- mu
Mimo String - Wi-Fi multi-user MIMO enable / disable, default = enable. Valid values:
disable
,enable
. - name String
- Wi-Fi VAP name.
- passphrase String
- Wi-Fi passphrase.
- pmf String
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled
,optional
,required
. - rts
Threshold Number - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Password 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.
- start
Ip String - Start ip address.
- target
Wake StringTime - 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 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}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:extensioncontroller/extendervap:Extendervap labelname {{name}}
$ 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.