Enum VMwareVirtualEthernetCardAddressType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the MAC address type for a VMware virtual machine.
public enum VMwareVirtualEthernetCardAddressType
Fields
Assigned = 3
The MAC address is assigned by VirtualCenter.
Generated = 2
The MAC address is automatically generated.
Manual = 1
The MAC address is statically assigned.
Unknown = 0
The address type is unknown.