public class VersionCaps extends Version
Java class for VersionCaps complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionCaps">
<complexContent>
<extension base="{}Version">
<sequence>
<element name="current" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="features" type="{}Features" minOccurs="0"/>
<element name="cpus" type="{}CPUs" minOccurs="0"/>
<element ref="{}power_managers" minOccurs="0"/>
<element ref="{}fence_types" minOccurs="0"/>
<element ref="{}storage_types" minOccurs="0"/>
<element ref="{}storage_domain_types" minOccurs="0"/>
<element ref="{}vm_types" minOccurs="0"/>
<element ref="{}boot_devices" minOccurs="0"/>
<element ref="{}display_types" minOccurs="0"/>
<element ref="{}nic_interfaces" minOccurs="0"/>
<element ref="{}disk_types" minOccurs="0"/>
<element ref="{}os_types" minOccurs="0"/>
<element ref="{}disk_formats" minOccurs="0"/>
<element ref="{}disk_interfaces" minOccurs="0"/>
<element ref="{}vm_affinities" minOccurs="0"/>
<element name="custom_properties" type="{}CustomProperties" minOccurs="0"/>
<element ref="{}boot_protocols" minOccurs="0"/>
<element ref="{}error_handling" minOccurs="0"/>
<element ref="{}storage_formats" minOccurs="0"/>
<element ref="{}creation_states" minOccurs="0"/>
<element ref="{}power_management_states" minOccurs="0"/>
<element ref="{}host_states" minOccurs="0"/>
<element ref="{}host_non_operational_details" minOccurs="0"/>
<element ref="{}network_states" minOccurs="0"/>
<element ref="{}storage_domain_states" minOccurs="0"/>
<element ref="{}template_states" minOccurs="0"/>
<element ref="{}vm_states" minOccurs="0"/>
<element ref="{}vm_pause_details" minOccurs="0"/>
<element ref="{}disk_states" minOccurs="0"/>
<element ref="{}host_nic_states" minOccurs="0"/>
<element ref="{}data_center_states" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VersionCaps() |
| Modifier and Type | Method and Description |
|---|---|
BootDevices |
getBootDevices()
Gets the value of the bootDevices property.
|
BootProtocols |
getBootProtocols()
Gets the value of the bootProtocols property.
|
CPUs |
getCPUs()
Gets the value of the cpUs property.
|
CreationStates |
getCreationStates()
Gets the value of the creationStates property.
|
CustomProperties |
getCustomProperties()
Gets the value of the customProperties property.
|
DataCenterStates |
getDataCenterStates()
Gets the value of the dataCenterStates property.
|
DiskFormats |
getDiskFormats()
Gets the value of the diskFormats property.
|
DiskInterfaces |
getDiskInterfaces()
Gets the value of the diskInterfaces property.
|
DiskStates |
getDiskStates()
Gets the value of the diskStates property.
|
DiskTypes |
getDiskTypes()
Gets the value of the diskTypes property.
|
DisplayTypes |
getDisplayTypes()
Gets the value of the displayTypes property.
|
ErrorHandlingOptions |
getErrorHandling()
Gets the value of the errorHandling property.
|
Features |
getFeatures()
Gets the value of the features property.
|
FenceTypes |
getFenceTypes()
Gets the value of the fenceTypes property.
|
HostNICStates |
getHostNicStates()
Gets the value of the hostNicStates property.
|
HostNonOperationalDetails |
getHostNonOperationalDetails()
Gets the value of the hostNonOperationalDetails property.
|
HostStates |
getHostStates()
Gets the value of the hostStates property.
|
NetworkStates |
getNetworkStates()
Gets the value of the networkStates property.
|
NicInterfaces |
getNicInterfaces()
Gets the value of the nicInterfaces property.
|
OsTypes |
getOsTypes()
Gets the value of the osTypes property.
|
PowerManagementStates |
getPowerManagementStates()
Gets the value of the powerManagementStates property.
|
PowerManagers |
getPowerManagers()
Gets the value of the powerManagers property.
|
StorageDomainStates |
getStorageDomainStates()
Gets the value of the storageDomainStates property.
|
StorageDomainTypes |
getStorageDomainTypes()
Gets the value of the storageDomainTypes property.
|
StorageFormats |
getStorageFormats()
Gets the value of the storageFormats property.
|
StorageTypes |
getStorageTypes()
Gets the value of the storageTypes property.
|
TemplateStates |
getTemplateStates()
Gets the value of the templateStates property.
|
VmAffinities |
getVmAffinities()
Gets the value of the vmAffinities property.
|
VmPauseDetails |
getVmPauseDetails()
Gets the value of the vmPauseDetails property.
|
VmStates |
getVmStates()
Gets the value of the vmStates property.
|
VmTypes |
getVmTypes()
Gets the value of the vmTypes property.
|
Boolean |
isCurrent()
Gets the value of the current property.
|
boolean |
isSetBootDevices() |
boolean |
isSetBootProtocols() |
boolean |
isSetCPUs() |
boolean |
isSetCreationStates() |
boolean |
isSetCurrent() |
boolean |
isSetCustomProperties() |
boolean |
isSetDataCenterStates() |
boolean |
isSetDiskFormats() |
boolean |
isSetDiskInterfaces() |
boolean |
isSetDiskStates() |
boolean |
isSetDiskTypes() |
boolean |
isSetDisplayTypes() |
boolean |
isSetErrorHandling() |
boolean |
isSetFeatures() |
boolean |
isSetFenceTypes() |
boolean |
isSetHostNicStates() |
boolean |
isSetHostNonOperationalDetails() |
boolean |
isSetHostStates() |
boolean |
isSetNetworkStates() |
boolean |
isSetNicInterfaces() |
boolean |
isSetOsTypes() |
boolean |
isSetPowerManagementStates() |
boolean |
isSetPowerManagers() |
boolean |
isSetStorageDomainStates() |
boolean |
isSetStorageDomainTypes() |
boolean |
isSetStorageFormats() |
boolean |
isSetStorageTypes() |
boolean |
isSetTemplateStates() |
boolean |
isSetVmAffinities() |
boolean |
isSetVmPauseDetails() |
boolean |
isSetVmStates() |
boolean |
isSetVmTypes() |
void |
setBootDevices(BootDevices value)
Sets the value of the bootDevices property.
|
void |
setBootProtocols(BootProtocols value)
Sets the value of the bootProtocols property.
|
void |
setCPUs(CPUs value)
Sets the value of the cpUs property.
|
void |
setCreationStates(CreationStates value)
Sets the value of the creationStates property.
|
void |
setCurrent(Boolean value)
Sets the value of the current property.
|
void |
setCustomProperties(CustomProperties value)
Sets the value of the customProperties property.
|
void |
setDataCenterStates(DataCenterStates value)
Sets the value of the dataCenterStates property.
|
void |
setDiskFormats(DiskFormats value)
Sets the value of the diskFormats property.
|
void |
setDiskInterfaces(DiskInterfaces value)
Sets the value of the diskInterfaces property.
|
void |
setDiskStates(DiskStates value)
Sets the value of the diskStates property.
|
void |
setDiskTypes(DiskTypes value)
Sets the value of the diskTypes property.
|
void |
setDisplayTypes(DisplayTypes value)
Sets the value of the displayTypes property.
|
void |
setErrorHandling(ErrorHandlingOptions value)
Sets the value of the errorHandling property.
|
void |
setFeatures(Features value)
Sets the value of the features property.
|
void |
setFenceTypes(FenceTypes value)
Sets the value of the fenceTypes property.
|
void |
setHostNicStates(HostNICStates value)
Sets the value of the hostNicStates property.
|
void |
setHostNonOperationalDetails(HostNonOperationalDetails value)
Sets the value of the hostNonOperationalDetails property.
|
void |
setHostStates(HostStates value)
Sets the value of the hostStates property.
|
void |
setNetworkStates(NetworkStates value)
Sets the value of the networkStates property.
|
void |
setNicInterfaces(NicInterfaces value)
Sets the value of the nicInterfaces property.
|
void |
setOsTypes(OsTypes value)
Sets the value of the osTypes property.
|
void |
setPowerManagementStates(PowerManagementStates value)
Sets the value of the powerManagementStates property.
|
void |
setPowerManagers(PowerManagers value)
Sets the value of the powerManagers property.
|
void |
setStorageDomainStates(StorageDomainStates value)
Sets the value of the storageDomainStates property.
|
void |
setStorageDomainTypes(StorageDomainTypes value)
Sets the value of the storageDomainTypes property.
|
void |
setStorageFormats(StorageFormats value)
Sets the value of the storageFormats property.
|
void |
setStorageTypes(StorageTypes value)
Sets the value of the storageTypes property.
|
void |
setTemplateStates(TemplateStates value)
Sets the value of the templateStates property.
|
void |
setVmAffinities(VmAffinities value)
Sets the value of the vmAffinities property.
|
void |
setVmPauseDetails(VmPauseDetails value)
Sets the value of the vmPauseDetails property.
|
void |
setVmStates(VmStates value)
Sets the value of the vmStates property.
|
void |
setVmTypes(VmTypes value)
Sets the value of the vmTypes property.
|
getBuild, getFullVersion, getMajor, getMinor, getRevision, isSetBuild, isSetFullVersion, isSetMajor, isSetMinor, isSetRevision, setBuild, setFullVersion, setMajor, setMinor, setRevision, unsetBuild, unsetMajor, unsetMinor, unsetRevisionprotected Boolean current
protected Features features
protected CPUs cpUs
protected PowerManagers powerManagers
protected FenceTypes fenceTypes
protected StorageTypes storageTypes
protected StorageDomainTypes storageDomainTypes
protected VmTypes vmTypes
protected BootDevices bootDevices
protected DisplayTypes displayTypes
protected NicInterfaces nicInterfaces
protected DiskTypes diskTypes
protected OsTypes osTypes
protected DiskFormats diskFormats
protected DiskInterfaces diskInterfaces
protected VmAffinities vmAffinities
protected CustomProperties customProperties
protected BootProtocols bootProtocols
protected ErrorHandlingOptions errorHandling
protected StorageFormats storageFormats
protected CreationStates creationStates
protected PowerManagementStates powerManagementStates
protected HostStates hostStates
protected HostNonOperationalDetails hostNonOperationalDetails
protected NetworkStates networkStates
protected StorageDomainStates storageDomainStates
protected TemplateStates templateStates
protected VmStates vmStates
protected VmPauseDetails vmPauseDetails
protected DiskStates diskStates
protected HostNICStates hostNicStates
protected DataCenterStates dataCenterStates
public Boolean isCurrent()
Booleanpublic void setCurrent(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCurrent()
public Features getFeatures()
Featurespublic void setFeatures(Features value)
value - allowed object is
Featurespublic boolean isSetFeatures()
public void setCPUs(CPUs value)
value - allowed object is
CPUspublic boolean isSetCPUs()
public PowerManagers getPowerManagers()
PowerManagerspublic void setPowerManagers(PowerManagers value)
value - allowed object is
PowerManagerspublic boolean isSetPowerManagers()
public FenceTypes getFenceTypes()
FenceTypespublic void setFenceTypes(FenceTypes value)
value - allowed object is
FenceTypespublic boolean isSetFenceTypes()
public StorageTypes getStorageTypes()
StorageTypespublic void setStorageTypes(StorageTypes value)
value - allowed object is
StorageTypespublic boolean isSetStorageTypes()
public StorageDomainTypes getStorageDomainTypes()
StorageDomainTypespublic void setStorageDomainTypes(StorageDomainTypes value)
value - allowed object is
StorageDomainTypespublic boolean isSetStorageDomainTypes()
public VmTypes getVmTypes()
VmTypespublic void setVmTypes(VmTypes value)
value - allowed object is
VmTypespublic boolean isSetVmTypes()
public BootDevices getBootDevices()
BootDevicespublic void setBootDevices(BootDevices value)
value - allowed object is
BootDevicespublic boolean isSetBootDevices()
public DisplayTypes getDisplayTypes()
DisplayTypespublic void setDisplayTypes(DisplayTypes value)
value - allowed object is
DisplayTypespublic boolean isSetDisplayTypes()
public NicInterfaces getNicInterfaces()
NicInterfacespublic void setNicInterfaces(NicInterfaces value)
value - allowed object is
NicInterfacespublic boolean isSetNicInterfaces()
public DiskTypes getDiskTypes()
DiskTypespublic void setDiskTypes(DiskTypes value)
value - allowed object is
DiskTypespublic boolean isSetDiskTypes()
public OsTypes getOsTypes()
OsTypespublic void setOsTypes(OsTypes value)
value - allowed object is
OsTypespublic boolean isSetOsTypes()
public DiskFormats getDiskFormats()
DiskFormatspublic void setDiskFormats(DiskFormats value)
value - allowed object is
DiskFormatspublic boolean isSetDiskFormats()
public DiskInterfaces getDiskInterfaces()
DiskInterfacespublic void setDiskInterfaces(DiskInterfaces value)
value - allowed object is
DiskInterfacespublic boolean isSetDiskInterfaces()
public VmAffinities getVmAffinities()
VmAffinitiespublic void setVmAffinities(VmAffinities value)
value - allowed object is
VmAffinitiespublic boolean isSetVmAffinities()
public CustomProperties getCustomProperties()
CustomPropertiespublic void setCustomProperties(CustomProperties value)
value - allowed object is
CustomPropertiespublic boolean isSetCustomProperties()
public BootProtocols getBootProtocols()
BootProtocolspublic void setBootProtocols(BootProtocols value)
value - allowed object is
BootProtocolspublic boolean isSetBootProtocols()
public ErrorHandlingOptions getErrorHandling()
ErrorHandlingOptionspublic void setErrorHandling(ErrorHandlingOptions value)
value - allowed object is
ErrorHandlingOptionspublic boolean isSetErrorHandling()
public StorageFormats getStorageFormats()
StorageFormatspublic void setStorageFormats(StorageFormats value)
value - allowed object is
StorageFormatspublic boolean isSetStorageFormats()
public CreationStates getCreationStates()
CreationStatespublic void setCreationStates(CreationStates value)
value - allowed object is
CreationStatespublic boolean isSetCreationStates()
public PowerManagementStates getPowerManagementStates()
PowerManagementStatespublic void setPowerManagementStates(PowerManagementStates value)
value - allowed object is
PowerManagementStatespublic boolean isSetPowerManagementStates()
public HostStates getHostStates()
HostStatespublic void setHostStates(HostStates value)
value - allowed object is
HostStatespublic boolean isSetHostStates()
public HostNonOperationalDetails getHostNonOperationalDetails()
HostNonOperationalDetailspublic void setHostNonOperationalDetails(HostNonOperationalDetails value)
value - allowed object is
HostNonOperationalDetailspublic boolean isSetHostNonOperationalDetails()
public NetworkStates getNetworkStates()
NetworkStatespublic void setNetworkStates(NetworkStates value)
value - allowed object is
NetworkStatespublic boolean isSetNetworkStates()
public StorageDomainStates getStorageDomainStates()
StorageDomainStatespublic void setStorageDomainStates(StorageDomainStates value)
value - allowed object is
StorageDomainStatespublic boolean isSetStorageDomainStates()
public TemplateStates getTemplateStates()
TemplateStatespublic void setTemplateStates(TemplateStates value)
value - allowed object is
TemplateStatespublic boolean isSetTemplateStates()
public VmStates getVmStates()
VmStatespublic void setVmStates(VmStates value)
value - allowed object is
VmStatespublic boolean isSetVmStates()
public VmPauseDetails getVmPauseDetails()
VmPauseDetailspublic void setVmPauseDetails(VmPauseDetails value)
value - allowed object is
VmPauseDetailspublic boolean isSetVmPauseDetails()
public DiskStates getDiskStates()
DiskStatespublic void setDiskStates(DiskStates value)
value - allowed object is
DiskStatespublic boolean isSetDiskStates()
public HostNICStates getHostNicStates()
HostNICStatespublic void setHostNicStates(HostNICStates value)
value - allowed object is
HostNICStatespublic boolean isSetHostNicStates()
public DataCenterStates getDataCenterStates()
DataCenterStatespublic void setDataCenterStates(DataCenterStates value)
value - allowed object is
DataCenterStatespublic boolean isSetDataCenterStates()
Copyright © 2012. All Rights Reserved.