Package com.vmware.vim25
Class VirtualMachineConfigOption
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VirtualMachineConfigOption
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintString[]String[]String[]voidsetCapabilities(VirtualMachineCapability capabilities) voidsetDatastore(DatastoreOption datastore) voidsetDefaultDevice(VirtualDevice[] defaultDevice) voidsetDescription(String description) voidsetGuestOSDefaultIndex(int guestOSDefaultIndex) voidsetGuestOSDescriptor(GuestOsDescriptor[] guestOSDescriptor) voidsetHardwareOptions(VirtualHardwareOption hardwareOptions) voidsetSupportedMonitorType(String[] supportedMonitorType) voidsetSupportedOvfEnvironmentTransport(String[] supportedOvfEnvironmentTransport) voidsetSupportedOvfInstallTransport(String[] supportedOvfInstallTransport) voidsetVersion(String version) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
version
-
description
-
guestOSDescriptor
-
guestOSDefaultIndex
public int guestOSDefaultIndex -
hardwareOptions
-
capabilities
-
datastore
-
defaultDevice
-
supportedMonitorType
-
supportedOvfEnvironmentTransport
-
supportedOvfInstallTransport
-
-
Constructor Details
-
VirtualMachineConfigOption
public VirtualMachineConfigOption()
-
-
Method Details
-
getVersion
-
getDescription
-
getGuestOSDescriptor
-
getGuestOSDefaultIndex
public int getGuestOSDefaultIndex() -
getHardwareOptions
-
getCapabilities
-
getDatastore
-
getDefaultDevice
-
getSupportedMonitorType
-
getSupportedOvfEnvironmentTransport
-
getSupportedOvfInstallTransport
-
setVersion
-
setDescription
-
setGuestOSDescriptor
-
setGuestOSDefaultIndex
public void setGuestOSDefaultIndex(int guestOSDefaultIndex) -
setHardwareOptions
-
setCapabilities
-
setDatastore
-
setDefaultDevice
-
setSupportedMonitorType
-
setSupportedOvfEnvironmentTransport
-
setSupportedOvfInstallTransport
-