[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
DeviceSettingsLANInterface
Properties
string
authenticationType
Optional
Possible values are: none , 802.1x
boolean
broadcastSsid
Optional
boolean
cwp
Optional
boolean
disabled
Optional
string
name
Optional
boolean
override
Optional
string
passphrase
Optional
string
portMode
Optional
Possible values are: access , trunk
string
securityMode
Optional
Possible values are: Open , WPA2Enterprise , WPA2Personal
string
space
Optional
string
ssid
Optional
string
type
Optional
Possible values are: wired , wireless
object
untaggedVlan
Optional
This property contains at least one of the following:
string
number
array of
integer
vlanIds
Optional
JSON Example
{
"authenticationType": "none",
"broadcastSsid": false,
"cwp": false,
"disabled": false,
"l2": {
"MTU": 0,
"autonegotiation": false,
"duplex": "FULL",
"losDetection": false,
"probeInterval": "1",
"speed": "string"
},
"name": "string",
"override": false,
"passphrase": "string",
"portMode": "access",
"securityMode": "Open",
"space": "string",
"ssid": "string",
"type": "wired",
"untaggedVlan": {},
"vlanIds": 0
}