public class HostCacheConfigurationInfo extends DynamicData
Java class for HostCacheConfigurationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCacheConfigurationInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" 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 |
key |
protected long |
swapSize |
| Constructor and Description |
|---|
HostCacheConfigurationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
long |
getSwapSize()
Gets the value of the swapSize property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
void |
setSwapSize(long value)
Sets the value of the swapSize property.
|
protected ManagedObjectReference key
protected long swapSize
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic long getSwapSize()
public void setSwapSize(long value)
Copyright © 2018. All rights reserved.