Package | Description |
---|---|
com.vmware.vcenter.vm |
The
com.vmware.vcenter.vm package provides interfaces for managing
virtual machines. |
com.vmware.vcenter.vm.guest |
The
com.vmware.vcenter.vm.guest package provides interfaces for dealing
with the guest operating system. |
Modifier and Type | Field and Description |
---|---|
static GuestOSFamily |
GuestOSFamily.DARWIN
Mac OS operating system.
|
static GuestOSFamily |
GuestOSFamily.LINUX
Linux operating system.
|
static GuestOSFamily |
GuestOSFamily.NETWARE
Novell Netware.
|
static GuestOSFamily |
GuestOSFamily.OTHER
Other operating systems.
|
static GuestOSFamily |
GuestOSFamily.SOLARIS
Solaris operating system.
|
static GuestOSFamily |
GuestOSFamily.WINDOWS
Windows operating system.
|
Modifier and Type | Method and Description |
---|---|
static GuestOSFamily |
GuestOSFamily.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static GuestOSFamily[] |
GuestOSFamily.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
GuestOSFamily |
IdentityTypes.Info.getFamily()
Guest operating system family.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityTypes.Info.setFamily(GuestOSFamily family)
Guest operating system family.
|
Constructor and Description |
---|
Builder(GuestOS name,
GuestOSFamily family,
LocalizableMessage fullName,
java.lang.String hostName)
Constructor with parameters for the required properties of
IdentityTypes.Info . |