public class VirtualMachineCapability extends DynamicData
Java class for VirtualMachineCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="snapshotOperationsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="multipleSnapshotsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="snapshotConfigSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="poweredOffSnapshotsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="memorySnapshotsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="revertToSnapshotSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="quiescedSnapshotsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="disableSnapshotsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lockSnapshotsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="consolePreferencesSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="cpuFeatureMaskSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="s1AcpiManagementSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="settingScreenResolutionSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="toolsAutoUpdateSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vmNpivWwnSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="npivWwnOnNonRdmVmSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vmNpivWwnDisableSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vmNpivWwnUpdateSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="swapPlacementSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="toolsSyncTimeSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="virtualMmuUsageSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="diskSharesSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="bootOptionsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="bootRetryOptionsSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="settingVideoRamSizeSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="settingDisplayTopologySupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="recordReplaySupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="changeTrackingSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="multipleCoresPerSocketSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hostBasedReplicationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="guestAutoLockSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="memoryReservationLockSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="featureRequirementSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="poweredOnMonitorTypeChangeSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="seSparseDiskSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="nestedHVSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vPMCSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="secureBootSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VirtualMachineCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBootOptionsSupported()
Gets the value of the bootOptionsSupported property.
|
Boolean |
isBootRetryOptionsSupported()
Gets the value of the bootRetryOptionsSupported property.
|
Boolean |
isChangeTrackingSupported()
Gets the value of the changeTrackingSupported property.
|
boolean |
isConsolePreferencesSupported()
Gets the value of the consolePreferencesSupported property.
|
boolean |
isCpuFeatureMaskSupported()
Gets the value of the cpuFeatureMaskSupported property.
|
boolean |
isDisableSnapshotsSupported()
Gets the value of the disableSnapshotsSupported property.
|
boolean |
isDiskSharesSupported()
Gets the value of the diskSharesSupported property.
|
Boolean |
isFeatureRequirementSupported()
Gets the value of the featureRequirementSupported property.
|
Boolean |
isGuestAutoLockSupported()
Gets the value of the guestAutoLockSupported property.
|
Boolean |
isHostBasedReplicationSupported()
Gets the value of the hostBasedReplicationSupported property.
|
boolean |
isLockSnapshotsSupported()
Gets the value of the lockSnapshotsSupported property.
|
Boolean |
isMemoryReservationLockSupported()
Gets the value of the memoryReservationLockSupported property.
|
boolean |
isMemorySnapshotsSupported()
Gets the value of the memorySnapshotsSupported property.
|
Boolean |
isMultipleCoresPerSocketSupported()
Gets the value of the multipleCoresPerSocketSupported property.
|
boolean |
isMultipleSnapshotsSupported()
Gets the value of the multipleSnapshotsSupported property.
|
Boolean |
isNestedHVSupported()
Gets the value of the nestedHVSupported property.
|
boolean |
isNpivWwnOnNonRdmVmSupported()
Gets the value of the npivWwnOnNonRdmVmSupported property.
|
boolean |
isPoweredOffSnapshotsSupported()
Gets the value of the poweredOffSnapshotsSupported property.
|
Boolean |
isPoweredOnMonitorTypeChangeSupported()
Gets the value of the poweredOnMonitorTypeChangeSupported property.
|
boolean |
isQuiescedSnapshotsSupported()
Gets the value of the quiescedSnapshotsSupported property.
|
Boolean |
isRecordReplaySupported()
Gets the value of the recordReplaySupported property.
|
boolean |
isRevertToSnapshotSupported()
Gets the value of the revertToSnapshotSupported property.
|
boolean |
isS1AcpiManagementSupported()
Gets the value of the s1AcpiManagementSupported property.
|
Boolean |
isSecureBootSupported()
Gets the value of the secureBootSupported property.
|
Boolean |
isSeSparseDiskSupported()
Gets the value of the seSparseDiskSupported property.
|
Boolean |
isSettingDisplayTopologySupported()
Gets the value of the settingDisplayTopologySupported property.
|
boolean |
isSettingScreenResolutionSupported()
Gets the value of the settingScreenResolutionSupported property.
|
boolean |
isSettingVideoRamSizeSupported()
Gets the value of the settingVideoRamSizeSupported property.
|
boolean |
isSnapshotConfigSupported()
Gets the value of the snapshotConfigSupported property.
|
boolean |
isSnapshotOperationsSupported()
Gets the value of the snapshotOperationsSupported property.
|
boolean |
isSwapPlacementSupported()
Gets the value of the swapPlacementSupported property.
|
boolean |
isToolsAutoUpdateSupported()
Gets the value of the toolsAutoUpdateSupported property.
|
boolean |
isToolsSyncTimeSupported()
Gets the value of the toolsSyncTimeSupported property.
|
boolean |
isVirtualMmuUsageSupported()
Gets the value of the virtualMmuUsageSupported property.
|
Boolean |
isVmNpivWwnDisableSupported()
Gets the value of the vmNpivWwnDisableSupported property.
|
boolean |
isVmNpivWwnSupported()
Gets the value of the vmNpivWwnSupported property.
|
Boolean |
isVmNpivWwnUpdateSupported()
Gets the value of the vmNpivWwnUpdateSupported property.
|
Boolean |
isVPMCSupported()
Gets the value of the vpmcSupported property.
|
void |
setBootOptionsSupported(boolean value)
Sets the value of the bootOptionsSupported property.
|
void |
setBootRetryOptionsSupported(Boolean value)
Sets the value of the bootRetryOptionsSupported property.
|
void |
setChangeTrackingSupported(Boolean value)
Sets the value of the changeTrackingSupported property.
|
void |
setConsolePreferencesSupported(boolean value)
Sets the value of the consolePreferencesSupported property.
|
void |
setCpuFeatureMaskSupported(boolean value)
Sets the value of the cpuFeatureMaskSupported property.
|
void |
setDisableSnapshotsSupported(boolean value)
Sets the value of the disableSnapshotsSupported property.
|
void |
setDiskSharesSupported(boolean value)
Sets the value of the diskSharesSupported property.
|
void |
setFeatureRequirementSupported(Boolean value)
Sets the value of the featureRequirementSupported property.
|
void |
setGuestAutoLockSupported(Boolean value)
Sets the value of the guestAutoLockSupported property.
|
void |
setHostBasedReplicationSupported(Boolean value)
Sets the value of the hostBasedReplicationSupported property.
|
void |
setLockSnapshotsSupported(boolean value)
Sets the value of the lockSnapshotsSupported property.
|
void |
setMemoryReservationLockSupported(Boolean value)
Sets the value of the memoryReservationLockSupported property.
|
void |
setMemorySnapshotsSupported(boolean value)
Sets the value of the memorySnapshotsSupported property.
|
void |
setMultipleCoresPerSocketSupported(Boolean value)
Sets the value of the multipleCoresPerSocketSupported property.
|
void |
setMultipleSnapshotsSupported(boolean value)
Sets the value of the multipleSnapshotsSupported property.
|
void |
setNestedHVSupported(Boolean value)
Sets the value of the nestedHVSupported property.
|
void |
setNpivWwnOnNonRdmVmSupported(boolean value)
Sets the value of the npivWwnOnNonRdmVmSupported property.
|
void |
setPoweredOffSnapshotsSupported(boolean value)
Sets the value of the poweredOffSnapshotsSupported property.
|
void |
setPoweredOnMonitorTypeChangeSupported(Boolean value)
Sets the value of the poweredOnMonitorTypeChangeSupported property.
|
void |
setQuiescedSnapshotsSupported(boolean value)
Sets the value of the quiescedSnapshotsSupported property.
|
void |
setRecordReplaySupported(Boolean value)
Sets the value of the recordReplaySupported property.
|
void |
setRevertToSnapshotSupported(boolean value)
Sets the value of the revertToSnapshotSupported property.
|
void |
setS1AcpiManagementSupported(boolean value)
Sets the value of the s1AcpiManagementSupported property.
|
void |
setSecureBootSupported(Boolean value)
Sets the value of the secureBootSupported property.
|
void |
setSeSparseDiskSupported(Boolean value)
Sets the value of the seSparseDiskSupported property.
|
void |
setSettingDisplayTopologySupported(Boolean value)
Sets the value of the settingDisplayTopologySupported property.
|
void |
setSettingScreenResolutionSupported(boolean value)
Sets the value of the settingScreenResolutionSupported property.
|
void |
setSettingVideoRamSizeSupported(boolean value)
Sets the value of the settingVideoRamSizeSupported property.
|
void |
setSnapshotConfigSupported(boolean value)
Sets the value of the snapshotConfigSupported property.
|
void |
setSnapshotOperationsSupported(boolean value)
Sets the value of the snapshotOperationsSupported property.
|
void |
setSwapPlacementSupported(boolean value)
Sets the value of the swapPlacementSupported property.
|
void |
setToolsAutoUpdateSupported(boolean value)
Sets the value of the toolsAutoUpdateSupported property.
|
void |
setToolsSyncTimeSupported(boolean value)
Sets the value of the toolsSyncTimeSupported property.
|
void |
setVirtualMmuUsageSupported(boolean value)
Sets the value of the virtualMmuUsageSupported property.
|
void |
setVmNpivWwnDisableSupported(Boolean value)
Sets the value of the vmNpivWwnDisableSupported property.
|
void |
setVmNpivWwnSupported(boolean value)
Sets the value of the vmNpivWwnSupported property.
|
void |
setVmNpivWwnUpdateSupported(Boolean value)
Sets the value of the vmNpivWwnUpdateSupported property.
|
void |
setVPMCSupported(Boolean value)
Sets the value of the vpmcSupported property.
|
protected boolean snapshotOperationsSupported
protected boolean multipleSnapshotsSupported
protected boolean snapshotConfigSupported
protected boolean poweredOffSnapshotsSupported
protected boolean memorySnapshotsSupported
protected boolean revertToSnapshotSupported
protected boolean quiescedSnapshotsSupported
protected boolean disableSnapshotsSupported
protected boolean lockSnapshotsSupported
protected boolean consolePreferencesSupported
protected boolean cpuFeatureMaskSupported
protected boolean s1AcpiManagementSupported
protected boolean settingScreenResolutionSupported
protected boolean toolsAutoUpdateSupported
protected boolean vmNpivWwnSupported
protected boolean npivWwnOnNonRdmVmSupported
protected Boolean vmNpivWwnDisableSupported
protected Boolean vmNpivWwnUpdateSupported
protected boolean swapPlacementSupported
protected boolean toolsSyncTimeSupported
protected boolean virtualMmuUsageSupported
protected boolean diskSharesSupported
protected boolean bootOptionsSupported
protected Boolean bootRetryOptionsSupported
protected boolean settingVideoRamSizeSupported
protected Boolean settingDisplayTopologySupported
protected Boolean recordReplaySupported
protected Boolean changeTrackingSupported
protected Boolean multipleCoresPerSocketSupported
protected Boolean hostBasedReplicationSupported
protected Boolean guestAutoLockSupported
protected Boolean memoryReservationLockSupported
protected Boolean featureRequirementSupported
protected Boolean poweredOnMonitorTypeChangeSupported
protected Boolean seSparseDiskSupported
protected Boolean nestedHVSupported
protected Boolean vpmcSupported
protected Boolean secureBootSupported
public boolean isSnapshotOperationsSupported()
public void setSnapshotOperationsSupported(boolean value)
public boolean isMultipleSnapshotsSupported()
public void setMultipleSnapshotsSupported(boolean value)
public boolean isSnapshotConfigSupported()
public void setSnapshotConfigSupported(boolean value)
public boolean isPoweredOffSnapshotsSupported()
public void setPoweredOffSnapshotsSupported(boolean value)
public boolean isMemorySnapshotsSupported()
public void setMemorySnapshotsSupported(boolean value)
public boolean isRevertToSnapshotSupported()
public void setRevertToSnapshotSupported(boolean value)
public boolean isQuiescedSnapshotsSupported()
public void setQuiescedSnapshotsSupported(boolean value)
public boolean isDisableSnapshotsSupported()
public void setDisableSnapshotsSupported(boolean value)
public boolean isLockSnapshotsSupported()
public void setLockSnapshotsSupported(boolean value)
public boolean isConsolePreferencesSupported()
public void setConsolePreferencesSupported(boolean value)
public boolean isCpuFeatureMaskSupported()
public void setCpuFeatureMaskSupported(boolean value)
public boolean isS1AcpiManagementSupported()
public void setS1AcpiManagementSupported(boolean value)
public boolean isSettingScreenResolutionSupported()
public void setSettingScreenResolutionSupported(boolean value)
public boolean isToolsAutoUpdateSupported()
public void setToolsAutoUpdateSupported(boolean value)
public boolean isVmNpivWwnSupported()
public void setVmNpivWwnSupported(boolean value)
public boolean isNpivWwnOnNonRdmVmSupported()
public void setNpivWwnOnNonRdmVmSupported(boolean value)
public Boolean isVmNpivWwnDisableSupported()
Booleanpublic void setVmNpivWwnDisableSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isVmNpivWwnUpdateSupported()
Booleanpublic void setVmNpivWwnUpdateSupported(Boolean value)
value - allowed object is
Booleanpublic boolean isSwapPlacementSupported()
public void setSwapPlacementSupported(boolean value)
public boolean isToolsSyncTimeSupported()
public void setToolsSyncTimeSupported(boolean value)
public boolean isVirtualMmuUsageSupported()
public void setVirtualMmuUsageSupported(boolean value)
public boolean isDiskSharesSupported()
public void setDiskSharesSupported(boolean value)
public boolean isBootOptionsSupported()
public void setBootOptionsSupported(boolean value)
public Boolean isBootRetryOptionsSupported()
Booleanpublic void setBootRetryOptionsSupported(Boolean value)
value - allowed object is
Booleanpublic boolean isSettingVideoRamSizeSupported()
public void setSettingVideoRamSizeSupported(boolean value)
public Boolean isSettingDisplayTopologySupported()
Booleanpublic void setSettingDisplayTopologySupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isRecordReplaySupported()
Booleanpublic void setRecordReplaySupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isChangeTrackingSupported()
Booleanpublic void setChangeTrackingSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isMultipleCoresPerSocketSupported()
Booleanpublic void setMultipleCoresPerSocketSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isHostBasedReplicationSupported()
Booleanpublic void setHostBasedReplicationSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isGuestAutoLockSupported()
Booleanpublic void setGuestAutoLockSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isMemoryReservationLockSupported()
Booleanpublic void setMemoryReservationLockSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isFeatureRequirementSupported()
Booleanpublic void setFeatureRequirementSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isPoweredOnMonitorTypeChangeSupported()
Booleanpublic void setPoweredOnMonitorTypeChangeSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isSeSparseDiskSupported()
Booleanpublic void setSeSparseDiskSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isNestedHVSupported()
Booleanpublic void setNestedHVSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isVPMCSupported()
Booleanpublic void setVPMCSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isSecureBootSupported()
BooleanCopyright © 2018. All rights reserved.