public class ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo extends DynamicData
Java class for ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="storageAPDSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="storagePDLSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
storageAPDSupported |
protected boolean |
storagePDLSupported |
| Constructor and Description |
|---|
ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStorageAPDSupported()
Gets the value of the storageAPDSupported property.
|
boolean |
isStoragePDLSupported()
Gets the value of the storagePDLSupported property.
|
void |
setStorageAPDSupported(boolean value)
Sets the value of the storageAPDSupported property.
|
void |
setStoragePDLSupported(boolean value)
Sets the value of the storagePDLSupported property.
|
protected boolean storageAPDSupported
protected boolean storagePDLSupported
public ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo()
public boolean isStorageAPDSupported()
public void setStorageAPDSupported(boolean value)
public boolean isStoragePDLSupported()
public void setStoragePDLSupported(boolean value)
Copyright © 2018. All rights reserved.