models_v2.network_interface_type_1_enum module¶
-
class
models_v2.network_interface_type_1_enum.
NetworkInterfaceType1Enum
[source]¶ Bases:
object
Implementation of the ‘NetworkInterfaceType1’ enum.
Specifies the network interface type.
- Attributes:
PHYSICAL: TODO: type description here. BOND: TODO: type description here. BRIDGE: TODO: type description here. GROUP: TODO: type description here. VLAN: TODO: type description here. VLANPHYSICAL: TODO: type description here. VLANBOND: TODO: type description here. VLANGROUP: TODO: type description here. VLANBRIDGE: TODO: type description here. INVALID: TODO: type description here.
-
BOND
= 'Bond'¶
-
BRIDGE
= 'Bridge'¶
-
GROUP
= 'Group'¶
-
INVALID
= 'Invalid'¶
-
PHYSICAL
= 'Physical'¶
-
VLAN
= 'Vlan'¶
-
VLANBOND
= 'VlanBond'¶
-
VLANBRIDGE
= 'VlanBridge'¶
-
VLANGROUP
= 'VlanGroup'¶
-
VLANPHYSICAL
= 'VlanPhysical'¶