Package | Description |
---|---|
com.vmware.vcenter.guest |
The
com.vmware.vcenter.guest package provides interfaces for managing
guest customization specifications in the vCenter Server. |
Modifier and Type | Method and Description |
---|---|
WindowsNetworkAdapterSettings.NetBIOSMode.Values |
WindowsNetworkAdapterSettings.NetBIOSMode.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static WindowsNetworkAdapterSettings.NetBIOSMode.Values |
WindowsNetworkAdapterSettings.NetBIOSMode.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsNetworkAdapterSettings.NetBIOSMode.Values[] |
WindowsNetworkAdapterSettings.NetBIOSMode.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|