public class Capability extends DynamicData
Java class for Capability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Capability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="provisioningSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="multiHostSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="userShellAccessSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="supportedEVCMode" type="{urn:vim25}EVCMode" maxOccurs="unbounded" minOccurs="0"/>
<element name="networkBackupAndRestoreSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
multiHostSupported |
protected Boolean |
networkBackupAndRestoreSupported |
protected boolean |
provisioningSupported |
protected List<EVCMode> |
supportedEVCMode |
protected boolean |
userShellAccessSupported |
| Constructor and Description |
|---|
Capability() |
| Modifier and Type | Method and Description |
|---|---|
List<EVCMode> |
getSupportedEVCMode()
Gets the value of the supportedEVCMode property.
|
boolean |
isMultiHostSupported()
Gets the value of the multiHostSupported property.
|
Boolean |
isNetworkBackupAndRestoreSupported()
Gets the value of the networkBackupAndRestoreSupported property.
|
boolean |
isProvisioningSupported()
Gets the value of the provisioningSupported property.
|
boolean |
isUserShellAccessSupported()
Gets the value of the userShellAccessSupported property.
|
void |
setMultiHostSupported(boolean value)
Sets the value of the multiHostSupported property.
|
void |
setNetworkBackupAndRestoreSupported(Boolean value)
Sets the value of the networkBackupAndRestoreSupported property.
|
void |
setProvisioningSupported(boolean value)
Sets the value of the provisioningSupported property.
|
void |
setUserShellAccessSupported(boolean value)
Sets the value of the userShellAccessSupported property.
|
protected boolean provisioningSupported
protected boolean multiHostSupported
protected boolean userShellAccessSupported
protected Boolean networkBackupAndRestoreSupported
public boolean isProvisioningSupported()
public void setProvisioningSupported(boolean value)
public boolean isMultiHostSupported()
public void setMultiHostSupported(boolean value)
public boolean isUserShellAccessSupported()
public void setUserShellAccessSupported(boolean value)
public List<EVCMode> getSupportedEVCMode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supportedEVCMode property.
For example, to add a new item, do as follows:
getSupportedEVCMode().add(newItem);
Objects of the following type(s) are allowed in the list
EVCMode
public Boolean isNetworkBackupAndRestoreSupported()
BooleanCopyright © 2018. All rights reserved.