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 = 3The MAC address is assigned by VirtualCenter.
Generated = 2The MAC address is automatically generated.
Manual = 1The MAC address is statically assigned.
Unknown = 0The address type is unknown.