fortimanager.ObjectExtensioncontrollerExtenderprofile
Explore with Pulumi AI
FortiExtender extender profile configuration.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
cellular
:fortimanager.ObjectExtensioncontrollerExtenderprofileCellular
lan_extension
:fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension
wifi
:fortimanager.ObjectExtensioncontrollerExtenderprofileWifi
Create ObjectExtensioncontrollerExtenderprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectExtensioncontrollerExtenderprofile(name: string, args?: ObjectExtensioncontrollerExtenderprofileArgs, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofile(resource_name: str,
args: Optional[ObjectExtensioncontrollerExtenderprofileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectExtensioncontrollerExtenderprofile(resource_name: str,
opts: Optional[ResourceOptions] = None,
_is_factory_setting: Optional[str] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
bandwidth_limit: Optional[float] = None,
cellular: Optional[ObjectExtensioncontrollerExtenderprofileCellularArgs] = None,
enforce_bandwidth: Optional[str] = None,
extension: Optional[str] = None,
fosid: Optional[float] = None,
lan_extension: Optional[ObjectExtensioncontrollerExtenderprofileLanExtensionArgs] = None,
login_password_change: Optional[str] = None,
login_passwords: Optional[Sequence[str]] = None,
model: Optional[str] = None,
name: Optional[str] = None,
object_extensioncontroller_extenderprofile_id: Optional[str] = None,
scopetype: Optional[str] = None,
wifi: Optional[ObjectExtensioncontrollerExtenderprofileWifiArgs] = None)
func NewObjectExtensioncontrollerExtenderprofile(ctx *Context, name string, args *ObjectExtensioncontrollerExtenderprofileArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofile, error)
public ObjectExtensioncontrollerExtenderprofile(string name, ObjectExtensioncontrollerExtenderprofileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofile(String name, ObjectExtensioncontrollerExtenderprofileArgs args)
public ObjectExtensioncontrollerExtenderprofile(String name, ObjectExtensioncontrollerExtenderprofileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofile
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 ObjectExtensioncontrollerExtenderprofileArgs
- 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 ObjectExtensioncontrollerExtenderprofileArgs
- 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 ObjectExtensioncontrollerExtenderprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileArgs
- 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 objectExtensioncontrollerExtenderprofileResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofile("objectExtensioncontrollerExtenderprofileResource", new()
{
_isFactorySetting = "string",
Adom = "string",
Allowaccesses = new[]
{
"string",
},
BandwidthLimit = 0,
Cellular = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularArgs
{
ControllerReport = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs
{
Interval = 0,
SignalThreshold = 0,
Status = "string",
},
Dataplans = new[]
{
"string",
},
Modem1 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem1Args
{
AutoSwitch = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs
{
Dataplan = "string",
Disconnect = "string",
DisconnectPeriod = 0,
DisconnectThreshold = 0,
Signal = "string",
SwitchBackTime = "string",
SwitchBackTimer = 0,
SwitchBacks = new[]
{
"string",
},
},
ConnStatus = 0,
DefaultSim = "string",
Gps = "string",
ModemId = 0,
PreferredCarrier = "string",
RedundantIntf = "string",
RedundantMode = "string",
Sim1Pin = "string",
Sim1PinCodes = new[]
{
"string",
},
Sim2Pin = "string",
Sim2PinCodes = new[]
{
"string",
},
},
Modem2 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem2Args
{
AutoSwitch = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchArgs
{
Dataplan = "string",
Disconnect = "string",
DisconnectPeriod = 0,
DisconnectThreshold = 0,
Signal = "string",
SwitchBackTime = "string",
SwitchBackTimer = 0,
SwitchBacks = new[]
{
"string",
},
},
ConnStatus = 0,
DefaultSim = "string",
Gps = "string",
ModemId = 0,
PreferredCarrier = "string",
RedundantIntf = "string",
RedundantMode = "string",
Sim1Pin = "string",
Sim1PinCodes = new[]
{
"string",
},
Sim2Pin = "string",
Sim2PinCodes = new[]
{
"string",
},
},
SmsNotification = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs
{
Alert = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertArgs
{
DataExhausted = "string",
FgtBackupModeSwitch = "string",
LowSignalStrength = "string",
ModeSwitch = "string",
OsImageFallback = "string",
SessionDisconnect = "string",
SystemReboot = "string",
},
Receivers = new[]
{
new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverArgs
{
Alerts = new[]
{
"string",
},
Name = "string",
PhoneNumber = "string",
Status = "string",
},
},
Status = "string",
},
},
EnforceBandwidth = "string",
Extension = "string",
Fosid = 0,
LanExtension = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileLanExtensionArgs
{
BackhaulInterface = "string",
BackhaulIp = "string",
Backhauls = new[]
{
new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileLanExtensionBackhaulArgs
{
Name = "string",
Port = "string",
Role = "string",
Weight = 0,
},
},
Downlinks = new[]
{
new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileLanExtensionDownlinkArgs
{
Name = "string",
Port = "string",
Pvid = 0,
Type = "string",
Vaps = new[]
{
"string",
},
},
},
IpsecTunnel = "string",
LinkLoadbalance = "string",
},
LoginPasswordChange = "string",
LoginPasswords = new[]
{
"string",
},
Model = "string",
Name = "string",
ObjectExtensioncontrollerExtenderprofileId = "string",
Scopetype = "string",
Wifi = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileWifiArgs
{
Country = "string",
Dfs = "string",
Radio1 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
{
Band = "string",
Bandwidth = "string",
BeaconInterval = 0,
BssColor = 0,
BssColorMode = "string",
Channels = new[]
{
"string",
},
ExtensionChannel = "string",
GuardInterval = "string",
LanExtVaps = new[]
{
"string",
},
LocalVaps = new[]
{
"string",
},
MaxClients = 0,
Mode = "string",
N80211d = "string",
OperatingStandard = "string",
PowerLevel = 0,
RadioId = 0,
Status = "string",
},
Radio2 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileWifiRadio2Args
{
Band = "string",
Bandwidth = "string",
BeaconInterval = 0,
BssColor = 0,
BssColorMode = "string",
Channels = new[]
{
"string",
},
ExtensionChannel = "string",
GuardInterval = "string",
LanExtVaps = new[]
{
"string",
},
LocalVaps = new[]
{
"string",
},
MaxClients = 0,
Mode = "string",
N80211d = "string",
OperatingStandard = "string",
PowerLevel = 0,
RadioId = 0,
Status = "string",
},
},
});
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofile(ctx, "objectExtensioncontrollerExtenderprofileResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileArgs{
_isFactorySetting: pulumi.String("string"),
Adom: pulumi.String("string"),
Allowaccesses: pulumi.StringArray{
pulumi.String("string"),
},
BandwidthLimit: pulumi.Float64(0),
Cellular: &.ObjectExtensioncontrollerExtenderprofileCellularTypeArgs{
ControllerReport: &.ObjectExtensioncontrollerExtenderprofileCellularControllerReportTypeArgs{
Interval: pulumi.Float64(0),
SignalThreshold: pulumi.Float64(0),
Status: pulumi.String("string"),
},
Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Modem1: &.ObjectExtensioncontrollerExtenderprofileCellularModem1TypeArgs{
AutoSwitch: &.ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchTypeArgs{
Dataplan: pulumi.String("string"),
Disconnect: pulumi.String("string"),
DisconnectPeriod: pulumi.Float64(0),
DisconnectThreshold: pulumi.Float64(0),
Signal: pulumi.String("string"),
SwitchBackTime: pulumi.String("string"),
SwitchBackTimer: pulumi.Float64(0),
SwitchBacks: pulumi.StringArray{
pulumi.String("string"),
},
},
ConnStatus: pulumi.Float64(0),
DefaultSim: pulumi.String("string"),
Gps: pulumi.String("string"),
ModemId: pulumi.Float64(0),
PreferredCarrier: pulumi.String("string"),
RedundantIntf: pulumi.String("string"),
RedundantMode: pulumi.String("string"),
Sim1Pin: pulumi.String("string"),
Sim1PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
Sim2Pin: pulumi.String("string"),
Sim2PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
},
Modem2: &.ObjectExtensioncontrollerExtenderprofileCellularModem2TypeArgs{
AutoSwitch: &.ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchTypeArgs{
Dataplan: pulumi.String("string"),
Disconnect: pulumi.String("string"),
DisconnectPeriod: pulumi.Float64(0),
DisconnectThreshold: pulumi.Float64(0),
Signal: pulumi.String("string"),
SwitchBackTime: pulumi.String("string"),
SwitchBackTimer: pulumi.Float64(0),
SwitchBacks: pulumi.StringArray{
pulumi.String("string"),
},
},
ConnStatus: pulumi.Float64(0),
DefaultSim: pulumi.String("string"),
Gps: pulumi.String("string"),
ModemId: pulumi.Float64(0),
PreferredCarrier: pulumi.String("string"),
RedundantIntf: pulumi.String("string"),
RedundantMode: pulumi.String("string"),
Sim1Pin: pulumi.String("string"),
Sim1PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
Sim2Pin: pulumi.String("string"),
Sim2PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
},
SmsNotification: &.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationTypeArgs{
Alert: &.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertTypeArgs{
DataExhausted: pulumi.String("string"),
FgtBackupModeSwitch: pulumi.String("string"),
LowSignalStrength: pulumi.String("string"),
ModeSwitch: pulumi.String("string"),
OsImageFallback: pulumi.String("string"),
SessionDisconnect: pulumi.String("string"),
SystemReboot: pulumi.String("string"),
},
Receivers: .ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverTypeArray{
&.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverTypeArgs{
Alerts: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
PhoneNumber: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
Status: pulumi.String("string"),
},
},
EnforceBandwidth: pulumi.String("string"),
Extension: pulumi.String("string"),
Fosid: pulumi.Float64(0),
LanExtension: &.ObjectExtensioncontrollerExtenderprofileLanExtensionTypeArgs{
BackhaulInterface: pulumi.String("string"),
BackhaulIp: pulumi.String("string"),
Backhauls: .ObjectExtensioncontrollerExtenderprofileLanExtensionBackhaulTypeArray{
&.ObjectExtensioncontrollerExtenderprofileLanExtensionBackhaulTypeArgs{
Name: pulumi.String("string"),
Port: pulumi.String("string"),
Role: pulumi.String("string"),
Weight: pulumi.Float64(0),
},
},
Downlinks: .ObjectExtensioncontrollerExtenderprofileLanExtensionDownlinkArray{
&.ObjectExtensioncontrollerExtenderprofileLanExtensionDownlinkArgs{
Name: pulumi.String("string"),
Port: pulumi.String("string"),
Pvid: pulumi.Float64(0),
Type: pulumi.String("string"),
Vaps: pulumi.StringArray{
pulumi.String("string"),
},
},
},
IpsecTunnel: pulumi.String("string"),
LinkLoadbalance: pulumi.String("string"),
},
LoginPasswordChange: pulumi.String("string"),
LoginPasswords: pulumi.StringArray{
pulumi.String("string"),
},
Model: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectExtensioncontrollerExtenderprofileId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Wifi: &.ObjectExtensioncontrollerExtenderprofileWifiTypeArgs{
Country: pulumi.String("string"),
Dfs: pulumi.String("string"),
Radio1: &.ObjectExtensioncontrollerExtenderprofileWifiRadio1TypeArgs{
Band: pulumi.String("string"),
Bandwidth: pulumi.String("string"),
BeaconInterval: pulumi.Float64(0),
BssColor: pulumi.Float64(0),
BssColorMode: pulumi.String("string"),
Channels: pulumi.StringArray{
pulumi.String("string"),
},
ExtensionChannel: pulumi.String("string"),
GuardInterval: pulumi.String("string"),
LanExtVaps: pulumi.StringArray{
pulumi.String("string"),
},
LocalVaps: pulumi.StringArray{
pulumi.String("string"),
},
MaxClients: pulumi.Float64(0),
Mode: pulumi.String("string"),
N80211d: pulumi.String("string"),
OperatingStandard: pulumi.String("string"),
PowerLevel: pulumi.Float64(0),
RadioId: pulumi.Float64(0),
Status: pulumi.String("string"),
},
Radio2: &.ObjectExtensioncontrollerExtenderprofileWifiRadio2TypeArgs{
Band: pulumi.String("string"),
Bandwidth: pulumi.String("string"),
BeaconInterval: pulumi.Float64(0),
BssColor: pulumi.Float64(0),
BssColorMode: pulumi.String("string"),
Channels: pulumi.StringArray{
pulumi.String("string"),
},
ExtensionChannel: pulumi.String("string"),
GuardInterval: pulumi.String("string"),
LanExtVaps: pulumi.StringArray{
pulumi.String("string"),
},
LocalVaps: pulumi.StringArray{
pulumi.String("string"),
},
MaxClients: pulumi.Float64(0),
Mode: pulumi.String("string"),
N80211d: pulumi.String("string"),
OperatingStandard: pulumi.String("string"),
PowerLevel: pulumi.Float64(0),
RadioId: pulumi.Float64(0),
Status: pulumi.String("string"),
},
},
})
var objectExtensioncontrollerExtenderprofileResource = new ObjectExtensioncontrollerExtenderprofile("objectExtensioncontrollerExtenderprofileResource", ObjectExtensioncontrollerExtenderprofileArgs.builder()
._isFactorySetting("string")
.adom("string")
.allowaccesses("string")
.bandwidthLimit(0)
.cellular(ObjectExtensioncontrollerExtenderprofileCellularArgs.builder()
.controllerReport(ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs.builder()
.interval(0)
.signalThreshold(0)
.status("string")
.build())
.dataplans("string")
.modem1(ObjectExtensioncontrollerExtenderprofileCellularModem1Args.builder()
.autoSwitch(ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs.builder()
.dataplan("string")
.disconnect("string")
.disconnectPeriod(0)
.disconnectThreshold(0)
.signal("string")
.switchBackTime("string")
.switchBackTimer(0)
.switchBacks("string")
.build())
.connStatus(0)
.defaultSim("string")
.gps("string")
.modemId(0)
.preferredCarrier("string")
.redundantIntf("string")
.redundantMode("string")
.sim1Pin("string")
.sim1PinCodes("string")
.sim2Pin("string")
.sim2PinCodes("string")
.build())
.modem2(ObjectExtensioncontrollerExtenderprofileCellularModem2Args.builder()
.autoSwitch(ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchArgs.builder()
.dataplan("string")
.disconnect("string")
.disconnectPeriod(0)
.disconnectThreshold(0)
.signal("string")
.switchBackTime("string")
.switchBackTimer(0)
.switchBacks("string")
.build())
.connStatus(0)
.defaultSim("string")
.gps("string")
.modemId(0)
.preferredCarrier("string")
.redundantIntf("string")
.redundantMode("string")
.sim1Pin("string")
.sim1PinCodes("string")
.sim2Pin("string")
.sim2PinCodes("string")
.build())
.smsNotification(ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs.builder()
.alert(ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertArgs.builder()
.dataExhausted("string")
.fgtBackupModeSwitch("string")
.lowSignalStrength("string")
.modeSwitch("string")
.osImageFallback("string")
.sessionDisconnect("string")
.systemReboot("string")
.build())
.receivers(ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverArgs.builder()
.alerts("string")
.name("string")
.phoneNumber("string")
.status("string")
.build())
.status("string")
.build())
.build())
.enforceBandwidth("string")
.extension("string")
.fosid(0)
.lanExtension(ObjectExtensioncontrollerExtenderprofileLanExtensionArgs.builder()
.backhaulInterface("string")
.backhaulIp("string")
.backhauls(ObjectExtensioncontrollerExtenderprofileLanExtensionBackhaulArgs.builder()
.name("string")
.port("string")
.role("string")
.weight(0)
.build())
.downlinks(ObjectExtensioncontrollerExtenderprofileLanExtensionDownlinkArgs.builder()
.name("string")
.port("string")
.pvid(0)
.type("string")
.vaps("string")
.build())
.ipsecTunnel("string")
.linkLoadbalance("string")
.build())
.loginPasswordChange("string")
.loginPasswords("string")
.model("string")
.name("string")
.objectExtensioncontrollerExtenderprofileId("string")
.scopetype("string")
.wifi(ObjectExtensioncontrollerExtenderprofileWifiArgs.builder()
.country("string")
.dfs("string")
.radio1(ObjectExtensioncontrollerExtenderprofileWifiRadio1Args.builder()
.band("string")
.bandwidth("string")
.beaconInterval(0)
.bssColor(0)
.bssColorMode("string")
.channels("string")
.extensionChannel("string")
.guardInterval("string")
.lanExtVaps("string")
.localVaps("string")
.maxClients(0)
.mode("string")
.n80211d("string")
.operatingStandard("string")
.powerLevel(0)
.radioId(0)
.status("string")
.build())
.radio2(ObjectExtensioncontrollerExtenderprofileWifiRadio2Args.builder()
.band("string")
.bandwidth("string")
.beaconInterval(0)
.bssColor(0)
.bssColorMode("string")
.channels("string")
.extensionChannel("string")
.guardInterval("string")
.lanExtVaps("string")
.localVaps("string")
.maxClients(0)
.mode("string")
.n80211d("string")
.operatingStandard("string")
.powerLevel(0)
.radioId(0)
.status("string")
.build())
.build())
.build());
object_extensioncontroller_extenderprofile_resource = fortimanager.ObjectExtensioncontrollerExtenderprofile("objectExtensioncontrollerExtenderprofileResource",
_is_factory_setting="string",
adom="string",
allowaccesses=["string"],
bandwidth_limit=0,
cellular={
"controller_report": {
"interval": 0,
"signal_threshold": 0,
"status": "string",
},
"dataplans": ["string"],
"modem1": {
"auto_switch": {
"dataplan": "string",
"disconnect": "string",
"disconnect_period": 0,
"disconnect_threshold": 0,
"signal": "string",
"switch_back_time": "string",
"switch_back_timer": 0,
"switch_backs": ["string"],
},
"conn_status": 0,
"default_sim": "string",
"gps": "string",
"modem_id": 0,
"preferred_carrier": "string",
"redundant_intf": "string",
"redundant_mode": "string",
"sim1_pin": "string",
"sim1_pin_codes": ["string"],
"sim2_pin": "string",
"sim2_pin_codes": ["string"],
},
"modem2": {
"auto_switch": {
"dataplan": "string",
"disconnect": "string",
"disconnect_period": 0,
"disconnect_threshold": 0,
"signal": "string",
"switch_back_time": "string",
"switch_back_timer": 0,
"switch_backs": ["string"],
},
"conn_status": 0,
"default_sim": "string",
"gps": "string",
"modem_id": 0,
"preferred_carrier": "string",
"redundant_intf": "string",
"redundant_mode": "string",
"sim1_pin": "string",
"sim1_pin_codes": ["string"],
"sim2_pin": "string",
"sim2_pin_codes": ["string"],
},
"sms_notification": {
"alert": {
"data_exhausted": "string",
"fgt_backup_mode_switch": "string",
"low_signal_strength": "string",
"mode_switch": "string",
"os_image_fallback": "string",
"session_disconnect": "string",
"system_reboot": "string",
},
"receivers": [{
"alerts": ["string"],
"name": "string",
"phone_number": "string",
"status": "string",
}],
"status": "string",
},
},
enforce_bandwidth="string",
extension="string",
fosid=0,
lan_extension={
"backhaul_interface": "string",
"backhaul_ip": "string",
"backhauls": [{
"name": "string",
"port": "string",
"role": "string",
"weight": 0,
}],
"downlinks": [{
"name": "string",
"port": "string",
"pvid": 0,
"type": "string",
"vaps": ["string"],
}],
"ipsec_tunnel": "string",
"link_loadbalance": "string",
},
login_password_change="string",
login_passwords=["string"],
model="string",
name="string",
object_extensioncontroller_extenderprofile_id="string",
scopetype="string",
wifi={
"country": "string",
"dfs": "string",
"radio1": {
"band": "string",
"bandwidth": "string",
"beacon_interval": 0,
"bss_color": 0,
"bss_color_mode": "string",
"channels": ["string"],
"extension_channel": "string",
"guard_interval": "string",
"lan_ext_vaps": ["string"],
"local_vaps": ["string"],
"max_clients": 0,
"mode": "string",
"n80211d": "string",
"operating_standard": "string",
"power_level": 0,
"radio_id": 0,
"status": "string",
},
"radio2": {
"band": "string",
"bandwidth": "string",
"beacon_interval": 0,
"bss_color": 0,
"bss_color_mode": "string",
"channels": ["string"],
"extension_channel": "string",
"guard_interval": "string",
"lan_ext_vaps": ["string"],
"local_vaps": ["string"],
"max_clients": 0,
"mode": "string",
"n80211d": "string",
"operating_standard": "string",
"power_level": 0,
"radio_id": 0,
"status": "string",
},
})
const objectExtensioncontrollerExtenderprofileResource = new fortimanager.ObjectExtensioncontrollerExtenderprofile("objectExtensioncontrollerExtenderprofileResource", {
_isFactorySetting: "string",
adom: "string",
allowaccesses: ["string"],
bandwidthLimit: 0,
cellular: {
controllerReport: {
interval: 0,
signalThreshold: 0,
status: "string",
},
dataplans: ["string"],
modem1: {
autoSwitch: {
dataplan: "string",
disconnect: "string",
disconnectPeriod: 0,
disconnectThreshold: 0,
signal: "string",
switchBackTime: "string",
switchBackTimer: 0,
switchBacks: ["string"],
},
connStatus: 0,
defaultSim: "string",
gps: "string",
modemId: 0,
preferredCarrier: "string",
redundantIntf: "string",
redundantMode: "string",
sim1Pin: "string",
sim1PinCodes: ["string"],
sim2Pin: "string",
sim2PinCodes: ["string"],
},
modem2: {
autoSwitch: {
dataplan: "string",
disconnect: "string",
disconnectPeriod: 0,
disconnectThreshold: 0,
signal: "string",
switchBackTime: "string",
switchBackTimer: 0,
switchBacks: ["string"],
},
connStatus: 0,
defaultSim: "string",
gps: "string",
modemId: 0,
preferredCarrier: "string",
redundantIntf: "string",
redundantMode: "string",
sim1Pin: "string",
sim1PinCodes: ["string"],
sim2Pin: "string",
sim2PinCodes: ["string"],
},
smsNotification: {
alert: {
dataExhausted: "string",
fgtBackupModeSwitch: "string",
lowSignalStrength: "string",
modeSwitch: "string",
osImageFallback: "string",
sessionDisconnect: "string",
systemReboot: "string",
},
receivers: [{
alerts: ["string"],
name: "string",
phoneNumber: "string",
status: "string",
}],
status: "string",
},
},
enforceBandwidth: "string",
extension: "string",
fosid: 0,
lanExtension: {
backhaulInterface: "string",
backhaulIp: "string",
backhauls: [{
name: "string",
port: "string",
role: "string",
weight: 0,
}],
downlinks: [{
name: "string",
port: "string",
pvid: 0,
type: "string",
vaps: ["string"],
}],
ipsecTunnel: "string",
linkLoadbalance: "string",
},
loginPasswordChange: "string",
loginPasswords: ["string"],
model: "string",
name: "string",
objectExtensioncontrollerExtenderprofileId: "string",
scopetype: "string",
wifi: {
country: "string",
dfs: "string",
radio1: {
band: "string",
bandwidth: "string",
beaconInterval: 0,
bssColor: 0,
bssColorMode: "string",
channels: ["string"],
extensionChannel: "string",
guardInterval: "string",
lanExtVaps: ["string"],
localVaps: ["string"],
maxClients: 0,
mode: "string",
n80211d: "string",
operatingStandard: "string",
powerLevel: 0,
radioId: 0,
status: "string",
},
radio2: {
band: "string",
bandwidth: "string",
beaconInterval: 0,
bssColor: 0,
bssColorMode: "string",
channels: ["string"],
extensionChannel: "string",
guardInterval: "string",
lanExtVaps: ["string"],
localVaps: ["string"],
maxClients: 0,
mode: "string",
n80211d: "string",
operatingStandard: "string",
powerLevel: 0,
radioId: 0,
status: "string",
},
},
});
type: fortimanager:ObjectExtensioncontrollerExtenderprofile
properties:
_isFactorySetting: string
adom: string
allowaccesses:
- string
bandwidthLimit: 0
cellular:
controllerReport:
interval: 0
signalThreshold: 0
status: string
dataplans:
- string
modem1:
autoSwitch:
dataplan: string
disconnect: string
disconnectPeriod: 0
disconnectThreshold: 0
signal: string
switchBackTime: string
switchBackTimer: 0
switchBacks:
- string
connStatus: 0
defaultSim: string
gps: string
modemId: 0
preferredCarrier: string
redundantIntf: string
redundantMode: string
sim1Pin: string
sim1PinCodes:
- string
sim2Pin: string
sim2PinCodes:
- string
modem2:
autoSwitch:
dataplan: string
disconnect: string
disconnectPeriod: 0
disconnectThreshold: 0
signal: string
switchBackTime: string
switchBackTimer: 0
switchBacks:
- string
connStatus: 0
defaultSim: string
gps: string
modemId: 0
preferredCarrier: string
redundantIntf: string
redundantMode: string
sim1Pin: string
sim1PinCodes:
- string
sim2Pin: string
sim2PinCodes:
- string
smsNotification:
alert:
dataExhausted: string
fgtBackupModeSwitch: string
lowSignalStrength: string
modeSwitch: string
osImageFallback: string
sessionDisconnect: string
systemReboot: string
receivers:
- alerts:
- string
name: string
phoneNumber: string
status: string
status: string
enforceBandwidth: string
extension: string
fosid: 0
lanExtension:
backhaulInterface: string
backhaulIp: string
backhauls:
- name: string
port: string
role: string
weight: 0
downlinks:
- name: string
port: string
pvid: 0
type: string
vaps:
- string
ipsecTunnel: string
linkLoadbalance: string
loginPasswordChange: string
loginPasswords:
- string
model: string
name: string
objectExtensioncontrollerExtenderprofileId: string
scopetype: string
wifi:
country: string
dfs: string
radio1:
band: string
bandwidth: string
beaconInterval: 0
bssColor: 0
bssColorMode: string
channels:
- string
extensionChannel: string
guardInterval: string
lanExtVaps:
- string
localVaps:
- string
maxClients: 0
mode: string
n80211d: string
operatingStandard: string
powerLevel: 0
radioId: 0
status: string
radio2:
band: string
bandwidth: string
beaconInterval: 0
bssColor: 0
bssColorMode: string
channels:
- string
extensionChannel: string
guardInterval: string
lanExtVaps:
- string
localVaps:
- string
maxClients: 0
mode: string
n80211d: string
operatingStandard: string
powerLevel: 0
radioId: 0
status: string
ObjectExtensioncontrollerExtenderprofile 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 ObjectExtensioncontrollerExtenderprofile resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit double - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extensioncontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid double
- ID.
- Lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords List<string> - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name.
- Object
Extensioncontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Wifi
Object
Extensioncontroller Extenderprofile Wifi - Wifi. The structure of
wifi
block is documented below. - _
is stringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit float64 - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extensioncontroller Extenderprofile Cellular Type Args - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid float64
- ID.
- Lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension Type Args - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords []string - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name.
- Object
Extensioncontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Wifi
Object
Extensioncontroller Extenderprofile Wifi Type Args - Wifi. The structure of
wifi
block is documented below. - _
is stringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
.
- _
is StringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Double - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extensioncontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Double
- ID.
- lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name.
- object
Extensioncontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi
Object
Extensioncontroller Extenderprofile Wifi - Wifi. The structure of
wifi
block is documented below.
- _
is stringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extensioncontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid number
- ID.
- lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords string[] - Set the managed extender's administrator password.
- model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name string
- FortiExtender profile name.
- object
Extensioncontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi
Object
Extensioncontroller Extenderprofile Wifi - Wifi. The structure of
wifi
block is documented below.
- _
is_ strfactory_ setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth_
limit float - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extensioncontroller Extenderprofile Cellular Args - Cellular. The structure of
cellular
block is documented below. - enforce_
bandwidth str - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension str
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid float
- ID.
- lan_
extension ObjectExtensioncontroller Extenderprofile Lan Extension Args - Lan-Extension. The structure of
lan_extension
block is documented below. - login_
password_ strchange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login_
passwords Sequence[str] - Set the managed extender's administrator password.
- model str
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name str
- FortiExtender profile name.
- object_
extensioncontroller_ strextenderprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi
Object
Extensioncontroller Extenderprofile Wifi Args - Wifi. The structure of
wifi
block is documented below.
- _
is StringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular Property Map
- Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Number
- ID.
- lan
Extension Property Map - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name.
- object
Extensioncontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi Property Map
- Wifi. The structure of
wifi
block is documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectExtensioncontrollerExtenderprofile 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 ObjectExtensioncontrollerExtenderprofile Resource
Get an existing ObjectExtensioncontrollerExtenderprofile 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?: ObjectExtensioncontrollerExtenderprofileState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_is_factory_setting: Optional[str] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
bandwidth_limit: Optional[float] = None,
cellular: Optional[ObjectExtensioncontrollerExtenderprofileCellularArgs] = None,
enforce_bandwidth: Optional[str] = None,
extension: Optional[str] = None,
fosid: Optional[float] = None,
lan_extension: Optional[ObjectExtensioncontrollerExtenderprofileLanExtensionArgs] = None,
login_password_change: Optional[str] = None,
login_passwords: Optional[Sequence[str]] = None,
model: Optional[str] = None,
name: Optional[str] = None,
object_extensioncontroller_extenderprofile_id: Optional[str] = None,
scopetype: Optional[str] = None,
wifi: Optional[ObjectExtensioncontrollerExtenderprofileWifiArgs] = None) -> ObjectExtensioncontrollerExtenderprofile
func GetObjectExtensioncontrollerExtenderprofile(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofile, error)
public static ObjectExtensioncontrollerExtenderprofile Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileState? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofile get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectExtensioncontrollerExtenderprofile get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allowaccesses List<string>
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit double - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extensioncontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid double
- ID.
- Lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords List<string> - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name.
- Object
Extensioncontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Wifi
Object
Extensioncontroller Extenderprofile Wifi - Wifi. The structure of
wifi
block is documented below. - _
is stringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit float64 - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extensioncontroller Extenderprofile Cellular Type Args - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid float64
- ID.
- Lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension Type Args - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords []string - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name.
- Object
Extensioncontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Wifi
Object
Extensioncontroller Extenderprofile Wifi Type Args - Wifi. The structure of
wifi
block is documented below. - _
is stringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
.
- _
is StringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Double - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extensioncontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Double
- ID.
- lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name.
- object
Extensioncontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi
Object
Extensioncontroller Extenderprofile Wifi - Wifi. The structure of
wifi
block is documented below.
- _
is stringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extensioncontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid number
- ID.
- lan
Extension ObjectExtensioncontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords string[] - Set the managed extender's administrator password.
- model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name string
- FortiExtender profile name.
- object
Extensioncontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi
Object
Extensioncontroller Extenderprofile Wifi - Wifi. The structure of
wifi
block is documented below.
- _
is_ strfactory_ setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth_
limit float - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extensioncontroller Extenderprofile Cellular Args - Cellular. The structure of
cellular
block is documented below. - enforce_
bandwidth str - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension str
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid float
- ID.
- lan_
extension ObjectExtensioncontroller Extenderprofile Lan Extension Args - Lan-Extension. The structure of
lan_extension
block is documented below. - login_
password_ strchange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login_
passwords Sequence[str] - Set the managed extender's administrator password.
- model str
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name str
- FortiExtender profile name.
- object_
extensioncontroller_ strextenderprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi
Object
Extensioncontroller Extenderprofile Wifi Args - Wifi. The structure of
wifi
block is documented below.
- _
is StringFactory Setting - _Is_Factory_Setting. Valid values:
disable
,enable
,ext
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular Property Map
- Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Number
- ID.
- lan
Extension Property Map - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name.
- object
Extensioncontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wifi Property Map
- Wifi. The structure of
wifi
block is documented below.
Supporting Types
ObjectExtensioncontrollerExtenderprofileCellular, ObjectExtensioncontrollerExtenderprofileCellularArgs
- Controller
Report ObjectExtensioncontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - Dataplans List<string>
- Dataplan names.
- Modem1
Object
Extensioncontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - Modem2
Object
Extensioncontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - Sms
Notification ObjectExtensioncontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- Controller
Report ObjectExtensioncontroller Extenderprofile Cellular Controller Report Type - Controller-Report. The structure of
controller_report
block is documented below. - Dataplans []string
- Dataplan names.
- Modem1
Object
Extensioncontroller Extenderprofile Cellular Modem1Type - Modem1. The structure of
modem1
block is documented below. - Modem2
Object
Extensioncontroller Extenderprofile Cellular Modem2Type - Modem2. The structure of
modem2
block is documented below. - Sms
Notification ObjectExtensioncontroller Extenderprofile Cellular Sms Notification Type - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller
Report ObjectExtensioncontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - dataplans List<String>
- Dataplan names.
- modem1
Object
Extensioncontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - modem2
Object
Extensioncontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - sms
Notification ObjectExtensioncontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller
Report ObjectExtensioncontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - dataplans string[]
- Dataplan names.
- modem1
Object
Extensioncontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - modem2
Object
Extensioncontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - sms
Notification ObjectExtensioncontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller_
report ObjectExtensioncontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - dataplans Sequence[str]
- Dataplan names.
- modem1
Object
Extensioncontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - modem2
Object
Extensioncontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - sms_
notification ObjectExtensioncontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller
Report Property Map - Controller-Report. The structure of
controller_report
block is documented below. - dataplans List<String>
- Dataplan names.
- modem1 Property Map
- Modem1. The structure of
modem1
block is documented below. - modem2 Property Map
- Modem2. The structure of
modem2
block is documented below. - sms
Notification Property Map - Sms-Notification. The structure of
sms_notification
block is documented below.
ObjectExtensioncontrollerExtenderprofileCellularControllerReport, ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs
- Interval double
- Controller report interval.
- Signal
Threshold double - Controller report signal threshold.
- Status string
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- Interval float64
- Controller report interval.
- Signal
Threshold float64 - Controller report signal threshold.
- Status string
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval Double
- Controller report interval.
- signal
Threshold Double - Controller report signal threshold.
- status String
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval number
- Controller report interval.
- signal
Threshold number - Controller report signal threshold.
- status string
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval float
- Controller report interval.
- signal_
threshold float - Controller report signal threshold.
- status str
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval Number
- Controller report interval.
- signal
Threshold Number - Controller report signal threshold.
- status String
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
ObjectExtensioncontrollerExtenderprofileCellularModem1, ObjectExtensioncontrollerExtenderprofileCellularModem1Args
- Auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem1Auto Switch - Conn
Status double - Default
Sim string - Gps string
- Modem
Id double - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes List<string> - Sim2Pin string
- Sim2Pin
Codes List<string>
- Auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem1Auto Switch Type - Conn
Status float64 - Default
Sim string - Gps string
- Modem
Id float64 - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes []string - Sim2Pin string
- Sim2Pin
Codes []string
- auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem1Auto Switch - conn
Status Double - default
Sim String - gps String
- modem
Id Double - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
- auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem1Auto Switch - conn
Status number - default
Sim string - gps string
- modem
Id number - preferred
Carrier string - redundant
Intf string - redundant
Mode string - sim1Pin string
- sim1Pin
Codes string[] - sim2Pin string
- sim2Pin
Codes string[]
- auto_
switch ObjectExtensioncontroller Extenderprofile Cellular Modem1Auto Switch - conn_
status float - default_
sim str - gps str
- modem_
id float - preferred_
carrier str - redundant_
intf str - redundant_
mode str - sim1_
pin str - sim1_
pin_ Sequence[str]codes - sim2_
pin str - sim2_
pin_ Sequence[str]codes
- auto
Switch Property Map - conn
Status Number - default
Sim String - gps String
- modem
Id Number - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch, ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period double - Automatically switch based on disconnect period.
- Disconnect
Threshold double - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back doubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs List<string> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period float64 - Automatically switch based on disconnect period.
- Disconnect
Threshold float64 - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back float64Timer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs []string - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Double - Automatically switch based on disconnect period.
- disconnect
Threshold Double - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back DoubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period number - Automatically switch based on disconnect period.
- disconnect
Threshold number - Automatically switch based on disconnect threshold.
- signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back numberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs string[] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan str
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect str
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect_
period float - Automatically switch based on disconnect period.
- disconnect_
threshold float - Automatically switch based on disconnect threshold.
- signal str
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch_
back_ strtime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch_
back_ floattimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch_
backs Sequence[str] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Number - Automatically switch based on disconnect period.
- disconnect
Threshold Number - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back NumberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
ObjectExtensioncontrollerExtenderprofileCellularModem2, ObjectExtensioncontrollerExtenderprofileCellularModem2Args
- Auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem2Auto Switch - Conn
Status double - Default
Sim string - Gps string
- Modem
Id double - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes List<string> - Sim2Pin string
- Sim2Pin
Codes List<string>
- Auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem2Auto Switch Type - Conn
Status float64 - Default
Sim string - Gps string
- Modem
Id float64 - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes []string - Sim2Pin string
- Sim2Pin
Codes []string
- auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem2Auto Switch - conn
Status Double - default
Sim String - gps String
- modem
Id Double - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
- auto
Switch ObjectExtensioncontroller Extenderprofile Cellular Modem2Auto Switch - conn
Status number - default
Sim string - gps string
- modem
Id number - preferred
Carrier string - redundant
Intf string - redundant
Mode string - sim1Pin string
- sim1Pin
Codes string[] - sim2Pin string
- sim2Pin
Codes string[]
- auto_
switch ObjectExtensioncontroller Extenderprofile Cellular Modem2Auto Switch - conn_
status float - default_
sim str - gps str
- modem_
id float - preferred_
carrier str - redundant_
intf str - redundant_
mode str - sim1_
pin str - sim1_
pin_ Sequence[str]codes - sim2_
pin str - sim2_
pin_ Sequence[str]codes
- auto
Switch Property Map - conn
Status Number - default
Sim String - gps String
- modem
Id Number - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitch, ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchArgs
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period double - Automatically switch based on disconnect period.
- Disconnect
Threshold double - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back doubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs List<string> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period float64 - Automatically switch based on disconnect period.
- Disconnect
Threshold float64 - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back float64Timer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs []string - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Double - Automatically switch based on disconnect period.
- disconnect
Threshold Double - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back DoubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period number - Automatically switch based on disconnect period.
- disconnect
Threshold number - Automatically switch based on disconnect threshold.
- signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back numberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs string[] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan str
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect str
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect_
period float - Automatically switch based on disconnect period.
- disconnect_
threshold float - Automatically switch based on disconnect threshold.
- signal str
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch_
back_ strtime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch_
back_ floattimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch_
backs Sequence[str] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Number - Automatically switch based on disconnect period.
- disconnect
Threshold Number - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back NumberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
ObjectExtensioncontrollerExtenderprofileCellularSmsNotification, ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs
- Alert
Object
Extensioncontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - Receivers
List<Object
Extensioncontroller Extenderprofile Cellular Sms Notification Receiver> - Receiver. The structure of
receiver
block is documented below. - Status string
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- Alert
Object
Extensioncontroller Extenderprofile Cellular Sms Notification Alert Type - Alert. The structure of
alert
block is documented below. - Receivers
[]Object
Extensioncontroller Extenderprofile Cellular Sms Notification Receiver Type - Receiver. The structure of
receiver
block is documented below. - Status string
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert
Object
Extensioncontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - receivers
List<Object
Extensioncontroller Extenderprofile Cellular Sms Notification Receiver> - Receiver. The structure of
receiver
block is documented below. - status String
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert
Object
Extensioncontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - receivers
Object
Extensioncontroller Extenderprofile Cellular Sms Notification Receiver[] - Receiver. The structure of
receiver
block is documented below. - status string
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert
Object
Extensioncontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - receivers
Sequence[Object
Extensioncontroller Extenderprofile Cellular Sms Notification Receiver] - Receiver. The structure of
receiver
block is documented below. - status str
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert Property Map
- Alert. The structure of
alert
block is documented below. - receivers List<Property Map>
- Receiver. The structure of
receiver
block is documented below. - status String
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlert, ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertArgs
- Data
Exhausted string - Display string when data exhausted.
- Fgt
Backup stringMode Switch - Display string when FortiGate backup mode switched.
- Low
Signal stringStrength - Display string when signal strength is low.
- Mode
Switch string - Display string when mode is switched.
- Os
Image stringFallback - Display string when falling back to a previous OS image.
- Session
Disconnect string - Display string when session disconnected.
- System
Reboot string - Display string when system rebooted.
- Data
Exhausted string - Display string when data exhausted.
- Fgt
Backup stringMode Switch - Display string when FortiGate backup mode switched.
- Low
Signal stringStrength - Display string when signal strength is low.
- Mode
Switch string - Display string when mode is switched.
- Os
Image stringFallback - Display string when falling back to a previous OS image.
- Session
Disconnect string - Display string when session disconnected.
- System
Reboot string - Display string when system rebooted.
- data
Exhausted String - Display string when data exhausted.
- fgt
Backup StringMode Switch - Display string when FortiGate backup mode switched.
- low
Signal StringStrength - Display string when signal strength is low.
- mode
Switch String - Display string when mode is switched.
- os
Image StringFallback - Display string when falling back to a previous OS image.
- session
Disconnect String - Display string when session disconnected.
- system
Reboot String - Display string when system rebooted.
- data
Exhausted string - Display string when data exhausted.
- fgt
Backup stringMode Switch - Display string when FortiGate backup mode switched.
- low
Signal stringStrength - Display string when signal strength is low.
- mode
Switch string - Display string when mode is switched.
- os
Image stringFallback - Display string when falling back to a previous OS image.
- session
Disconnect string - Display string when session disconnected.
- system
Reboot string - Display string when system rebooted.
- data_
exhausted str - Display string when data exhausted.
- fgt_
backup_ strmode_ switch - Display string when FortiGate backup mode switched.
- low_
signal_ strstrength - Display string when signal strength is low.
- mode_
switch str - Display string when mode is switched.
- os_
image_ strfallback - Display string when falling back to a previous OS image.
- session_
disconnect str - Display string when session disconnected.
- system_
reboot str - Display string when system rebooted.
- data
Exhausted String - Display string when data exhausted.
- fgt
Backup StringMode Switch - Display string when FortiGate backup mode switched.
- low
Signal StringStrength - Display string when signal strength is low.
- mode
Switch String - Display string when mode is switched.
- os
Image StringFallback - Display string when falling back to a previous OS image.
- session
Disconnect String - Display string when session disconnected.
- system
Reboot String - Display string when system rebooted.
ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiver, ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverArgs
- Alerts List<string>
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - Name string
- FortiExtender SMS notification receiver name.
- Phone
Number string - Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
- Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- Alerts []string
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - Name string
- FortiExtender SMS notification receiver name.
- Phone
Number string - Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
- Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts List<String>
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name String
- FortiExtender SMS notification receiver name.
- phone
Number String - Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
- status String
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts string[]
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name string
- FortiExtender SMS notification receiver name.
- phone
Number string - Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
- status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts Sequence[str]
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name str
- FortiExtender SMS notification receiver name.
- phone_
number str - Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
- status str
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts List<String>
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name String
- FortiExtender SMS notification receiver name.
- phone
Number String - Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
- status String
- SMS notification receiver status. Valid values:
disable
,enable
.
ObjectExtensioncontrollerExtenderprofileLanExtension, ObjectExtensioncontrollerExtenderprofileLanExtensionArgs
- Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
List<Object
Extensioncontroller Extenderprofile Lan Extension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - Downlinks
List<Object
Extensioncontroller Extenderprofile Lan Extension Downlink> - Downlinks. The structure of
downlinks
block is documented below. - Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
[]Object
Extensioncontroller Extenderprofile Lan Extension Backhaul Type - Backhaul. The structure of
backhaul
block is documented below. - Downlinks
[]Object
Extensioncontroller Extenderprofile Lan Extension Downlink - Downlinks. The structure of
downlinks
block is documented below. - Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
List<Object
Extensioncontroller Extenderprofile Lan Extension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - downlinks
List<Object
Extensioncontroller Extenderprofile Lan Extension Downlink> - Downlinks. The structure of
downlinks
block is documented below. - ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul
Interface string - IPsec phase1 interface.
- backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Object
Extensioncontroller Extenderprofile Lan Extension Backhaul[] - Backhaul. The structure of
backhaul
block is documented below. - downlinks
Object
Extensioncontroller Extenderprofile Lan Extension Downlink[] - Downlinks. The structure of
downlinks
block is documented below. - ipsec
Tunnel string - IPsec tunnel name.
- link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul_
interface str - IPsec phase1 interface.
- backhaul_
ip str - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Sequence[Object
Extensioncontroller Extenderprofile Lan Extension Backhaul] - Backhaul. The structure of
backhaul
block is documented below. - downlinks
Sequence[Object
Extensioncontroller Extenderprofile Lan Extension Downlink] - Downlinks. The structure of
downlinks
block is documented below. - ipsec_
tunnel str - IPsec tunnel name.
- link_
loadbalance str - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls List<Property Map>
- Backhaul. The structure of
backhaul
block is documented below. - downlinks List<Property Map>
- Downlinks. The structure of
downlinks
block is documented below. - ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
ObjectExtensioncontrollerExtenderprofileLanExtensionBackhaul, ObjectExtensioncontrollerExtenderprofileLanExtensionBackhaulArgs
ObjectExtensioncontrollerExtenderprofileLanExtensionDownlink, ObjectExtensioncontrollerExtenderprofileLanExtensionDownlinkArgs
- Name string
- FortiExtender LAN extension downlink config entry name.
- Port string
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - Pvid double
- FortiExtender LAN extension downlink PVID.
- Type string
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - Vaps List<string>
- FortiExtender LAN extension downlink vap.
- Name string
- FortiExtender LAN extension downlink config entry name.
- Port string
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - Pvid float64
- FortiExtender LAN extension downlink PVID.
- Type string
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - Vaps []string
- FortiExtender LAN extension downlink vap.
- name String
- FortiExtender LAN extension downlink config entry name.
- port String
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid Double
- FortiExtender LAN extension downlink PVID.
- type String
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps List<String>
- FortiExtender LAN extension downlink vap.
- name string
- FortiExtender LAN extension downlink config entry name.
- port string
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid number
- FortiExtender LAN extension downlink PVID.
- type string
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps string[]
- FortiExtender LAN extension downlink vap.
- name str
- FortiExtender LAN extension downlink config entry name.
- port str
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid float
- FortiExtender LAN extension downlink PVID.
- type str
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps Sequence[str]
- FortiExtender LAN extension downlink vap.
- name String
- FortiExtender LAN extension downlink config entry name.
- port String
- FortiExtender LAN extension downlink port. Valid values:
port1
,port2
,port3
,port4
,port5
,lan1
,lan2
. - pvid Number
- FortiExtender LAN extension downlink PVID.
- type String
- FortiExtender LAN extension downlink type [port/vap]. Valid values:
port
,vap
. - vaps List<String>
- FortiExtender LAN extension downlink vap.
ObjectExtensioncontrollerExtenderprofileWifi, ObjectExtensioncontrollerExtenderprofileWifiArgs
- Country string
- Country in which this FEX will operate (default = NA). Valid values:
AL
,DZ
,AR
,AM
,AU
,AT
,AZ
,BH
,BD
,BY
,BE
,BZ
,BO
,BA
,BR
,BN
,BG
,CA
,CL
,CN
,CO
,CR
,HR
,CY
,CZ
,DK
,DO
,EC
,EG
,SV
,EE
,FI
,FR
,GE
,DE
,GR
,GT
,HN
,HK
,HU
,IS
,IN
,ID
,IE
,IL
,IT
,JM
,JP
,JO
,KZ
,KE
,KR
,KW
,LV
,LB
,LI
,LT
,LU
,MO
,MK
,MY
,MT
,MX
,MC
,MA
,NP
,NL
,AN
,NZ
,NO
,OM
,PK
,PA
,PG
,PE
,PH
,PL
,PT
,PR
,QA
,RO
,RU
,SA
,SG
,SK
,SI
,ZA
,ES
,LK
,SE
,CH
,TW
,TH
,TT
,TN
,TR
,AE
,UA
,GB
,US
,PS
,UY
,UZ
,VE
,VN
,YE
,ZW
,NA
,BS
,VC
,KH
,MV
,AF
,NG
,TZ
,ZM
,SN
,CI
,GH
,CM
,MW
,AO
,GA
,ML
,BJ
,MG
,TD
,BW
,LY
,RW
,MZ
,GM
,LS
,MU
,CG
,UG
,BF
,SL
,SO
,CD
,NE
,CF
,SZ
,TG
,LR
,MR
,DJ
,RE
,RS
,ME
,IQ
,MD
,KY
,BB
,BM
,TC
,VI
,PM
,MF
,GD
,IM
,FO
,GI
,GL
,TM
,MN
,VU
,FJ
,LA
,GU
,WF
,MH
,BT
,FM
,PF
,NI
,PY
,HT
,GY
,AW
,KN
,GF
,AS
,MP
,PW
,MM
,LC
,GP
,ET
,SR
,CX
,DM
,MQ
,YT
,BL
,--
. - Dfs string
- Wi-Fi 5G Radio DFS channel enable/disable. Valid values:
disable
,enable
. - Radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - Radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 Radio-2. The structure of
radio_2
block is documented below.The
radio_1
block supports:
- Country string
- Country in which this FEX will operate (default = NA). Valid values:
AL
,DZ
,AR
,AM
,AU
,AT
,AZ
,BH
,BD
,BY
,BE
,BZ
,BO
,BA
,BR
,BN
,BG
,CA
,CL
,CN
,CO
,CR
,HR
,CY
,CZ
,DK
,DO
,EC
,EG
,SV
,EE
,FI
,FR
,GE
,DE
,GR
,GT
,HN
,HK
,HU
,IS
,IN
,ID
,IE
,IL
,IT
,JM
,JP
,JO
,KZ
,KE
,KR
,KW
,LV
,LB
,LI
,LT
,LU
,MO
,MK
,MY
,MT
,MX
,MC
,MA
,NP
,NL
,AN
,NZ
,NO
,OM
,PK
,PA
,PG
,PE
,PH
,PL
,PT
,PR
,QA
,RO
,RU
,SA
,SG
,SK
,SI
,ZA
,ES
,LK
,SE
,CH
,TW
,TH
,TT
,TN
,TR
,AE
,UA
,GB
,US
,PS
,UY
,UZ
,VE
,VN
,YE
,ZW
,NA
,BS
,VC
,KH
,MV
,AF
,NG
,TZ
,ZM
,SN
,CI
,GH
,CM
,MW
,AO
,GA
,ML
,BJ
,MG
,TD
,BW
,LY
,RW
,MZ
,GM
,LS
,MU
,CG
,UG
,BF
,SL
,SO
,CD
,NE
,CF
,SZ
,TG
,LR
,MR
,DJ
,RE
,RS
,ME
,IQ
,MD
,KY
,BB
,BM
,TC
,VI
,PM
,MF
,GD
,IM
,FO
,GI
,GL
,TM
,MN
,VU
,FJ
,LA
,GU
,WF
,MH
,BT
,FM
,PF
,NI
,PY
,HT
,GY
,AW
,KN
,GF
,AS
,MP
,PW
,MM
,LC
,GP
,ET
,SR
,CX
,DM
,MQ
,YT
,BL
,--
. - Dfs string
- Wi-Fi 5G Radio DFS channel enable/disable. Valid values:
disable
,enable
. - Radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1Type - Radio-1. The structure of
radio_1
block is documented below. - Radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2Type Radio-2. The structure of
radio_2
block is documented below.The
radio_1
block supports:
- country String
- Country in which this FEX will operate (default = NA). Valid values:
AL
,DZ
,AR
,AM
,AU
,AT
,AZ
,BH
,BD
,BY
,BE
,BZ
,BO
,BA
,BR
,BN
,BG
,CA
,CL
,CN
,CO
,CR
,HR
,CY
,CZ
,DK
,DO
,EC
,EG
,SV
,EE
,FI
,FR
,GE
,DE
,GR
,GT
,HN
,HK
,HU
,IS
,IN
,ID
,IE
,IL
,IT
,JM
,JP
,JO
,KZ
,KE
,KR
,KW
,LV
,LB
,LI
,LT
,LU
,MO
,MK
,MY
,MT
,MX
,MC
,MA
,NP
,NL
,AN
,NZ
,NO
,OM
,PK
,PA
,PG
,PE
,PH
,PL
,PT
,PR
,QA
,RO
,RU
,SA
,SG
,SK
,SI
,ZA
,ES
,LK
,SE
,CH
,TW
,TH
,TT
,TN
,TR
,AE
,UA
,GB
,US
,PS
,UY
,UZ
,VE
,VN
,YE
,ZW
,NA
,BS
,VC
,KH
,MV
,AF
,NG
,TZ
,ZM
,SN
,CI
,GH
,CM
,MW
,AO
,GA
,ML
,BJ
,MG
,TD
,BW
,LY
,RW
,MZ
,GM
,LS
,MU
,CG
,UG
,BF
,SL
,SO
,CD
,NE
,CF
,SZ
,TG
,LR
,MR
,DJ
,RE
,RS
,ME
,IQ
,MD
,KY
,BB
,BM
,TC
,VI
,PM
,MF
,GD
,IM
,FO
,GI
,GL
,TM
,MN
,VU
,FJ
,LA
,GU
,WF
,MH
,BT
,FM
,PF
,NI
,PY
,HT
,GY
,AW
,KN
,GF
,AS
,MP
,PW
,MM
,LC
,GP
,ET
,SR
,CX
,DM
,MQ
,YT
,BL
,--
. - dfs String
- Wi-Fi 5G Radio DFS channel enable/disable. Valid values:
disable
,enable
. - radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 Radio-2. The structure of
radio_2
block is documented below.The
radio_1
block supports:
- country string
- Country in which this FEX will operate (default = NA). Valid values:
AL
,DZ
,AR
,AM
,AU
,AT
,AZ
,BH
,BD
,BY
,BE
,BZ
,BO
,BA
,BR
,BN
,BG
,CA
,CL
,CN
,CO
,CR
,HR
,CY
,CZ
,DK
,DO
,EC
,EG
,SV
,EE
,FI
,FR
,GE
,DE
,GR
,GT
,HN
,HK
,HU
,IS
,IN
,ID
,IE
,IL
,IT
,JM
,JP
,JO
,KZ
,KE
,KR
,KW
,LV
,LB
,LI
,LT
,LU
,MO
,MK
,MY
,MT
,MX
,MC
,MA
,NP
,NL
,AN
,NZ
,NO
,OM
,PK
,PA
,PG
,PE
,PH
,PL
,PT
,PR
,QA
,RO
,RU
,SA
,SG
,SK
,SI
,ZA
,ES
,LK
,SE
,CH
,TW
,TH
,TT
,TN
,TR
,AE
,UA
,GB
,US
,PS
,UY
,UZ
,VE
,VN
,YE
,ZW
,NA
,BS
,VC
,KH
,MV
,AF
,NG
,TZ
,ZM
,SN
,CI
,GH
,CM
,MW
,AO
,GA
,ML
,BJ
,MG
,TD
,BW
,LY
,RW
,MZ
,GM
,LS
,MU
,CG
,UG
,BF
,SL
,SO
,CD
,NE
,CF
,SZ
,TG
,LR
,MR
,DJ
,RE
,RS
,ME
,IQ
,MD
,KY
,BB
,BM
,TC
,VI
,PM
,MF
,GD
,IM
,FO
,GI
,GL
,TM
,MN
,VU
,FJ
,LA
,GU
,WF
,MH
,BT
,FM
,PF
,NI
,PY
,HT
,GY
,AW
,KN
,GF
,AS
,MP
,PW
,MM
,LC
,GP
,ET
,SR
,CX
,DM
,MQ
,YT
,BL
,--
. - dfs string
- Wi-Fi 5G Radio DFS channel enable/disable. Valid values:
disable
,enable
. - radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 Radio-2. The structure of
radio_2
block is documented below.The
radio_1
block supports:
- country str
- Country in which this FEX will operate (default = NA). Valid values:
AL
,DZ
,AR
,AM
,AU
,AT
,AZ
,BH
,BD
,BY
,BE
,BZ
,BO
,BA
,BR
,BN
,BG
,CA
,CL
,CN
,CO
,CR
,HR
,CY
,CZ
,DK
,DO
,EC
,EG
,SV
,EE
,FI
,FR
,GE
,DE
,GR
,GT
,HN
,HK
,HU
,IS
,IN
,ID
,IE
,IL
,IT
,JM
,JP
,JO
,KZ
,KE
,KR
,KW
,LV
,LB
,LI
,LT
,LU
,MO
,MK
,MY
,MT
,MX
,MC
,MA
,NP
,NL
,AN
,NZ
,NO
,OM
,PK
,PA
,PG
,PE
,PH
,PL
,PT
,PR
,QA
,RO
,RU
,SA
,SG
,SK
,SI
,ZA
,ES
,LK
,SE
,CH
,TW
,TH
,TT
,TN
,TR
,AE
,UA
,GB
,US
,PS
,UY
,UZ
,VE
,VN
,YE
,ZW
,NA
,BS
,VC
,KH
,MV
,AF
,NG
,TZ
,ZM
,SN
,CI
,GH
,CM
,MW
,AO
,GA
,ML
,BJ
,MG
,TD
,BW
,LY
,RW
,MZ
,GM
,LS
,MU
,CG
,UG
,BF
,SL
,SO
,CD
,NE
,CF
,SZ
,TG
,LR
,MR
,DJ
,RE
,RS
,ME
,IQ
,MD
,KY
,BB
,BM
,TC
,VI
,PM
,MF
,GD
,IM
,FO
,GI
,GL
,TM
,MN
,VU
,FJ
,LA
,GU
,WF
,MH
,BT
,FM
,PF
,NI
,PY
,HT
,GY
,AW
,KN
,GF
,AS
,MP
,PW
,MM
,LC
,GP
,ET
,SR
,CX
,DM
,MQ
,YT
,BL
,--
. - dfs str
- Wi-Fi 5G Radio DFS channel enable/disable. Valid values:
disable
,enable
. - radio1
Object
Extensioncontroller Extenderprofile Wifi Radio1 - Radio-1. The structure of
radio_1
block is documented below. - radio2
Object
Extensioncontroller Extenderprofile Wifi Radio2 Radio-2. The structure of
radio_2
block is documented below.The
radio_1
block supports:
- country String
- Country in which this FEX will operate (default = NA). Valid values:
AL
,DZ
,AR
,AM
,AU
,AT
,AZ
,BH
,BD
,BY
,BE
,BZ
,BO
,BA
,BR
,BN
,BG
,CA
,CL
,CN
,CO
,CR
,HR
,CY
,CZ
,DK
,DO
,EC
,EG
,SV
,EE
,FI
,FR
,GE
,DE
,GR
,GT
,HN
,HK
,HU
,IS
,IN
,ID
,IE
,IL
,IT
,JM
,JP
,JO
,KZ
,KE
,KR
,KW
,LV
,LB
,LI
,LT
,LU
,MO
,MK
,MY
,MT
,MX
,MC
,MA
,NP
,NL
,AN
,NZ
,NO
,OM
,PK
,PA
,PG
,PE
,PH
,PL
,PT
,PR
,QA
,RO
,RU
,SA
,SG
,SK
,SI
,ZA
,ES
,LK
,SE
,CH
,TW
,TH
,TT
,TN
,TR
,AE
,UA
,GB
,US
,PS
,UY
,UZ
,VE
,VN
,YE
,ZW
,NA
,BS
,VC
,KH
,MV
,AF
,NG
,TZ
,ZM
,SN
,CI
,GH
,CM
,MW
,AO
,GA
,ML
,BJ
,MG
,TD
,BW
,LY
,RW
,MZ
,GM
,LS
,MU
,CG
,UG
,BF
,SL
,SO
,CD
,NE
,CF
,SZ
,TG
,LR
,MR
,DJ
,RE
,RS
,ME
,IQ
,MD
,KY
,BB
,BM
,TC
,VI
,PM
,MF
,GD
,IM
,FO
,GI
,GL
,TM
,MN
,VU
,FJ
,LA
,GU
,WF
,MH
,BT
,FM
,PF
,NI
,PY
,HT
,GY
,AW
,KN
,GF
,AS
,MP
,PW
,MM
,LC
,GP
,ET
,SR
,CX
,DM
,MQ
,YT
,BL
,--
. - dfs String
- Wi-Fi 5G Radio DFS channel enable/disable. Valid values:
disable
,enable
. - radio1 Property Map
- Radio-1. The structure of
radio_1
block is documented below. - radio2 Property Map
Radio-2. The structure of
radio_2
block is documented below.The
radio_1
block supports:
ObjectExtensioncontrollerExtenderprofileWifiRadio1, ObjectExtensioncontrollerExtenderprofileWifiRadio1Args
- Band string
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - Bandwidth string
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - Beacon
Interval double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - Channels List<string>
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext List<string>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps List<string> - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients double - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- Mode string
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - N80211d string
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - Operating
Standard string - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - Power
Level double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id double - Radio ID.
- Status string
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- Band string
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - Bandwidth string
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - Beacon
Interval float64 - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color float64 - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - Channels []string
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext []stringVaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps []string - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients float64 - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- Mode string
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - N80211d string
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - Operating
Standard string - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - Power
Level float64 - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id float64 - Radio ID.
- Status string
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band String
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth String
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon
Interval Double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels List<String>
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients Double - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode String
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d String
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating
Standard String - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power
Level Double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id Double - Radio ID.
- status String
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band string
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth string
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon
Interval number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color stringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels string[]
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext string[]Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps string[] - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients number - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode string
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d string
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating
Standard string - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power
Level number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id number - Radio ID.
- status string
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band str
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth str
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon_
interval float - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss_
color float - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss_
color_ strmode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels Sequence[str]
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension_
channel str - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard_
interval str - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan_
ext_ Sequence[str]vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local_
vaps Sequence[str] - Wi-Fi local VAP. Select up to three VAPs.
- max_
clients float - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode str
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d str
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating_
standard str - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power_
level float - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio_
id float - Radio ID.
- status str
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band String
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth String
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon
Interval Number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels List<String>
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients Number - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode String
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d String
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating
Standard String - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power
Level Number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id Number - Radio ID.
- status String
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
ObjectExtensioncontrollerExtenderprofileWifiRadio2, ObjectExtensioncontrollerExtenderprofileWifiRadio2Args
- Band string
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - Bandwidth string
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - Beacon
Interval double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - Channels List<string>
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext List<string>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps List<string> - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients double - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- Mode string
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - N80211d string
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - Operating
Standard string - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - Power
Level double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id double - Radio ID.
- Status string
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- Band string
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - Bandwidth string
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - Beacon
Interval float64 - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- Bss
Color float64 - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- Bss
Color stringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - Channels []string
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - Extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - Guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - Lan
Ext []stringVaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- Local
Vaps []string - Wi-Fi local VAP. Select up to three VAPs.
- Max
Clients float64 - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- Mode string
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - N80211d string
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - Operating
Standard string - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - Power
Level float64 - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- Radio
Id float64 - Radio ID.
- Status string
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band String
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth String
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon
Interval Double - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Double - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels List<String>
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients Double - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode String
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d String
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating
Standard String - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power
Level Double - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id Double - Radio ID.
- status String
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band string
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth string
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon
Interval number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color stringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels string[]
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension
Channel string - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval string - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext string[]Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps string[] - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients number - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode string
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d string
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating
Standard string - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power
Level number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id number - Radio ID.
- status string
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band str
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth str
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon_
interval float - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss_
color float - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss_
color_ strmode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels Sequence[str]
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension_
channel str - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard_
interval str - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan_
ext_ Sequence[str]vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local_
vaps Sequence[str] - Wi-Fi local VAP. Select up to three VAPs.
- max_
clients float - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode str
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d str
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating_
standard str - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power_
level float - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio_
id float - Radio ID.
- status str
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
- band String
- Wi-Fi band selection 2.4GHz / 5GHz. Valid values:
5GHz
. - bandwidth String
- Wi-Fi channel bandwidth. Valid values:
auto
,20MHz
,40MHz
,80MHz
. - beacon
Interval Number - Wi-Fi beacon interval in miliseconds (100 - 3500, default = 100).
- bss
Color Number - Wi-Fi 802.11AX BSS color value (0 - 63, 0 = disable, default = 0).
- bss
Color StringMode - Wi-Fi 802.11AX BSS color mode. Valid values:
auto
,static
. - channels List<String>
- Wi-Fi channels. Valid values:
CH36
,CH40
,CH44
,CH48
,CH52
,CH56
,CH60
,CH64
,CH100
,CH104
,CH108
,CH112
,CH116
,CH120
,CH124
,CH128
,CH132
,CH136
,CH140
,CH144
,CH149
,CH153
,CH157
,CH161
,CH165
. - extension
Channel String - Wi-Fi extension channel. Valid values:
auto
,higher
,lower
. - guard
Interval String - Wi-Fi guard interval. Valid values:
auto
,400ns
,800ns
. - lan
Ext List<String>Vaps - Wi-Fi LAN-Extention VAP. Select only one VAP.
- local
Vaps List<String> - Wi-Fi local VAP. Select up to three VAPs.
- max
Clients Number - Maximum number of Wi-Fi radio clients (0 - 512, 0 = unlimited, default = 0).
- mode String
- Wi-Fi radio mode AP(LAN mode) / Client(WAN mode). Valid values:
AP
,Client
. - n80211d String
- Enable/disable Wi-Fi 802.11d. Valid values:
disable
,enable
. - operating
Standard String - Wi-Fi operating standard. Valid values:
auto
,11A-N-AC-AX
,11A-N-AC
,11A-N
,11A
,11N-AC-AX
,11AC-AX
,11AC
,11N-AC
,11B-G-N-AX
,11B-G-N
,11B-G
,11B
,11G-N-AX
,11N-AX
,11AX
,11G-N
,11N
,11G
. - power
Level Number - Wi-Fi power level in percent (0 - 100, 0 = auto, default = 100).
- radio
Id Number - Radio ID.
- status String
- Enable/disable Wi-Fi radio. Valid values:
disable
,enable
.
Import
ObjectExtensionController ExtenderProfile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectExtensioncontrollerExtenderprofile:ObjectExtensioncontrollerExtenderprofile 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
fortimanager
Terraform Provider.