fortios.wirelesscontroller.Wtp
Explore with Pulumi AI
Configure Wireless Termination Points (WTPs), that is, FortiAPs or APs to be managed by FortiGate.
Create Wtp Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Wtp(name: string, args: WtpArgs, opts?: CustomResourceOptions);
@overload
def Wtp(resource_name: str,
args: WtpArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Wtp(resource_name: str,
opts: Optional[ResourceOptions] = None,
wtp_profile: Optional[str] = None,
override_lan: Optional[str] = None,
uuid: Optional[str] = None,
ble_major_id: Optional[int] = None,
ble_minor_id: Optional[int] = None,
bonjour_profile: Optional[str] = None,
coordinate_latitude: Optional[str] = None,
coordinate_longitude: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
firmware_provision: Optional[str] = None,
firmware_provision_latest: Optional[str] = None,
get_all_tables: Optional[str] = None,
image_download: Optional[str] = None,
index: Optional[int] = None,
ip_fragment_preventing: Optional[str] = None,
lan: Optional[WtpLanArgs] = None,
led_state: Optional[str] = None,
location: Optional[str] = None,
login_passwd: Optional[str] = None,
login_passwd_change: Optional[str] = None,
mesh_bridge_enable: Optional[str] = None,
name: Optional[str] = None,
override_allowaccess: Optional[str] = None,
wtp_mode: Optional[str] = None,
apcfg_profile: Optional[str] = None,
override_wan_port_mode: Optional[str] = None,
override_login_passwd_change: Optional[str] = None,
override_split_tunnel: Optional[str] = None,
override_led_state: Optional[str] = None,
purdue_level: Optional[str] = None,
radio1: Optional[WtpRadio1Args] = None,
radio2: Optional[WtpRadio2Args] = None,
radio3: Optional[WtpRadio3Args] = None,
radio4: Optional[WtpRadio4Args] = None,
region: Optional[str] = None,
region_x: Optional[str] = None,
region_y: Optional[str] = None,
split_tunneling_acl_local_ap_subnet: Optional[str] = None,
split_tunneling_acl_path: Optional[str] = None,
split_tunneling_acls: Optional[Sequence[WtpSplitTunnelingAclArgs]] = None,
tun_mtu_downlink: Optional[int] = None,
tun_mtu_uplink: Optional[int] = None,
admin: Optional[str] = None,
vdomparam: Optional[str] = None,
wan_port_mode: Optional[str] = None,
wtp_id: Optional[str] = None,
override_ip_fragment: Optional[str] = None,
allowaccess: Optional[str] = None)
func NewWtp(ctx *Context, name string, args WtpArgs, opts ...ResourceOption) (*Wtp, error)
public Wtp(string name, WtpArgs args, CustomResourceOptions? opts = null)
type: fortios:wirelesscontroller:Wtp
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 WtpArgs
- 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 WtpArgs
- 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 WtpArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WtpArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WtpArgs
- 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 wtpResource = new Fortios.Wirelesscontroller.Wtp("wtpResource", new()
{
WtpProfile = "string",
OverrideLan = "string",
Uuid = "string",
BleMajorId = 0,
BleMinorId = 0,
BonjourProfile = "string",
CoordinateLatitude = "string",
CoordinateLongitude = "string",
DynamicSortSubtable = "string",
FirmwareProvision = "string",
FirmwareProvisionLatest = "string",
GetAllTables = "string",
ImageDownload = "string",
Index = 0,
IpFragmentPreventing = "string",
Lan = new Fortios.Wirelesscontroller.Inputs.WtpLanArgs
{
Port1Mode = "string",
Port1Ssid = "string",
Port2Mode = "string",
Port2Ssid = "string",
Port3Mode = "string",
Port3Ssid = "string",
Port4Mode = "string",
Port4Ssid = "string",
Port5Mode = "string",
Port5Ssid = "string",
Port6Mode = "string",
Port6Ssid = "string",
Port7Mode = "string",
Port7Ssid = "string",
Port8Mode = "string",
Port8Ssid = "string",
PortEslMode = "string",
PortEslSsid = "string",
PortMode = "string",
PortSsid = "string",
},
LedState = "string",
Location = "string",
LoginPasswd = "string",
LoginPasswdChange = "string",
MeshBridgeEnable = "string",
Name = "string",
OverrideAllowaccess = "string",
WtpMode = "string",
ApcfgProfile = "string",
OverrideWanPortMode = "string",
OverrideLoginPasswdChange = "string",
OverrideSplitTunnel = "string",
OverrideLedState = "string",
PurdueLevel = "string",
Radio1 = new Fortios.Wirelesscontroller.Inputs.WtpRadio1Args
{
AutoPowerHigh = 0,
AutoPowerLevel = "string",
AutoPowerLow = 0,
AutoPowerTarget = "string",
Band = "string",
Channels = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio1ChannelArgs
{
Chan = "string",
},
},
DrmaManualMode = "string",
OverrideAnalysis = "string",
OverrideBand = "string",
OverrideChannel = "string",
OverrideTxpower = "string",
OverrideVaps = "string",
PowerLevel = 0,
PowerMode = "string",
PowerValue = 0,
RadioId = 0,
SpectrumAnalysis = "string",
VapAll = "string",
Vaps = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio1VapArgs
{
Name = "string",
},
},
},
Radio2 = new Fortios.Wirelesscontroller.Inputs.WtpRadio2Args
{
AutoPowerHigh = 0,
AutoPowerLevel = "string",
AutoPowerLow = 0,
AutoPowerTarget = "string",
Band = "string",
Channels = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio2ChannelArgs
{
Chan = "string",
},
},
DrmaManualMode = "string",
OverrideAnalysis = "string",
OverrideBand = "string",
OverrideChannel = "string",
OverrideTxpower = "string",
OverrideVaps = "string",
PowerLevel = 0,
PowerMode = "string",
PowerValue = 0,
RadioId = 0,
SpectrumAnalysis = "string",
VapAll = "string",
Vaps = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio2VapArgs
{
Name = "string",
},
},
},
Radio3 = new Fortios.Wirelesscontroller.Inputs.WtpRadio3Args
{
AutoPowerHigh = 0,
AutoPowerLevel = "string",
AutoPowerLow = 0,
AutoPowerTarget = "string",
Band = "string",
Channels = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio3ChannelArgs
{
Chan = "string",
},
},
DrmaManualMode = "string",
OverrideAnalysis = "string",
OverrideBand = "string",
OverrideChannel = "string",
OverrideTxpower = "string",
OverrideVaps = "string",
PowerLevel = 0,
PowerMode = "string",
PowerValue = 0,
SpectrumAnalysis = "string",
VapAll = "string",
Vaps = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio3VapArgs
{
Name = "string",
},
},
},
Radio4 = new Fortios.Wirelesscontroller.Inputs.WtpRadio4Args
{
AutoPowerHigh = 0,
AutoPowerLevel = "string",
AutoPowerLow = 0,
AutoPowerTarget = "string",
Band = "string",
Channels = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio4ChannelArgs
{
Chan = "string",
},
},
DrmaManualMode = "string",
OverrideAnalysis = "string",
OverrideBand = "string",
OverrideChannel = "string",
OverrideTxpower = "string",
OverrideVaps = "string",
PowerLevel = 0,
PowerMode = "string",
PowerValue = 0,
SpectrumAnalysis = "string",
VapAll = "string",
Vaps = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpRadio4VapArgs
{
Name = "string",
},
},
},
Region = "string",
RegionX = "string",
RegionY = "string",
SplitTunnelingAclLocalApSubnet = "string",
SplitTunnelingAclPath = "string",
SplitTunnelingAcls = new[]
{
new Fortios.Wirelesscontroller.Inputs.WtpSplitTunnelingAclArgs
{
DestIp = "string",
Id = 0,
},
},
TunMtuDownlink = 0,
TunMtuUplink = 0,
Admin = "string",
Vdomparam = "string",
WanPortMode = "string",
WtpId = "string",
OverrideIpFragment = "string",
Allowaccess = "string",
});
example, err := wirelesscontroller.NewWtp(ctx, "wtpResource", &wirelesscontroller.WtpArgs{
WtpProfile: pulumi.String("string"),
OverrideLan: pulumi.String("string"),
Uuid: pulumi.String("string"),
BleMajorId: pulumi.Int(0),
BleMinorId: pulumi.Int(0),
BonjourProfile: pulumi.String("string"),
CoordinateLatitude: pulumi.String("string"),
CoordinateLongitude: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
FirmwareProvision: pulumi.String("string"),
FirmwareProvisionLatest: pulumi.String("string"),
GetAllTables: pulumi.String("string"),
ImageDownload: pulumi.String("string"),
Index: pulumi.Int(0),
IpFragmentPreventing: pulumi.String("string"),
Lan: &wirelesscontroller.WtpLanArgs{
Port1Mode: pulumi.String("string"),
Port1Ssid: pulumi.String("string"),
Port2Mode: pulumi.String("string"),
Port2Ssid: pulumi.String("string"),
Port3Mode: pulumi.String("string"),
Port3Ssid: pulumi.String("string"),
Port4Mode: pulumi.String("string"),
Port4Ssid: pulumi.String("string"),
Port5Mode: pulumi.String("string"),
Port5Ssid: pulumi.String("string"),
Port6Mode: pulumi.String("string"),
Port6Ssid: pulumi.String("string"),
Port7Mode: pulumi.String("string"),
Port7Ssid: pulumi.String("string"),
Port8Mode: pulumi.String("string"),
Port8Ssid: pulumi.String("string"),
PortEslMode: pulumi.String("string"),
PortEslSsid: pulumi.String("string"),
PortMode: pulumi.String("string"),
PortSsid: pulumi.String("string"),
},
LedState: pulumi.String("string"),
Location: pulumi.String("string"),
LoginPasswd: pulumi.String("string"),
LoginPasswdChange: pulumi.String("string"),
MeshBridgeEnable: pulumi.String("string"),
Name: pulumi.String("string"),
OverrideAllowaccess: pulumi.String("string"),
WtpMode: pulumi.String("string"),
ApcfgProfile: pulumi.String("string"),
OverrideWanPortMode: pulumi.String("string"),
OverrideLoginPasswdChange: pulumi.String("string"),
OverrideSplitTunnel: pulumi.String("string"),
OverrideLedState: pulumi.String("string"),
PurdueLevel: pulumi.String("string"),
Radio1: &wirelesscontroller.WtpRadio1Args{
AutoPowerHigh: pulumi.Int(0),
AutoPowerLevel: pulumi.String("string"),
AutoPowerLow: pulumi.Int(0),
AutoPowerTarget: pulumi.String("string"),
Band: pulumi.String("string"),
Channels: wirelesscontroller.WtpRadio1ChannelArray{
&wirelesscontroller.WtpRadio1ChannelArgs{
Chan: pulumi.String("string"),
},
},
DrmaManualMode: pulumi.String("string"),
OverrideAnalysis: pulumi.String("string"),
OverrideBand: pulumi.String("string"),
OverrideChannel: pulumi.String("string"),
OverrideTxpower: pulumi.String("string"),
OverrideVaps: pulumi.String("string"),
PowerLevel: pulumi.Int(0),
PowerMode: pulumi.String("string"),
PowerValue: pulumi.Int(0),
RadioId: pulumi.Int(0),
SpectrumAnalysis: pulumi.String("string"),
VapAll: pulumi.String("string"),
Vaps: wirelesscontroller.WtpRadio1VapArray{
&wirelesscontroller.WtpRadio1VapArgs{
Name: pulumi.String("string"),
},
},
},
Radio2: &wirelesscontroller.WtpRadio2Args{
AutoPowerHigh: pulumi.Int(0),
AutoPowerLevel: pulumi.String("string"),
AutoPowerLow: pulumi.Int(0),
AutoPowerTarget: pulumi.String("string"),
Band: pulumi.String("string"),
Channels: wirelesscontroller.WtpRadio2ChannelArray{
&wirelesscontroller.WtpRadio2ChannelArgs{
Chan: pulumi.String("string"),
},
},
DrmaManualMode: pulumi.String("string"),
OverrideAnalysis: pulumi.String("string"),
OverrideBand: pulumi.String("string"),
OverrideChannel: pulumi.String("string"),
OverrideTxpower: pulumi.String("string"),
OverrideVaps: pulumi.String("string"),
PowerLevel: pulumi.Int(0),
PowerMode: pulumi.String("string"),
PowerValue: pulumi.Int(0),
RadioId: pulumi.Int(0),
SpectrumAnalysis: pulumi.String("string"),
VapAll: pulumi.String("string"),
Vaps: wirelesscontroller.WtpRadio2VapArray{
&wirelesscontroller.WtpRadio2VapArgs{
Name: pulumi.String("string"),
},
},
},
Radio3: &wirelesscontroller.WtpRadio3Args{
AutoPowerHigh: pulumi.Int(0),
AutoPowerLevel: pulumi.String("string"),
AutoPowerLow: pulumi.Int(0),
AutoPowerTarget: pulumi.String("string"),
Band: pulumi.String("string"),
Channels: wirelesscontroller.WtpRadio3ChannelArray{
&wirelesscontroller.WtpRadio3ChannelArgs{
Chan: pulumi.String("string"),
},
},
DrmaManualMode: pulumi.String("string"),
OverrideAnalysis: pulumi.String("string"),
OverrideBand: pulumi.String("string"),
OverrideChannel: pulumi.String("string"),
OverrideTxpower: pulumi.String("string"),
OverrideVaps: pulumi.String("string"),
PowerLevel: pulumi.Int(0),
PowerMode: pulumi.String("string"),
PowerValue: pulumi.Int(0),
SpectrumAnalysis: pulumi.String("string"),
VapAll: pulumi.String("string"),
Vaps: wirelesscontroller.WtpRadio3VapArray{
&wirelesscontroller.WtpRadio3VapArgs{
Name: pulumi.String("string"),
},
},
},
Radio4: &wirelesscontroller.WtpRadio4Args{
AutoPowerHigh: pulumi.Int(0),
AutoPowerLevel: pulumi.String("string"),
AutoPowerLow: pulumi.Int(0),
AutoPowerTarget: pulumi.String("string"),
Band: pulumi.String("string"),
Channels: wirelesscontroller.WtpRadio4ChannelArray{
&wirelesscontroller.WtpRadio4ChannelArgs{
Chan: pulumi.String("string"),
},
},
DrmaManualMode: pulumi.String("string"),
OverrideAnalysis: pulumi.String("string"),
OverrideBand: pulumi.String("string"),
OverrideChannel: pulumi.String("string"),
OverrideTxpower: pulumi.String("string"),
OverrideVaps: pulumi.String("string"),
PowerLevel: pulumi.Int(0),
PowerMode: pulumi.String("string"),
PowerValue: pulumi.Int(0),
SpectrumAnalysis: pulumi.String("string"),
VapAll: pulumi.String("string"),
Vaps: wirelesscontroller.WtpRadio4VapArray{
&wirelesscontroller.WtpRadio4VapArgs{
Name: pulumi.String("string"),
},
},
},
Region: pulumi.String("string"),
RegionX: pulumi.String("string"),
RegionY: pulumi.String("string"),
SplitTunnelingAclLocalApSubnet: pulumi.String("string"),
SplitTunnelingAclPath: pulumi.String("string"),
SplitTunnelingAcls: wirelesscontroller.WtpSplitTunnelingAclArray{
&wirelesscontroller.WtpSplitTunnelingAclArgs{
DestIp: pulumi.String("string"),
Id: pulumi.Int(0),
},
},
TunMtuDownlink: pulumi.Int(0),
TunMtuUplink: pulumi.Int(0),
Admin: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
WanPortMode: pulumi.String("string"),
WtpId: pulumi.String("string"),
OverrideIpFragment: pulumi.String("string"),
Allowaccess: pulumi.String("string"),
})
var wtpResource = new Wtp("wtpResource", WtpArgs.builder()
.wtpProfile("string")
.overrideLan("string")
.uuid("string")
.bleMajorId(0)
.bleMinorId(0)
.bonjourProfile("string")
.coordinateLatitude("string")
.coordinateLongitude("string")
.dynamicSortSubtable("string")
.firmwareProvision("string")
.firmwareProvisionLatest("string")
.getAllTables("string")
.imageDownload("string")
.index(0)
.ipFragmentPreventing("string")
.lan(WtpLanArgs.builder()
.port1Mode("string")
.port1Ssid("string")
.port2Mode("string")
.port2Ssid("string")
.port3Mode("string")
.port3Ssid("string")
.port4Mode("string")
.port4Ssid("string")
.port5Mode("string")
.port5Ssid("string")
.port6Mode("string")
.port6Ssid("string")
.port7Mode("string")
.port7Ssid("string")
.port8Mode("string")
.port8Ssid("string")
.portEslMode("string")
.portEslSsid("string")
.portMode("string")
.portSsid("string")
.build())
.ledState("string")
.location("string")
.loginPasswd("string")
.loginPasswdChange("string")
.meshBridgeEnable("string")
.name("string")
.overrideAllowaccess("string")
.wtpMode("string")
.apcfgProfile("string")
.overrideWanPortMode("string")
.overrideLoginPasswdChange("string")
.overrideSplitTunnel("string")
.overrideLedState("string")
.purdueLevel("string")
.radio1(WtpRadio1Args.builder()
.autoPowerHigh(0)
.autoPowerLevel("string")
.autoPowerLow(0)
.autoPowerTarget("string")
.band("string")
.channels(WtpRadio1ChannelArgs.builder()
.chan("string")
.build())
.drmaManualMode("string")
.overrideAnalysis("string")
.overrideBand("string")
.overrideChannel("string")
.overrideTxpower("string")
.overrideVaps("string")
.powerLevel(0)
.powerMode("string")
.powerValue(0)
.radioId(0)
.spectrumAnalysis("string")
.vapAll("string")
.vaps(WtpRadio1VapArgs.builder()
.name("string")
.build())
.build())
.radio2(WtpRadio2Args.builder()
.autoPowerHigh(0)
.autoPowerLevel("string")
.autoPowerLow(0)
.autoPowerTarget("string")
.band("string")
.channels(WtpRadio2ChannelArgs.builder()
.chan("string")
.build())
.drmaManualMode("string")
.overrideAnalysis("string")
.overrideBand("string")
.overrideChannel("string")
.overrideTxpower("string")
.overrideVaps("string")
.powerLevel(0)
.powerMode("string")
.powerValue(0)
.radioId(0)
.spectrumAnalysis("string")
.vapAll("string")
.vaps(WtpRadio2VapArgs.builder()
.name("string")
.build())
.build())
.radio3(WtpRadio3Args.builder()
.autoPowerHigh(0)
.autoPowerLevel("string")
.autoPowerLow(0)
.autoPowerTarget("string")
.band("string")
.channels(WtpRadio3ChannelArgs.builder()
.chan("string")
.build())
.drmaManualMode("string")
.overrideAnalysis("string")
.overrideBand("string")
.overrideChannel("string")
.overrideTxpower("string")
.overrideVaps("string")
.powerLevel(0)
.powerMode("string")
.powerValue(0)
.spectrumAnalysis("string")
.vapAll("string")
.vaps(WtpRadio3VapArgs.builder()
.name("string")
.build())
.build())
.radio4(WtpRadio4Args.builder()
.autoPowerHigh(0)
.autoPowerLevel("string")
.autoPowerLow(0)
.autoPowerTarget("string")
.band("string")
.channels(WtpRadio4ChannelArgs.builder()
.chan("string")
.build())
.drmaManualMode("string")
.overrideAnalysis("string")
.overrideBand("string")
.overrideChannel("string")
.overrideTxpower("string")
.overrideVaps("string")
.powerLevel(0)
.powerMode("string")
.powerValue(0)
.spectrumAnalysis("string")
.vapAll("string")
.vaps(WtpRadio4VapArgs.builder()
.name("string")
.build())
.build())
.region("string")
.regionX("string")
.regionY("string")
.splitTunnelingAclLocalApSubnet("string")
.splitTunnelingAclPath("string")
.splitTunnelingAcls(WtpSplitTunnelingAclArgs.builder()
.destIp("string")
.id(0)
.build())
.tunMtuDownlink(0)
.tunMtuUplink(0)
.admin("string")
.vdomparam("string")
.wanPortMode("string")
.wtpId("string")
.overrideIpFragment("string")
.allowaccess("string")
.build());
wtp_resource = fortios.wirelesscontroller.Wtp("wtpResource",
wtp_profile="string",
override_lan="string",
uuid="string",
ble_major_id=0,
ble_minor_id=0,
bonjour_profile="string",
coordinate_latitude="string",
coordinate_longitude="string",
dynamic_sort_subtable="string",
firmware_provision="string",
firmware_provision_latest="string",
get_all_tables="string",
image_download="string",
index=0,
ip_fragment_preventing="string",
lan={
"port1_mode": "string",
"port1_ssid": "string",
"port2_mode": "string",
"port2_ssid": "string",
"port3_mode": "string",
"port3_ssid": "string",
"port4_mode": "string",
"port4_ssid": "string",
"port5_mode": "string",
"port5_ssid": "string",
"port6_mode": "string",
"port6_ssid": "string",
"port7_mode": "string",
"port7_ssid": "string",
"port8_mode": "string",
"port8_ssid": "string",
"port_esl_mode": "string",
"port_esl_ssid": "string",
"port_mode": "string",
"port_ssid": "string",
},
led_state="string",
location="string",
login_passwd="string",
login_passwd_change="string",
mesh_bridge_enable="string",
name="string",
override_allowaccess="string",
wtp_mode="string",
apcfg_profile="string",
override_wan_port_mode="string",
override_login_passwd_change="string",
override_split_tunnel="string",
override_led_state="string",
purdue_level="string",
radio1={
"auto_power_high": 0,
"auto_power_level": "string",
"auto_power_low": 0,
"auto_power_target": "string",
"band": "string",
"channels": [{
"chan": "string",
}],
"drma_manual_mode": "string",
"override_analysis": "string",
"override_band": "string",
"override_channel": "string",
"override_txpower": "string",
"override_vaps": "string",
"power_level": 0,
"power_mode": "string",
"power_value": 0,
"radio_id": 0,
"spectrum_analysis": "string",
"vap_all": "string",
"vaps": [{
"name": "string",
}],
},
radio2={
"auto_power_high": 0,
"auto_power_level": "string",
"auto_power_low": 0,
"auto_power_target": "string",
"band": "string",
"channels": [{
"chan": "string",
}],
"drma_manual_mode": "string",
"override_analysis": "string",
"override_band": "string",
"override_channel": "string",
"override_txpower": "string",
"override_vaps": "string",
"power_level": 0,
"power_mode": "string",
"power_value": 0,
"radio_id": 0,
"spectrum_analysis": "string",
"vap_all": "string",
"vaps": [{
"name": "string",
}],
},
radio3={
"auto_power_high": 0,
"auto_power_level": "string",
"auto_power_low": 0,
"auto_power_target": "string",
"band": "string",
"channels": [{
"chan": "string",
}],
"drma_manual_mode": "string",
"override_analysis": "string",
"override_band": "string",
"override_channel": "string",
"override_txpower": "string",
"override_vaps": "string",
"power_level": 0,
"power_mode": "string",
"power_value": 0,
"spectrum_analysis": "string",
"vap_all": "string",
"vaps": [{
"name": "string",
}],
},
radio4={
"auto_power_high": 0,
"auto_power_level": "string",
"auto_power_low": 0,
"auto_power_target": "string",
"band": "string",
"channels": [{
"chan": "string",
}],
"drma_manual_mode": "string",
"override_analysis": "string",
"override_band": "string",
"override_channel": "string",
"override_txpower": "string",
"override_vaps": "string",
"power_level": 0,
"power_mode": "string",
"power_value": 0,
"spectrum_analysis": "string",
"vap_all": "string",
"vaps": [{
"name": "string",
}],
},
region="string",
region_x="string",
region_y="string",
split_tunneling_acl_local_ap_subnet="string",
split_tunneling_acl_path="string",
split_tunneling_acls=[{
"dest_ip": "string",
"id": 0,
}],
tun_mtu_downlink=0,
tun_mtu_uplink=0,
admin="string",
vdomparam="string",
wan_port_mode="string",
wtp_id="string",
override_ip_fragment="string",
allowaccess="string")
const wtpResource = new fortios.wirelesscontroller.Wtp("wtpResource", {
wtpProfile: "string",
overrideLan: "string",
uuid: "string",
bleMajorId: 0,
bleMinorId: 0,
bonjourProfile: "string",
coordinateLatitude: "string",
coordinateLongitude: "string",
dynamicSortSubtable: "string",
firmwareProvision: "string",
firmwareProvisionLatest: "string",
getAllTables: "string",
imageDownload: "string",
index: 0,
ipFragmentPreventing: "string",
lan: {
port1Mode: "string",
port1Ssid: "string",
port2Mode: "string",
port2Ssid: "string",
port3Mode: "string",
port3Ssid: "string",
port4Mode: "string",
port4Ssid: "string",
port5Mode: "string",
port5Ssid: "string",
port6Mode: "string",
port6Ssid: "string",
port7Mode: "string",
port7Ssid: "string",
port8Mode: "string",
port8Ssid: "string",
portEslMode: "string",
portEslSsid: "string",
portMode: "string",
portSsid: "string",
},
ledState: "string",
location: "string",
loginPasswd: "string",
loginPasswdChange: "string",
meshBridgeEnable: "string",
name: "string",
overrideAllowaccess: "string",
wtpMode: "string",
apcfgProfile: "string",
overrideWanPortMode: "string",
overrideLoginPasswdChange: "string",
overrideSplitTunnel: "string",
overrideLedState: "string",
purdueLevel: "string",
radio1: {
autoPowerHigh: 0,
autoPowerLevel: "string",
autoPowerLow: 0,
autoPowerTarget: "string",
band: "string",
channels: [{
chan: "string",
}],
drmaManualMode: "string",
overrideAnalysis: "string",
overrideBand: "string",
overrideChannel: "string",
overrideTxpower: "string",
overrideVaps: "string",
powerLevel: 0,
powerMode: "string",
powerValue: 0,
radioId: 0,
spectrumAnalysis: "string",
vapAll: "string",
vaps: [{
name: "string",
}],
},
radio2: {
autoPowerHigh: 0,
autoPowerLevel: "string",
autoPowerLow: 0,
autoPowerTarget: "string",
band: "string",
channels: [{
chan: "string",
}],
drmaManualMode: "string",
overrideAnalysis: "string",
overrideBand: "string",
overrideChannel: "string",
overrideTxpower: "string",
overrideVaps: "string",
powerLevel: 0,
powerMode: "string",
powerValue: 0,
radioId: 0,
spectrumAnalysis: "string",
vapAll: "string",
vaps: [{
name: "string",
}],
},
radio3: {
autoPowerHigh: 0,
autoPowerLevel: "string",
autoPowerLow: 0,
autoPowerTarget: "string",
band: "string",
channels: [{
chan: "string",
}],
drmaManualMode: "string",
overrideAnalysis: "string",
overrideBand: "string",
overrideChannel: "string",
overrideTxpower: "string",
overrideVaps: "string",
powerLevel: 0,
powerMode: "string",
powerValue: 0,
spectrumAnalysis: "string",
vapAll: "string",
vaps: [{
name: "string",
}],
},
radio4: {
autoPowerHigh: 0,
autoPowerLevel: "string",
autoPowerLow: 0,
autoPowerTarget: "string",
band: "string",
channels: [{
chan: "string",
}],
drmaManualMode: "string",
overrideAnalysis: "string",
overrideBand: "string",
overrideChannel: "string",
overrideTxpower: "string",
overrideVaps: "string",
powerLevel: 0,
powerMode: "string",
powerValue: 0,
spectrumAnalysis: "string",
vapAll: "string",
vaps: [{
name: "string",
}],
},
region: "string",
regionX: "string",
regionY: "string",
splitTunnelingAclLocalApSubnet: "string",
splitTunnelingAclPath: "string",
splitTunnelingAcls: [{
destIp: "string",
id: 0,
}],
tunMtuDownlink: 0,
tunMtuUplink: 0,
admin: "string",
vdomparam: "string",
wanPortMode: "string",
wtpId: "string",
overrideIpFragment: "string",
allowaccess: "string",
});
type: fortios:wirelesscontroller:Wtp
properties:
admin: string
allowaccess: string
apcfgProfile: string
bleMajorId: 0
bleMinorId: 0
bonjourProfile: string
coordinateLatitude: string
coordinateLongitude: string
dynamicSortSubtable: string
firmwareProvision: string
firmwareProvisionLatest: string
getAllTables: string
imageDownload: string
index: 0
ipFragmentPreventing: string
lan:
port1Mode: string
port1Ssid: string
port2Mode: string
port2Ssid: string
port3Mode: string
port3Ssid: string
port4Mode: string
port4Ssid: string
port5Mode: string
port5Ssid: string
port6Mode: string
port6Ssid: string
port7Mode: string
port7Ssid: string
port8Mode: string
port8Ssid: string
portEslMode: string
portEslSsid: string
portMode: string
portSsid: string
ledState: string
location: string
loginPasswd: string
loginPasswdChange: string
meshBridgeEnable: string
name: string
overrideAllowaccess: string
overrideIpFragment: string
overrideLan: string
overrideLedState: string
overrideLoginPasswdChange: string
overrideSplitTunnel: string
overrideWanPortMode: string
purdueLevel: string
radio1:
autoPowerHigh: 0
autoPowerLevel: string
autoPowerLow: 0
autoPowerTarget: string
band: string
channels:
- chan: string
drmaManualMode: string
overrideAnalysis: string
overrideBand: string
overrideChannel: string
overrideTxpower: string
overrideVaps: string
powerLevel: 0
powerMode: string
powerValue: 0
radioId: 0
spectrumAnalysis: string
vapAll: string
vaps:
- name: string
radio2:
autoPowerHigh: 0
autoPowerLevel: string
autoPowerLow: 0
autoPowerTarget: string
band: string
channels:
- chan: string
drmaManualMode: string
overrideAnalysis: string
overrideBand: string
overrideChannel: string
overrideTxpower: string
overrideVaps: string
powerLevel: 0
powerMode: string
powerValue: 0
radioId: 0
spectrumAnalysis: string
vapAll: string
vaps:
- name: string
radio3:
autoPowerHigh: 0
autoPowerLevel: string
autoPowerLow: 0
autoPowerTarget: string
band: string
channels:
- chan: string
drmaManualMode: string
overrideAnalysis: string
overrideBand: string
overrideChannel: string
overrideTxpower: string
overrideVaps: string
powerLevel: 0
powerMode: string
powerValue: 0
spectrumAnalysis: string
vapAll: string
vaps:
- name: string
radio4:
autoPowerHigh: 0
autoPowerLevel: string
autoPowerLow: 0
autoPowerTarget: string
band: string
channels:
- chan: string
drmaManualMode: string
overrideAnalysis: string
overrideBand: string
overrideChannel: string
overrideTxpower: string
overrideVaps: string
powerLevel: 0
powerMode: string
powerValue: 0
spectrumAnalysis: string
vapAll: string
vaps:
- name: string
region: string
regionX: string
regionY: string
splitTunnelingAclLocalApSubnet: string
splitTunnelingAclPath: string
splitTunnelingAcls:
- destIp: string
id: 0
tunMtuDownlink: 0
tunMtuUplink: 0
uuid: string
vdomparam: string
wanPortMode: string
wtpId: string
wtpMode: string
wtpProfile: string
Wtp 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 Wtp resource accepts the following input properties:
- Wtp
Profile string - WTP profile name to apply to this WTP, AP or FortiAP.
- Admin string
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - Allowaccess string
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- Apcfg
Profile string - AP local configuration profile name.
- Ble
Major intId - Override BLE Major ID.
- Ble
Minor intId - Override BLE Minor ID.
- Bonjour
Profile string - Bonjour profile name.
- Coordinate
Latitude string - WTP latitude coordinate.
- Coordinate
Longitude string - WTP longitude coordinate.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Firmware
Provision string - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- Firmware
Provision stringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Image
Download string - Enable/disable WTP image download. Valid values:
enable
,disable
. - Index int
- Index (0 - 4294967295).
- Ip
Fragment stringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - Lan
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Lan - WTP LAN port mapping. The structure of
lan
block is documented below. - Led
State string - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - Location string
- Field for describing the physical location of the WTP, AP or FortiAP.
- Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
- Login
Passwd stringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - Mesh
Bridge stringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - Name string
- WTP, AP or FortiAP configuration name.
- Override
Allowaccess string - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - Override
Ip stringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - Override
Lan string - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - Override
Led stringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - Override
Login stringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - Override
Split stringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - Override
Wan stringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - Purdue
Level string - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - Radio1
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio1 - Configuration options for radio 1. The structure of
radio_1
block is documented below. - Radio2
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio2 - Configuration options for radio 2. The structure of
radio_2
block is documented below. - Radio3
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio3 - Configuration options for radio 3. The structure of
radio_3
block is documented below. - Radio4
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio4 - Configuration options for radio 4. The structure of
radio_4
block is documented below. - Region string
- Region name WTP is associated with.
- Region
X string - Relative horizontal region coordinate (between 0 and 1).
- Region
Y string - Relative vertical region coordinate (between 0 and 1).
- Split
Tunneling stringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - Split
Tunneling stringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - Split
Tunneling List<Pulumiverse.Acls Fortios. Wirelesscontroller. Inputs. Wtp Split Tunneling Acl> - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - Tun
Mtu intDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Tun
Mtu intUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Wan
Port stringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - Wtp
Id string - WTP ID.
- Wtp
Mode string - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
.
- Wtp
Profile string - WTP profile name to apply to this WTP, AP or FortiAP.
- Admin string
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - Allowaccess string
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- Apcfg
Profile string - AP local configuration profile name.
- Ble
Major intId - Override BLE Major ID.
- Ble
Minor intId - Override BLE Minor ID.
- Bonjour
Profile string - Bonjour profile name.
- Coordinate
Latitude string - WTP latitude coordinate.
- Coordinate
Longitude string - WTP longitude coordinate.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Firmware
Provision string - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- Firmware
Provision stringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Image
Download string - Enable/disable WTP image download. Valid values:
enable
,disable
. - Index int
- Index (0 - 4294967295).
- Ip
Fragment stringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - Lan
Wtp
Lan Args - WTP LAN port mapping. The structure of
lan
block is documented below. - Led
State string - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - Location string
- Field for describing the physical location of the WTP, AP or FortiAP.
- Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
- Login
Passwd stringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - Mesh
Bridge stringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - Name string
- WTP, AP or FortiAP configuration name.
- Override
Allowaccess string - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - Override
Ip stringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - Override
Lan string - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - Override
Led stringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - Override
Login stringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - Override
Split stringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - Override
Wan stringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - Purdue
Level string - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - Radio1
Wtp
Radio1Args - Configuration options for radio 1. The structure of
radio_1
block is documented below. - Radio2
Wtp
Radio2Args - Configuration options for radio 2. The structure of
radio_2
block is documented below. - Radio3
Wtp
Radio3Args - Configuration options for radio 3. The structure of
radio_3
block is documented below. - Radio4
Wtp
Radio4Args - Configuration options for radio 4. The structure of
radio_4
block is documented below. - Region string
- Region name WTP is associated with.
- Region
X string - Relative horizontal region coordinate (between 0 and 1).
- Region
Y string - Relative vertical region coordinate (between 0 and 1).
- Split
Tunneling stringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - Split
Tunneling stringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - Split
Tunneling []WtpAcls Split Tunneling Acl Args - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - Tun
Mtu intDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Tun
Mtu intUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Wan
Port stringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - Wtp
Id string - WTP ID.
- Wtp
Mode string - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
.
- wtp
Profile String - WTP profile name to apply to this WTP, AP or FortiAP.
- admin String
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess String
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg
Profile String - AP local configuration profile name.
- ble
Major IntegerId - Override BLE Major ID.
- ble
Minor IntegerId - Override BLE Minor ID.
- bonjour
Profile String - Bonjour profile name.
- coordinate
Latitude String - WTP latitude coordinate.
- coordinate
Longitude String - WTP longitude coordinate.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware
Provision String - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware
Provision StringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image
Download String - Enable/disable WTP image download. Valid values:
enable
,disable
. - index Integer
- Index (0 - 4294967295).
- ip
Fragment StringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan
Wtp
Lan - WTP LAN port mapping. The structure of
lan
block is documented below. - led
State String - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location String
- Field for describing the physical location of the WTP, AP or FortiAP.
- login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
- login
Passwd StringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh
Bridge StringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name String
- WTP, AP or FortiAP configuration name.
- override
Allowaccess String - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override
Ip StringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override
Lan String - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override
Led StringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override
Login StringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override
Split StringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override
Wan StringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue
Level String - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1
Wtp
Radio1 - Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2
Wtp
Radio2 - Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3
Wtp
Radio3 - Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4
Wtp
Radio4 - Configuration options for radio 4. The structure of
radio_4
block is documented below. - region String
- Region name WTP is associated with.
- region
X String - Relative horizontal region coordinate (between 0 and 1).
- region
Y String - Relative vertical region coordinate (between 0 and 1).
- split
Tunneling StringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split
Tunneling StringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split
Tunneling List<WtpAcls Split Tunneling Acl> - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun
Mtu IntegerDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun
Mtu IntegerUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan
Port StringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp
Id String - WTP ID.
- wtp
Mode String - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
.
- wtp
Profile string - WTP profile name to apply to this WTP, AP or FortiAP.
- admin string
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess string
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg
Profile string - AP local configuration profile name.
- ble
Major numberId - Override BLE Major ID.
- ble
Minor numberId - Override BLE Minor ID.
- bonjour
Profile string - Bonjour profile name.
- coordinate
Latitude string - WTP latitude coordinate.
- coordinate
Longitude string - WTP longitude coordinate.
- dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware
Provision string - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware
Provision stringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image
Download string - Enable/disable WTP image download. Valid values:
enable
,disable
. - index number
- Index (0 - 4294967295).
- ip
Fragment stringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan
Wtp
Lan - WTP LAN port mapping. The structure of
lan
block is documented below. - led
State string - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location string
- Field for describing the physical location of the WTP, AP or FortiAP.
- login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
- login
Passwd stringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh
Bridge stringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name string
- WTP, AP or FortiAP configuration name.
- override
Allowaccess string - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override
Ip stringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override
Lan string - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override
Led stringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override
Login stringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override
Split stringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override
Wan stringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue
Level string - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1
Wtp
Radio1 - Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2
Wtp
Radio2 - Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3
Wtp
Radio3 - Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4
Wtp
Radio4 - Configuration options for radio 4. The structure of
radio_4
block is documented below. - region string
- Region name WTP is associated with.
- region
X string - Relative horizontal region coordinate (between 0 and 1).
- region
Y string - Relative vertical region coordinate (between 0 and 1).
- split
Tunneling stringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split
Tunneling stringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split
Tunneling WtpAcls Split Tunneling Acl[] - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun
Mtu numberDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun
Mtu numberUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan
Port stringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp
Id string - WTP ID.
- wtp
Mode string - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
.
- wtp_
profile str - WTP profile name to apply to this WTP, AP or FortiAP.
- admin str
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess str
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg_
profile str - AP local configuration profile name.
- ble_
major_ intid - Override BLE Major ID.
- ble_
minor_ intid - Override BLE Minor ID.
- bonjour_
profile str - Bonjour profile name.
- coordinate_
latitude str - WTP latitude coordinate.
- coordinate_
longitude str - WTP longitude coordinate.
- dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware_
provision str - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware_
provision_ strlatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image_
download str - Enable/disable WTP image download. Valid values:
enable
,disable
. - index int
- Index (0 - 4294967295).
- ip_
fragment_ strpreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan
Wtp
Lan Args - WTP LAN port mapping. The structure of
lan
block is documented below. - led_
state str - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location str
- Field for describing the physical location of the WTP, AP or FortiAP.
- login_
passwd str - Set the managed WTP, FortiAP, or AP's administrator password.
- login_
passwd_ strchange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh_
bridge_ strenable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name str
- WTP, AP or FortiAP configuration name.
- override_
allowaccess str - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override_
ip_ strfragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override_
lan str - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override_
led_ strstate - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override_
login_ strpasswd_ change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override_
split_ strtunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override_
wan_ strport_ mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue_
level str - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1
Wtp
Radio1Args - Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2
Wtp
Radio2Args - Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3
Wtp
Radio3Args - Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4
Wtp
Radio4Args - Configuration options for radio 4. The structure of
radio_4
block is documented below. - region str
- Region name WTP is associated with.
- region_
x str - Relative horizontal region coordinate (between 0 and 1).
- region_
y str - Relative vertical region coordinate (between 0 and 1).
- split_
tunneling_ stracl_ local_ ap_ subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split_
tunneling_ stracl_ path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split_
tunneling_ Sequence[Wtpacls Split Tunneling Acl Args] - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun_
mtu_ intdownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun_
mtu_ intuplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan_
port_ strmode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp_
id str - WTP ID.
- wtp_
mode str - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
.
- wtp
Profile String - WTP profile name to apply to this WTP, AP or FortiAP.
- admin String
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess String
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg
Profile String - AP local configuration profile name.
- ble
Major NumberId - Override BLE Major ID.
- ble
Minor NumberId - Override BLE Minor ID.
- bonjour
Profile String - Bonjour profile name.
- coordinate
Latitude String - WTP latitude coordinate.
- coordinate
Longitude String - WTP longitude coordinate.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware
Provision String - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware
Provision StringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image
Download String - Enable/disable WTP image download. Valid values:
enable
,disable
. - index Number
- Index (0 - 4294967295).
- ip
Fragment StringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan Property Map
- WTP LAN port mapping. The structure of
lan
block is documented below. - led
State String - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location String
- Field for describing the physical location of the WTP, AP or FortiAP.
- login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
- login
Passwd StringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh
Bridge StringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name String
- WTP, AP or FortiAP configuration name.
- override
Allowaccess String - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override
Ip StringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override
Lan String - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override
Led StringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override
Login StringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override
Split StringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override
Wan StringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue
Level String - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1 Property Map
- Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2 Property Map
- Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3 Property Map
- Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4 Property Map
- Configuration options for radio 4. The structure of
radio_4
block is documented below. - region String
- Region name WTP is associated with.
- region
X String - Relative horizontal region coordinate (between 0 and 1).
- region
Y String - Relative vertical region coordinate (between 0 and 1).
- split
Tunneling StringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split
Tunneling StringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split
Tunneling List<Property Map>Acls - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun
Mtu NumberDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun
Mtu NumberUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan
Port StringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp
Id String - WTP ID.
- wtp
Mode String - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
.
Outputs
All input properties are implicitly available as output properties. Additionally, the Wtp 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 Wtp Resource
Get an existing Wtp 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?: WtpState, opts?: CustomResourceOptions): Wtp
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
admin: Optional[str] = None,
allowaccess: Optional[str] = None,
apcfg_profile: Optional[str] = None,
ble_major_id: Optional[int] = None,
ble_minor_id: Optional[int] = None,
bonjour_profile: Optional[str] = None,
coordinate_latitude: Optional[str] = None,
coordinate_longitude: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
firmware_provision: Optional[str] = None,
firmware_provision_latest: Optional[str] = None,
get_all_tables: Optional[str] = None,
image_download: Optional[str] = None,
index: Optional[int] = None,
ip_fragment_preventing: Optional[str] = None,
lan: Optional[WtpLanArgs] = None,
led_state: Optional[str] = None,
location: Optional[str] = None,
login_passwd: Optional[str] = None,
login_passwd_change: Optional[str] = None,
mesh_bridge_enable: Optional[str] = None,
name: Optional[str] = None,
override_allowaccess: Optional[str] = None,
override_ip_fragment: Optional[str] = None,
override_lan: Optional[str] = None,
override_led_state: Optional[str] = None,
override_login_passwd_change: Optional[str] = None,
override_split_tunnel: Optional[str] = None,
override_wan_port_mode: Optional[str] = None,
purdue_level: Optional[str] = None,
radio1: Optional[WtpRadio1Args] = None,
radio2: Optional[WtpRadio2Args] = None,
radio3: Optional[WtpRadio3Args] = None,
radio4: Optional[WtpRadio4Args] = None,
region: Optional[str] = None,
region_x: Optional[str] = None,
region_y: Optional[str] = None,
split_tunneling_acl_local_ap_subnet: Optional[str] = None,
split_tunneling_acl_path: Optional[str] = None,
split_tunneling_acls: Optional[Sequence[WtpSplitTunnelingAclArgs]] = None,
tun_mtu_downlink: Optional[int] = None,
tun_mtu_uplink: Optional[int] = None,
uuid: Optional[str] = None,
vdomparam: Optional[str] = None,
wan_port_mode: Optional[str] = None,
wtp_id: Optional[str] = None,
wtp_mode: Optional[str] = None,
wtp_profile: Optional[str] = None) -> Wtp
func GetWtp(ctx *Context, name string, id IDInput, state *WtpState, opts ...ResourceOption) (*Wtp, error)
public static Wtp Get(string name, Input<string> id, WtpState? state, CustomResourceOptions? opts = null)
public static Wtp get(String name, Output<String> id, WtpState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Admin string
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - Allowaccess string
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- Apcfg
Profile string - AP local configuration profile name.
- Ble
Major intId - Override BLE Major ID.
- Ble
Minor intId - Override BLE Minor ID.
- Bonjour
Profile string - Bonjour profile name.
- Coordinate
Latitude string - WTP latitude coordinate.
- Coordinate
Longitude string - WTP longitude coordinate.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Firmware
Provision string - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- Firmware
Provision stringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Image
Download string - Enable/disable WTP image download. Valid values:
enable
,disable
. - Index int
- Index (0 - 4294967295).
- Ip
Fragment stringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - Lan
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Lan - WTP LAN port mapping. The structure of
lan
block is documented below. - Led
State string - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - Location string
- Field for describing the physical location of the WTP, AP or FortiAP.
- Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
- Login
Passwd stringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - Mesh
Bridge stringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - Name string
- WTP, AP or FortiAP configuration name.
- Override
Allowaccess string - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - Override
Ip stringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - Override
Lan string - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - Override
Led stringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - Override
Login stringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - Override
Split stringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - Override
Wan stringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - Purdue
Level string - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - Radio1
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio1 - Configuration options for radio 1. The structure of
radio_1
block is documented below. - Radio2
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio2 - Configuration options for radio 2. The structure of
radio_2
block is documented below. - Radio3
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio3 - Configuration options for radio 3. The structure of
radio_3
block is documented below. - Radio4
Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio4 - Configuration options for radio 4. The structure of
radio_4
block is documented below. - Region string
- Region name WTP is associated with.
- Region
X string - Relative horizontal region coordinate (between 0 and 1).
- Region
Y string - Relative vertical region coordinate (between 0 and 1).
- Split
Tunneling stringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - Split
Tunneling stringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - Split
Tunneling List<Pulumiverse.Acls Fortios. Wirelesscontroller. Inputs. Wtp Split Tunneling Acl> - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - Tun
Mtu intDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Tun
Mtu intUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Wan
Port stringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - Wtp
Id string - WTP ID.
- Wtp
Mode string - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
. - Wtp
Profile string - WTP profile name to apply to this WTP, AP or FortiAP.
- Admin string
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - Allowaccess string
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- Apcfg
Profile string - AP local configuration profile name.
- Ble
Major intId - Override BLE Major ID.
- Ble
Minor intId - Override BLE Minor ID.
- Bonjour
Profile string - Bonjour profile name.
- Coordinate
Latitude string - WTP latitude coordinate.
- Coordinate
Longitude string - WTP longitude coordinate.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Firmware
Provision string - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- Firmware
Provision stringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Image
Download string - Enable/disable WTP image download. Valid values:
enable
,disable
. - Index int
- Index (0 - 4294967295).
- Ip
Fragment stringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - Lan
Wtp
Lan Args - WTP LAN port mapping. The structure of
lan
block is documented below. - Led
State string - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - Location string
- Field for describing the physical location of the WTP, AP or FortiAP.
- Login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
- Login
Passwd stringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - Mesh
Bridge stringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - Name string
- WTP, AP or FortiAP configuration name.
- Override
Allowaccess string - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - Override
Ip stringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - Override
Lan string - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - Override
Led stringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - Override
Login stringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - Override
Split stringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - Override
Wan stringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - Purdue
Level string - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - Radio1
Wtp
Radio1Args - Configuration options for radio 1. The structure of
radio_1
block is documented below. - Radio2
Wtp
Radio2Args - Configuration options for radio 2. The structure of
radio_2
block is documented below. - Radio3
Wtp
Radio3Args - Configuration options for radio 3. The structure of
radio_3
block is documented below. - Radio4
Wtp
Radio4Args - Configuration options for radio 4. The structure of
radio_4
block is documented below. - Region string
- Region name WTP is associated with.
- Region
X string - Relative horizontal region coordinate (between 0 and 1).
- Region
Y string - Relative vertical region coordinate (between 0 and 1).
- Split
Tunneling stringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - Split
Tunneling stringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - Split
Tunneling []WtpAcls Split Tunneling Acl Args - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - Tun
Mtu intDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Tun
Mtu intUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Wan
Port stringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - Wtp
Id string - WTP ID.
- Wtp
Mode string - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
. - Wtp
Profile string - WTP profile name to apply to this WTP, AP or FortiAP.
- admin String
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess String
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg
Profile String - AP local configuration profile name.
- ble
Major IntegerId - Override BLE Major ID.
- ble
Minor IntegerId - Override BLE Minor ID.
- bonjour
Profile String - Bonjour profile name.
- coordinate
Latitude String - WTP latitude coordinate.
- coordinate
Longitude String - WTP longitude coordinate.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware
Provision String - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware
Provision StringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image
Download String - Enable/disable WTP image download. Valid values:
enable
,disable
. - index Integer
- Index (0 - 4294967295).
- ip
Fragment StringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan
Wtp
Lan - WTP LAN port mapping. The structure of
lan
block is documented below. - led
State String - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location String
- Field for describing the physical location of the WTP, AP or FortiAP.
- login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
- login
Passwd StringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh
Bridge StringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name String
- WTP, AP or FortiAP configuration name.
- override
Allowaccess String - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override
Ip StringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override
Lan String - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override
Led StringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override
Login StringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override
Split StringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override
Wan StringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue
Level String - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1
Wtp
Radio1 - Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2
Wtp
Radio2 - Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3
Wtp
Radio3 - Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4
Wtp
Radio4 - Configuration options for radio 4. The structure of
radio_4
block is documented below. - region String
- Region name WTP is associated with.
- region
X String - Relative horizontal region coordinate (between 0 and 1).
- region
Y String - Relative vertical region coordinate (between 0 and 1).
- split
Tunneling StringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split
Tunneling StringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split
Tunneling List<WtpAcls Split Tunneling Acl> - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun
Mtu IntegerDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun
Mtu IntegerUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan
Port StringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp
Id String - WTP ID.
- wtp
Mode String - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
. - wtp
Profile String - WTP profile name to apply to this WTP, AP or FortiAP.
- admin string
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess string
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg
Profile string - AP local configuration profile name.
- ble
Major numberId - Override BLE Major ID.
- ble
Minor numberId - Override BLE Minor ID.
- bonjour
Profile string - Bonjour profile name.
- coordinate
Latitude string - WTP latitude coordinate.
- coordinate
Longitude string - WTP longitude coordinate.
- dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware
Provision string - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware
Provision stringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image
Download string - Enable/disable WTP image download. Valid values:
enable
,disable
. - index number
- Index (0 - 4294967295).
- ip
Fragment stringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan
Wtp
Lan - WTP LAN port mapping. The structure of
lan
block is documented below. - led
State string - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location string
- Field for describing the physical location of the WTP, AP or FortiAP.
- login
Passwd string - Set the managed WTP, FortiAP, or AP's administrator password.
- login
Passwd stringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh
Bridge stringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name string
- WTP, AP or FortiAP configuration name.
- override
Allowaccess string - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override
Ip stringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override
Lan string - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override
Led stringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override
Login stringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override
Split stringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override
Wan stringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue
Level string - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1
Wtp
Radio1 - Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2
Wtp
Radio2 - Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3
Wtp
Radio3 - Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4
Wtp
Radio4 - Configuration options for radio 4. The structure of
radio_4
block is documented below. - region string
- Region name WTP is associated with.
- region
X string - Relative horizontal region coordinate (between 0 and 1).
- region
Y string - Relative vertical region coordinate (between 0 and 1).
- split
Tunneling stringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split
Tunneling stringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split
Tunneling WtpAcls Split Tunneling Acl[] - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun
Mtu numberDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun
Mtu numberUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan
Port stringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp
Id string - WTP ID.
- wtp
Mode string - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
. - wtp
Profile string - WTP profile name to apply to this WTP, AP or FortiAP.
- admin str
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess str
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg_
profile str - AP local configuration profile name.
- ble_
major_ intid - Override BLE Major ID.
- ble_
minor_ intid - Override BLE Minor ID.
- bonjour_
profile str - Bonjour profile name.
- coordinate_
latitude str - WTP latitude coordinate.
- coordinate_
longitude str - WTP longitude coordinate.
- dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware_
provision str - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware_
provision_ strlatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image_
download str - Enable/disable WTP image download. Valid values:
enable
,disable
. - index int
- Index (0 - 4294967295).
- ip_
fragment_ strpreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan
Wtp
Lan Args - WTP LAN port mapping. The structure of
lan
block is documented below. - led_
state str - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location str
- Field for describing the physical location of the WTP, AP or FortiAP.
- login_
passwd str - Set the managed WTP, FortiAP, or AP's administrator password.
- login_
passwd_ strchange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh_
bridge_ strenable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name str
- WTP, AP or FortiAP configuration name.
- override_
allowaccess str - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override_
ip_ strfragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override_
lan str - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override_
led_ strstate - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override_
login_ strpasswd_ change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override_
split_ strtunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override_
wan_ strport_ mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue_
level str - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1
Wtp
Radio1Args - Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2
Wtp
Radio2Args - Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3
Wtp
Radio3Args - Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4
Wtp
Radio4Args - Configuration options for radio 4. The structure of
radio_4
block is documented below. - region str
- Region name WTP is associated with.
- region_
x str - Relative horizontal region coordinate (between 0 and 1).
- region_
y str - Relative vertical region coordinate (between 0 and 1).
- split_
tunneling_ stracl_ local_ ap_ subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split_
tunneling_ stracl_ path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split_
tunneling_ Sequence[Wtpacls Split Tunneling Acl Args] - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun_
mtu_ intdownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun_
mtu_ intuplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan_
port_ strmode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp_
id str - WTP ID.
- wtp_
mode str - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
. - wtp_
profile str - WTP profile name to apply to this WTP, AP or FortiAP.
- admin String
- Configure how the FortiGate operating as a wireless controller discovers and manages this WTP, AP or FortiAP. Valid values:
discovered
,disable
,enable
. - allowaccess String
- Control management access to the managed WTP, FortiAP, or AP. Separate entries with a space.
- apcfg
Profile String - AP local configuration profile name.
- ble
Major NumberId - Override BLE Major ID.
- ble
Minor NumberId - Override BLE Minor ID.
- bonjour
Profile String - Bonjour profile name.
- coordinate
Latitude String - WTP latitude coordinate.
- coordinate
Longitude String - WTP longitude coordinate.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- firmware
Provision String - Firmware version to provision to this FortiAP on bootup (major.minor.build, i.e. 6.2.1234).
- firmware
Provision StringLatest - Enable/disable one-time automatic provisioning of the latest firmware version. Valid values:
disable
,once
. - get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- image
Download String - Enable/disable WTP image download. Valid values:
enable
,disable
. - index Number
- Index (0 - 4294967295).
- ip
Fragment StringPreventing - Method(s) by which IP fragmentation is prevented for control and data packets through CAPWAP tunnel (default = tcp-mss-adjust). Valid values:
tcp-mss-adjust
,icmp-unreachable
. - lan Property Map
- WTP LAN port mapping. The structure of
lan
block is documented below. - led
State String - Enable to allow the FortiAPs LEDs to light. Disable to keep the LEDs off. You may want to keep the LEDs off so they are not distracting in low light areas etc. Valid values:
enable
,disable
. - location String
- Field for describing the physical location of the WTP, AP or FortiAP.
- login
Passwd String - Set the managed WTP, FortiAP, or AP's administrator password.
- login
Passwd StringChange - Change or reset the administrator password of a managed WTP, FortiAP or AP (yes, default, or no, default = no). Valid values:
yes
,default
,no
. - mesh
Bridge StringEnable - Enable/disable mesh Ethernet bridge when WTP is configured as a mesh branch/leaf AP. Valid values:
default
,enable
,disable
. - name String
- WTP, AP or FortiAP configuration name.
- override
Allowaccess String - Enable to override the WTP profile management access configuration. Valid values:
enable
,disable
. - override
Ip StringFragment - Enable/disable overriding the WTP profile IP fragment prevention setting. Valid values:
enable
,disable
. - override
Lan String - Enable to override the WTP profile LAN port setting. Valid values:
enable
,disable
. - override
Led StringState - Enable to override the profile LED state setting for this FortiAP. You must enable this option to use the led-state command to turn off the FortiAP's LEDs. Valid values:
enable
,disable
. - override
Login StringPasswd Change - Enable to override the WTP profile login-password (administrator password) setting. Valid values:
enable
,disable
. - override
Split StringTunnel - Enable/disable overriding the WTP profile split tunneling setting. Valid values:
enable
,disable
. - override
Wan StringPort Mode - Enable/disable overriding the wan-port-mode in the WTP profile. Valid values:
enable
,disable
. - purdue
Level String - Purdue Level of this WTP. Valid values:
1
,1.5
,2
,2.5
,3
,3.5
,4
,5
,5.5
. - radio1 Property Map
- Configuration options for radio 1. The structure of
radio_1
block is documented below. - radio2 Property Map
- Configuration options for radio 2. The structure of
radio_2
block is documented below. - radio3 Property Map
- Configuration options for radio 3. The structure of
radio_3
block is documented below. - radio4 Property Map
- Configuration options for radio 4. The structure of
radio_4
block is documented below. - region String
- Region name WTP is associated with.
- region
X String - Relative horizontal region coordinate (between 0 and 1).
- region
Y String - Relative vertical region coordinate (between 0 and 1).
- split
Tunneling StringAcl Local Ap Subnet - Enable/disable automatically adding local subnetwork of FortiAP to split-tunneling ACL (default = disable). Valid values:
enable
,disable
. - split
Tunneling StringAcl Path - Split tunneling ACL path is local/tunnel. Valid values:
tunnel
,local
. - split
Tunneling List<Property Map>Acls - Split tunneling ACL filter list. The structure of
split_tunneling_acl
block is documented below. - tun
Mtu NumberDownlink - The MTU of downlink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- tun
Mtu NumberUplink - The maximum transmission unit (MTU) of uplink CAPWAP tunnel (576 - 1500 bytes or 0; 0 means the local MTU of FortiAP; default = 0).
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- wan
Port StringMode - Enable/disable using the FortiAP WAN port as a LAN port. Valid values:
wan-lan
,wan-only
. - wtp
Id String - WTP ID.
- wtp
Mode String - WTP, AP, or FortiAP operating mode; normal (by default) or remote. A tunnel mode SSID can be assigned to an AP in normal mode but not remote mode, while a local-bridge mode SSID can be assigned to an AP in either normal mode or remote mode. Valid values:
normal
,remote
. - wtp
Profile String - WTP profile name to apply to this WTP, AP or FortiAP.
Supporting Types
WtpLan, WtpLanArgs
- Port1Mode string
- LAN port 1 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port1Ssid string
- Bridge LAN port 1 to SSID.
- Port2Mode string
- LAN port 2 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port2Ssid string
- Bridge LAN port 2 to SSID.
- Port3Mode string
- LAN port 3 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port3Ssid string
- Bridge LAN port 3 to SSID.
- Port4Mode string
- LAN port 4 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port4Ssid string
- Bridge LAN port 4 to SSID.
- Port5Mode string
- LAN port 5 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port5Ssid string
- Bridge LAN port 5 to SSID.
- Port6Mode string
- LAN port 6 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port6Ssid string
- Bridge LAN port 6 to SSID.
- Port7Mode string
- LAN port 7 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port7Ssid string
- Bridge LAN port 7 to SSID.
- Port8Mode string
- LAN port 8 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port8Ssid string
- Bridge LAN port 8 to SSID.
- Port
Esl stringMode - ESL port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port
Esl stringSsid Bridge ESL port to SSID.
The
radio_1
block supports:- Port
Mode string - LAN port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port
Ssid string - Bridge LAN port to SSID.
- Port1Mode string
- LAN port 1 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port1Ssid string
- Bridge LAN port 1 to SSID.
- Port2Mode string
- LAN port 2 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port2Ssid string
- Bridge LAN port 2 to SSID.
- Port3Mode string
- LAN port 3 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port3Ssid string
- Bridge LAN port 3 to SSID.
- Port4Mode string
- LAN port 4 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port4Ssid string
- Bridge LAN port 4 to SSID.
- Port5Mode string
- LAN port 5 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port5Ssid string
- Bridge LAN port 5 to SSID.
- Port6Mode string
- LAN port 6 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port6Ssid string
- Bridge LAN port 6 to SSID.
- Port7Mode string
- LAN port 7 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port7Ssid string
- Bridge LAN port 7 to SSID.
- Port8Mode string
- LAN port 8 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port8Ssid string
- Bridge LAN port 8 to SSID.
- Port
Esl stringMode - ESL port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port
Esl stringSsid Bridge ESL port to SSID.
The
radio_1
block supports:- Port
Mode string - LAN port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - Port
Ssid string - Bridge LAN port to SSID.
- port1Mode String
- LAN port 1 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port1Ssid String
- Bridge LAN port 1 to SSID.
- port2Mode String
- LAN port 2 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port2Ssid String
- Bridge LAN port 2 to SSID.
- port3Mode String
- LAN port 3 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port3Ssid String
- Bridge LAN port 3 to SSID.
- port4Mode String
- LAN port 4 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port4Ssid String
- Bridge LAN port 4 to SSID.
- port5Mode String
- LAN port 5 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port5Ssid String
- Bridge LAN port 5 to SSID.
- port6Mode String
- LAN port 6 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port6Ssid String
- Bridge LAN port 6 to SSID.
- port7Mode String
- LAN port 7 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port7Ssid String
- Bridge LAN port 7 to SSID.
- port8Mode String
- LAN port 8 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port8Ssid String
- Bridge LAN port 8 to SSID.
- port
Esl StringMode - ESL port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port
Esl StringSsid Bridge ESL port to SSID.
The
radio_1
block supports:- port
Mode String - LAN port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port
Ssid String - Bridge LAN port to SSID.
- port1Mode string
- LAN port 1 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port1Ssid string
- Bridge LAN port 1 to SSID.
- port2Mode string
- LAN port 2 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port2Ssid string
- Bridge LAN port 2 to SSID.
- port3Mode string
- LAN port 3 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port3Ssid string
- Bridge LAN port 3 to SSID.
- port4Mode string
- LAN port 4 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port4Ssid string
- Bridge LAN port 4 to SSID.
- port5Mode string
- LAN port 5 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port5Ssid string
- Bridge LAN port 5 to SSID.
- port6Mode string
- LAN port 6 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port6Ssid string
- Bridge LAN port 6 to SSID.
- port7Mode string
- LAN port 7 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port7Ssid string
- Bridge LAN port 7 to SSID.
- port8Mode string
- LAN port 8 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port8Ssid string
- Bridge LAN port 8 to SSID.
- port
Esl stringMode - ESL port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port
Esl stringSsid Bridge ESL port to SSID.
The
radio_1
block supports:- port
Mode string - LAN port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port
Ssid string - Bridge LAN port to SSID.
- port1_
mode str - LAN port 1 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port1_
ssid str - Bridge LAN port 1 to SSID.
- port2_
mode str - LAN port 2 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port2_
ssid str - Bridge LAN port 2 to SSID.
- port3_
mode str - LAN port 3 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port3_
ssid str - Bridge LAN port 3 to SSID.
- port4_
mode str - LAN port 4 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port4_
ssid str - Bridge LAN port 4 to SSID.
- port5_
mode str - LAN port 5 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port5_
ssid str - Bridge LAN port 5 to SSID.
- port6_
mode str - LAN port 6 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port6_
ssid str - Bridge LAN port 6 to SSID.
- port7_
mode str - LAN port 7 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port7_
ssid str - Bridge LAN port 7 to SSID.
- port8_
mode str - LAN port 8 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port8_
ssid str - Bridge LAN port 8 to SSID.
- port_
esl_ strmode - ESL port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port_
esl_ strssid Bridge ESL port to SSID.
The
radio_1
block supports:- port_
mode str - LAN port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port_
ssid str - Bridge LAN port to SSID.
- port1Mode String
- LAN port 1 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port1Ssid String
- Bridge LAN port 1 to SSID.
- port2Mode String
- LAN port 2 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port2Ssid String
- Bridge LAN port 2 to SSID.
- port3Mode String
- LAN port 3 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port3Ssid String
- Bridge LAN port 3 to SSID.
- port4Mode String
- LAN port 4 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port4Ssid String
- Bridge LAN port 4 to SSID.
- port5Mode String
- LAN port 5 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port5Ssid String
- Bridge LAN port 5 to SSID.
- port6Mode String
- LAN port 6 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port6Ssid String
- Bridge LAN port 6 to SSID.
- port7Mode String
- LAN port 7 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port7Ssid String
- Bridge LAN port 7 to SSID.
- port8Mode String
- LAN port 8 mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port8Ssid String
- Bridge LAN port 8 to SSID.
- port
Esl StringMode - ESL port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port
Esl StringSsid Bridge ESL port to SSID.
The
radio_1
block supports:- port
Mode String - LAN port mode. Valid values:
offline
,nat-to-wan
,bridge-to-wan
,bridge-to-ssid
. - port
Ssid String - Bridge LAN port to SSID.
WtpRadio1, WtpRadio1Args
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio1Channel> - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Radio
Id int - Spectrum
Analysis string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio1Vap>
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
[]Wtp
Radio1Channel - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Radio
Id int - Spectrum
Analysis string - Vap
All string - Vaps
[]Wtp
Radio1Vap
- auto
Power IntegerHigh - auto
Power StringLevel - auto
Power IntegerLow - auto
Power StringTarget - band String
- channels
List<Wtp
Radio1Channel> - drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Integer - power
Mode String - power
Value Integer - radio
Id Integer - spectrum
Analysis String - vap
All String - vaps
List<Wtp
Radio1Vap>
- auto
Power numberHigh - auto
Power stringLevel - auto
Power numberLow - auto
Power stringTarget - band string
- channels
Wtp
Radio1Channel[] - drma
Manual stringMode - override
Analysis string - override
Band string - override
Channel string - override
Txpower string - override
Vaps string - power
Level number - power
Mode string - power
Value number - radio
Id number - spectrum
Analysis string - vap
All string - vaps
Wtp
Radio1Vap[]
- auto_
power_ inthigh - auto_
power_ strlevel - auto_
power_ intlow - auto_
power_ strtarget - band str
- channels
Sequence[Wtp
Radio1Channel] - drma_
manual_ strmode - override_
analysis str - override_
band str - override_
channel str - override_
txpower str - override_
vaps str - power_
level int - power_
mode str - power_
value int - radio_
id int - spectrum_
analysis str - vap_
all str - vaps
Sequence[Wtp
Radio1Vap]
- auto
Power NumberHigh - auto
Power StringLevel - auto
Power NumberLow - auto
Power StringTarget - band String
- channels List<Property Map>
- drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Number - power
Mode String - power
Value Number - radio
Id Number - spectrum
Analysis String - vap
All String - vaps List<Property Map>
WtpRadio1Channel, WtpRadio1ChannelArgs
- Chan string
- Channel number.
- Chan string
- Channel number.
- chan String
- Channel number.
- chan string
- Channel number.
- chan str
- Channel number.
- chan String
- Channel number.
WtpRadio1Vap, WtpRadio1VapArgs
- Name string
- Virtual Access Point (VAP) name.
- Name string
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
- name string
- Virtual Access Point (VAP) name.
- name str
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
WtpRadio2, WtpRadio2Args
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio2Channel> - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Radio
Id int - Spectrum
Analysis string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio2Vap>
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
[]Wtp
Radio2Channel - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Radio
Id int - Spectrum
Analysis string - Vap
All string - Vaps
[]Wtp
Radio2Vap
- auto
Power IntegerHigh - auto
Power StringLevel - auto
Power IntegerLow - auto
Power StringTarget - band String
- channels
List<Wtp
Radio2Channel> - drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Integer - power
Mode String - power
Value Integer - radio
Id Integer - spectrum
Analysis String - vap
All String - vaps
List<Wtp
Radio2Vap>
- auto
Power numberHigh - auto
Power stringLevel - auto
Power numberLow - auto
Power stringTarget - band string
- channels
Wtp
Radio2Channel[] - drma
Manual stringMode - override
Analysis string - override
Band string - override
Channel string - override
Txpower string - override
Vaps string - power
Level number - power
Mode string - power
Value number - radio
Id number - spectrum
Analysis string - vap
All string - vaps
Wtp
Radio2Vap[]
- auto_
power_ inthigh - auto_
power_ strlevel - auto_
power_ intlow - auto_
power_ strtarget - band str
- channels
Sequence[Wtp
Radio2Channel] - drma_
manual_ strmode - override_
analysis str - override_
band str - override_
channel str - override_
txpower str - override_
vaps str - power_
level int - power_
mode str - power_
value int - radio_
id int - spectrum_
analysis str - vap_
all str - vaps
Sequence[Wtp
Radio2Vap]
- auto
Power NumberHigh - auto
Power StringLevel - auto
Power NumberLow - auto
Power StringTarget - band String
- channels List<Property Map>
- drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Number - power
Mode String - power
Value Number - radio
Id Number - spectrum
Analysis String - vap
All String - vaps List<Property Map>
WtpRadio2Channel, WtpRadio2ChannelArgs
- Chan string
- Channel number.
- Chan string
- Channel number.
- chan String
- Channel number.
- chan string
- Channel number.
- chan str
- Channel number.
- chan String
- Channel number.
WtpRadio2Vap, WtpRadio2VapArgs
- Name string
- Virtual Access Point (VAP) name.
- Name string
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
- name string
- Virtual Access Point (VAP) name.
- name str
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
WtpRadio3, WtpRadio3Args
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio3Channel> - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Spectrum
Analysis string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio3Vap>
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
[]Wtp
Radio3Channel - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Spectrum
Analysis string - Vap
All string - Vaps
[]Wtp
Radio3Vap
- auto
Power IntegerHigh - auto
Power StringLevel - auto
Power IntegerLow - auto
Power StringTarget - band String
- channels
List<Wtp
Radio3Channel> - drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Integer - power
Mode String - power
Value Integer - spectrum
Analysis String - vap
All String - vaps
List<Wtp
Radio3Vap>
- auto
Power numberHigh - auto
Power stringLevel - auto
Power numberLow - auto
Power stringTarget - band string
- channels
Wtp
Radio3Channel[] - drma
Manual stringMode - override
Analysis string - override
Band string - override
Channel string - override
Txpower string - override
Vaps string - power
Level number - power
Mode string - power
Value number - spectrum
Analysis string - vap
All string - vaps
Wtp
Radio3Vap[]
- auto_
power_ inthigh - auto_
power_ strlevel - auto_
power_ intlow - auto_
power_ strtarget - band str
- channels
Sequence[Wtp
Radio3Channel] - drma_
manual_ strmode - override_
analysis str - override_
band str - override_
channel str - override_
txpower str - override_
vaps str - power_
level int - power_
mode str - power_
value int - spectrum_
analysis str - vap_
all str - vaps
Sequence[Wtp
Radio3Vap]
- auto
Power NumberHigh - auto
Power StringLevel - auto
Power NumberLow - auto
Power StringTarget - band String
- channels List<Property Map>
- drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Number - power
Mode String - power
Value Number - spectrum
Analysis String - vap
All String - vaps List<Property Map>
WtpRadio3Channel, WtpRadio3ChannelArgs
- Chan string
- Channel number.
- Chan string
- Channel number.
- chan String
- Channel number.
- chan string
- Channel number.
- chan str
- Channel number.
- chan String
- Channel number.
WtpRadio3Vap, WtpRadio3VapArgs
- Name string
- Virtual Access Point (VAP) name.
- Name string
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
- name string
- Virtual Access Point (VAP) name.
- name str
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
WtpRadio4, WtpRadio4Args
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio4Channel> - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Spectrum
Analysis string - Vap
All string - Vaps
List<Pulumiverse.
Fortios. Wirelesscontroller. Inputs. Wtp Radio4Vap>
- Auto
Power intHigh - Auto
Power stringLevel - Auto
Power intLow - Auto
Power stringTarget - Band string
- Channels
[]Wtp
Radio4Channel - Drma
Manual stringMode - Override
Analysis string - Override
Band string - Override
Channel string - Override
Txpower string - Override
Vaps string - Power
Level int - Power
Mode string - Power
Value int - Spectrum
Analysis string - Vap
All string - Vaps
[]Wtp
Radio4Vap
- auto
Power IntegerHigh - auto
Power StringLevel - auto
Power IntegerLow - auto
Power StringTarget - band String
- channels
List<Wtp
Radio4Channel> - drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Integer - power
Mode String - power
Value Integer - spectrum
Analysis String - vap
All String - vaps
List<Wtp
Radio4Vap>
- auto
Power numberHigh - auto
Power stringLevel - auto
Power numberLow - auto
Power stringTarget - band string
- channels
Wtp
Radio4Channel[] - drma
Manual stringMode - override
Analysis string - override
Band string - override
Channel string - override
Txpower string - override
Vaps string - power
Level number - power
Mode string - power
Value number - spectrum
Analysis string - vap
All string - vaps
Wtp
Radio4Vap[]
- auto_
power_ inthigh - auto_
power_ strlevel - auto_
power_ intlow - auto_
power_ strtarget - band str
- channels
Sequence[Wtp
Radio4Channel] - drma_
manual_ strmode - override_
analysis str - override_
band str - override_
channel str - override_
txpower str - override_
vaps str - power_
level int - power_
mode str - power_
value int - spectrum_
analysis str - vap_
all str - vaps
Sequence[Wtp
Radio4Vap]
- auto
Power NumberHigh - auto
Power StringLevel - auto
Power NumberLow - auto
Power StringTarget - band String
- channels List<Property Map>
- drma
Manual StringMode - override
Analysis String - override
Band String - override
Channel String - override
Txpower String - override
Vaps String - power
Level Number - power
Mode String - power
Value Number - spectrum
Analysis String - vap
All String - vaps List<Property Map>
WtpRadio4Channel, WtpRadio4ChannelArgs
- Chan string
- Channel number.
- Chan string
- Channel number.
- chan String
- Channel number.
- chan string
- Channel number.
- chan str
- Channel number.
- chan String
- Channel number.
WtpRadio4Vap, WtpRadio4VapArgs
- Name string
- Virtual Access Point (VAP) name.
- Name string
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
- name string
- Virtual Access Point (VAP) name.
- name str
- Virtual Access Point (VAP) name.
- name String
- Virtual Access Point (VAP) name.
WtpSplitTunnelingAcl, WtpSplitTunnelingAclArgs
Import
WirelessController Wtp can be imported using any of these accepted formats:
$ pulumi import fortios:wirelesscontroller/wtp:Wtp labelname {{wtp_id}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:wirelesscontroller/wtp:Wtp labelname {{wtp_id}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.