FortiExtender wifi vap configuration.
Create ObjectExtensioncontrollerExtendervap Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectExtensioncontrollerExtendervap(name: string, args?: ObjectExtensioncontrollerExtendervapArgs, opts?: CustomResourceOptions);@overload
def ObjectExtensioncontrollerExtendervap(resource_name: str,
args: Optional[ObjectExtensioncontrollerExtendervapArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectExtensioncontrollerExtendervap(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
auth_server_address: Optional[str] = None,
auth_server_port: Optional[float] = None,
auth_server_secret: Optional[str] = None,
broadcast_ssid: Optional[str] = None,
bss_color_partial: Optional[str] = None,
dtim: Optional[float] = None,
end_ip: Optional[str] = None,
ip_addresses: Optional[Sequence[str]] = None,
max_clients: Optional[float] = None,
mu_mimo: Optional[str] = None,
name: Optional[str] = None,
object_extensioncontroller_extendervap_id: Optional[str] = None,
passphrases: Optional[Sequence[str]] = None,
pmf: Optional[str] = None,
rts_threshold: Optional[float] = None,
sae_passwords: Optional[Sequence[str]] = None,
scopetype: 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)func NewObjectExtensioncontrollerExtendervap(ctx *Context, name string, args *ObjectExtensioncontrollerExtendervapArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtendervap, error)public ObjectExtensioncontrollerExtendervap(string name, ObjectExtensioncontrollerExtendervapArgs? args = null, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtendervap(String name, ObjectExtensioncontrollerExtendervapArgs args)
public ObjectExtensioncontrollerExtendervap(String name, ObjectExtensioncontrollerExtendervapArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtendervap
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 ObjectExtensioncontrollerExtendervapArgs
- 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 ObjectExtensioncontrollerExtendervapArgs
- 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 ObjectExtensioncontrollerExtendervapArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectExtensioncontrollerExtendervapArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectExtensioncontrollerExtendervapArgs
- 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 objectExtensioncontrollerExtendervapResource = new Fortimanager.ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource", new()
{
Adom = "string",
Allowaccesses = new[]
{
"string",
},
AuthServerAddress = "string",
AuthServerPort = 0,
AuthServerSecret = "string",
BroadcastSsid = "string",
BssColorPartial = "string",
Dtim = 0,
EndIp = "string",
IpAddresses = new[]
{
"string",
},
MaxClients = 0,
MuMimo = "string",
Name = "string",
ObjectExtensioncontrollerExtendervapId = "string",
Passphrases = new[]
{
"string",
},
Pmf = "string",
RtsThreshold = 0,
SaePasswords = new[]
{
"string",
},
Scopetype = "string",
Security = "string",
Ssid = "string",
StartIp = "string",
TargetWakeTime = "string",
Type = "string",
});
example, err := fortimanager.NewObjectExtensioncontrollerExtendervap(ctx, "objectExtensioncontrollerExtendervapResource", &fortimanager.ObjectExtensioncontrollerExtendervapArgs{
Adom: pulumi.String("string"),
Allowaccesses: pulumi.StringArray{
pulumi.String("string"),
},
AuthServerAddress: pulumi.String("string"),
AuthServerPort: pulumi.Float64(0),
AuthServerSecret: pulumi.String("string"),
BroadcastSsid: pulumi.String("string"),
BssColorPartial: pulumi.String("string"),
Dtim: pulumi.Float64(0),
EndIp: pulumi.String("string"),
IpAddresses: pulumi.StringArray{
pulumi.String("string"),
},
MaxClients: pulumi.Float64(0),
MuMimo: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectExtensioncontrollerExtendervapId: pulumi.String("string"),
Passphrases: pulumi.StringArray{
pulumi.String("string"),
},
Pmf: pulumi.String("string"),
RtsThreshold: pulumi.Float64(0),
SaePasswords: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
Security: pulumi.String("string"),
Ssid: pulumi.String("string"),
StartIp: pulumi.String("string"),
TargetWakeTime: pulumi.String("string"),
Type: pulumi.String("string"),
})
var objectExtensioncontrollerExtendervapResource = new ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource", ObjectExtensioncontrollerExtendervapArgs.builder()
.adom("string")
.allowaccesses("string")
.authServerAddress("string")
.authServerPort(0.0)
.authServerSecret("string")
.broadcastSsid("string")
.bssColorPartial("string")
.dtim(0.0)
.endIp("string")
.ipAddresses("string")
.maxClients(0.0)
.muMimo("string")
.name("string")
.objectExtensioncontrollerExtendervapId("string")
.passphrases("string")
.pmf("string")
.rtsThreshold(0.0)
.saePasswords("string")
.scopetype("string")
.security("string")
.ssid("string")
.startIp("string")
.targetWakeTime("string")
.type("string")
.build());
object_extensioncontroller_extendervap_resource = fortimanager.ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource",
adom="string",
allowaccesses=["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_addresses=["string"],
max_clients=0,
mu_mimo="string",
name="string",
object_extensioncontroller_extendervap_id="string",
passphrases=["string"],
pmf="string",
rts_threshold=0,
sae_passwords=["string"],
scopetype="string",
security="string",
ssid="string",
start_ip="string",
target_wake_time="string",
type="string")
const objectExtensioncontrollerExtendervapResource = new fortimanager.ObjectExtensioncontrollerExtendervap("objectExtensioncontrollerExtendervapResource", {
adom: "string",
allowaccesses: ["string"],
authServerAddress: "string",
authServerPort: 0,
authServerSecret: "string",
broadcastSsid: "string",
bssColorPartial: "string",
dtim: 0,
endIp: "string",
ipAddresses: ["string"],
maxClients: 0,
muMimo: "string",
name: "string",
objectExtensioncontrollerExtendervapId: "string",
passphrases: ["string"],
pmf: "string",
rtsThreshold: 0,
saePasswords: ["string"],
scopetype: "string",
security: "string",
ssid: "string",
startIp: "string",
targetWakeTime: "string",
type: "string",
});
type: fortimanager:ObjectExtensioncontrollerExtendervap
properties:
adom: string
allowaccesses:
- string
authServerAddress: string
authServerPort: 0
authServerSecret: string
broadcastSsid: string
bssColorPartial: string
dtim: 0
endIp: string
ipAddresses:
- string
maxClients: 0
muMimo: string
name: string
objectExtensioncontrollerExtendervapId: string
passphrases:
- string
pmf: string
rtsThreshold: 0
saePasswords:
- string
scopetype: string
security: string
ssid: string
startIp: string
targetWakeTime: string
type: string
ObjectExtensioncontrollerExtendervap 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 ObjectExtensioncontrollerExtendervap resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses List<string>
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server doublePort - 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 double
- Wi-Fi DTIM (1 - 255) default = 1.
- End
Ip string - End ip address.
- Ip
Addresses List<string> - Extender ip address.
- Max
Clients double - 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.
- Object
Extensioncontroller stringExtendervap Id - an identifier for the resource with format {{name}}.
- Passphrases List<string>
- Wi-Fi passphrase.
- Pmf string
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - Rts
Threshold double - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- Sae
Passwords List<string> - Wi-Fi SAE Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses []string
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server float64Port - 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 float64
- Wi-Fi DTIM (1 - 255) default = 1.
- End
Ip string - End ip address.
- Ip
Addresses []string - Extender ip address.
- Max
Clients float64 - 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.
- Object
Extensioncontroller stringExtendervap Id - an identifier for the resource with format {{name}}.
- Passphrases []string
- Wi-Fi passphrase.
- Pmf string
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - Rts
Threshold float64 - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- Sae
Passwords []string - Wi-Fi SAE Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - auth
Server StringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server DoublePort - 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 Double
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip String - End ip address.
- ip
Addresses List<String> - Extender ip address.
- max
Clients Double - 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.
- object
Extensioncontroller StringExtendervap Id - an identifier for the resource with format {{name}}.
- passphrases List<String>
- Wi-Fi passphrase.
- pmf String
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - rts
Threshold Double - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Passwords List<String> - Wi-Fi SAE Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses string[]
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - 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
Addresses 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.
- object
Extensioncontroller stringExtendervap Id - an identifier for the resource with format {{name}}.
- passphrases 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
Passwords string[] - Wi-Fi SAE Password.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses Sequence[str]
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - auth_
server_ straddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth_
server_ floatport - 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 float
- Wi-Fi DTIM (1 - 255) default = 1.
- end_
ip str - End ip address.
- ip_
addresses Sequence[str] - Extender ip address.
- max_
clients float - 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.
- object_
extensioncontroller_ strextendervap_ id - an identifier for the resource with format {{name}}.
- passphrases Sequence[str]
- Wi-Fi passphrase.
- pmf str
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - rts_
threshold float - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae_
passwords Sequence[str] - Wi-Fi SAE Password.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - 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
Addresses List<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.
- object
Extensioncontroller StringExtendervap Id - an identifier for the resource with format {{name}}.
- passphrases List<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
Passwords List<String> - Wi-Fi SAE Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectExtensioncontrollerExtendervap 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 ObjectExtensioncontrollerExtendervap Resource
Get an existing ObjectExtensioncontrollerExtendervap 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?: ObjectExtensioncontrollerExtendervapState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtendervap@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
auth_server_address: Optional[str] = None,
auth_server_port: Optional[float] = None,
auth_server_secret: Optional[str] = None,
broadcast_ssid: Optional[str] = None,
bss_color_partial: Optional[str] = None,
dtim: Optional[float] = None,
end_ip: Optional[str] = None,
ip_addresses: Optional[Sequence[str]] = None,
max_clients: Optional[float] = None,
mu_mimo: Optional[str] = None,
name: Optional[str] = None,
object_extensioncontroller_extendervap_id: Optional[str] = None,
passphrases: Optional[Sequence[str]] = None,
pmf: Optional[str] = None,
rts_threshold: Optional[float] = None,
sae_passwords: Optional[Sequence[str]] = None,
scopetype: 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) -> ObjectExtensioncontrollerExtendervapfunc GetObjectExtensioncontrollerExtendervap(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtendervapState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtendervap, error)public static ObjectExtensioncontrollerExtendervap Get(string name, Input<string> id, ObjectExtensioncontrollerExtendervapState? state, CustomResourceOptions? opts = null)public static ObjectExtensioncontrollerExtendervap get(String name, Output<String> id, ObjectExtensioncontrollerExtendervapState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectExtensioncontrollerExtendervap get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses List<string>
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server doublePort - 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 double
- Wi-Fi DTIM (1 - 255) default = 1.
- End
Ip string - End ip address.
- Ip
Addresses List<string> - Extender ip address.
- Max
Clients double - 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.
- Object
Extensioncontroller stringExtendervap Id - an identifier for the resource with format {{name}}.
- Passphrases List<string>
- Wi-Fi passphrase.
- Pmf string
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - Rts
Threshold double - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- Sae
Passwords List<string> - Wi-Fi SAE Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses []string
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - Auth
Server stringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- Auth
Server float64Port - 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 float64
- Wi-Fi DTIM (1 - 255) default = 1.
- End
Ip string - End ip address.
- Ip
Addresses []string - Extender ip address.
- Max
Clients float64 - 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.
- Object
Extensioncontroller stringExtendervap Id - an identifier for the resource with format {{name}}.
- Passphrases []string
- Wi-Fi passphrase.
- Pmf string
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - Rts
Threshold float64 - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- Sae
Passwords []string - Wi-Fi SAE Password.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - auth
Server StringAddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth
Server DoublePort - 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 Double
- Wi-Fi DTIM (1 - 255) default = 1.
- end
Ip String - End ip address.
- ip
Addresses List<String> - Extender ip address.
- max
Clients Double - 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.
- object
Extensioncontroller StringExtendervap Id - an identifier for the resource with format {{name}}.
- passphrases List<String>
- Wi-Fi passphrase.
- pmf String
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - rts
Threshold Double - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae
Passwords List<String> - Wi-Fi SAE Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses string[]
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - 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
Addresses 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.
- object
Extensioncontroller stringExtendervap Id - an identifier for the resource with format {{name}}.
- passphrases 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
Passwords string[] - Wi-Fi SAE Password.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses Sequence[str]
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - auth_
server_ straddress - Wi-Fi Authentication Server Address (IPv4 format).
- auth_
server_ floatport - 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 float
- Wi-Fi DTIM (1 - 255) default = 1.
- end_
ip str - End ip address.
- ip_
addresses Sequence[str] - Extender ip address.
- max_
clients float - 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.
- object_
extensioncontroller_ strextendervap_ id - an identifier for the resource with format {{name}}.
- passphrases Sequence[str]
- Wi-Fi passphrase.
- pmf str
- Wi-Fi pmf enable/disable, default = disable. Valid values:
disabled,optional,required. - rts_
threshold float - Wi-Fi RTS Threshold (256 - 2347), default = 2347 (RTS/CTS disabled).
- sae_
passwords Sequence[str] - Wi-Fi SAE Password.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
http,ssh,telnet,snmp,https,ping. - 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
Addresses List<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.
- object
Extensioncontroller StringExtendervap Id - an identifier for the resource with format {{name}}.
- passphrases List<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
Passwords List<String> - Wi-Fi SAE Password.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - 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.
Import
ObjectExtensionController ExtenderVap can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectExtensioncontrollerExtendervap:ObjectExtensioncontrollerExtendervap labelname {{name}}
$ 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
fortimanagerTerraform Provider.
