public class HostCacheConfigurationSpec extends DynamicData
Java class for HostCacheConfigurationSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCacheConfigurationSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="datastore" type="{urn:vim25}ManagedObjectReference"/>
<element name="swapSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
datastore |
protected long |
swapSize |
| Constructor and Description |
|---|
HostCacheConfigurationSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore property.
|
long |
getSwapSize()
Gets the value of the swapSize property.
|
void |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
void |
setSwapSize(long value)
Sets the value of the swapSize property.
|
protected ManagedObjectReference datastore
protected long swapSize
public ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic long getSwapSize()
public void setSwapSize(long value)
Copyright © 2018. All rights reserved.