InlineBaremetalVlanSubInterface1
InlineBaremetalVlanSubInterface1
JSON Example
{
"interface_type": "string",
"vlan_tag": 0,
"parent_interface_name": "string",
"parent_interface_type": "string",
"member_interface_names": [
"string"
]
}
string
interface_type
Required
interface_type
integer
vlan_tag
Required
Constraints:
minimum: 0
maximum: 4094
VLAN tag for sub-interfaces. Valid range 0-4094.
string
parent_interface_name
Required
Constraints:
minLength: 1
Name of the parent interface. Use system commands and vdefend-cli on baremetal server to get more information about the parent interface.
parent_interface_type
Required
The type of the parent interface for baremetal VLAN sub-interfaces.
Enumeration:
ETHERNET_INTERFACE,
BOND_INTERFACE
array of
string
member_interface_names
Optional
Constraints:
minItems: 1
Array of names of member interfaces. Required when parent_interface_type is BOND_INTERFACE. Use system commands and vdefend-cli on baremetal server to get more information about the member interfaces.