public class HbrManagerVmReplicationCapability extends DynamicData
Java class for HbrManagerVmReplicationCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HbrManagerVmReplicationCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="supportedQuiesceMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="compressionSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="maxSupportedSourceDiskCapacity" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="minRpo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
compressionSupported |
protected LocalizedMethodFault |
fault |
protected long |
maxSupportedSourceDiskCapacity |
protected Long |
minRpo |
protected String |
supportedQuiesceMode |
protected ManagedObjectReference |
vm |
| Constructor and Description |
|---|
HbrManagerVmReplicationCapability() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
long |
getMaxSupportedSourceDiskCapacity()
Gets the value of the maxSupportedSourceDiskCapacity property.
|
Long |
getMinRpo()
Gets the value of the minRpo property.
|
String |
getSupportedQuiesceMode()
Gets the value of the supportedQuiesceMode property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
boolean |
isCompressionSupported()
Gets the value of the compressionSupported property.
|
void |
setCompressionSupported(boolean value)
Sets the value of the compressionSupported property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setMaxSupportedSourceDiskCapacity(long value)
Sets the value of the maxSupportedSourceDiskCapacity property.
|
void |
setMinRpo(Long value)
Sets the value of the minRpo property.
|
void |
setSupportedQuiesceMode(String value)
Sets the value of the supportedQuiesceMode property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
protected ManagedObjectReference vm
protected String supportedQuiesceMode
protected boolean compressionSupported
protected long maxSupportedSourceDiskCapacity
protected Long minRpo
protected LocalizedMethodFault fault
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getSupportedQuiesceMode()
Stringpublic void setSupportedQuiesceMode(String value)
value - allowed object is
Stringpublic boolean isCompressionSupported()
public void setCompressionSupported(boolean value)
public long getMaxSupportedSourceDiskCapacity()
public void setMaxSupportedSourceDiskCapacity(long value)
public Long getMinRpo()
Longpublic void setMinRpo(Long value)
value - allowed object is
Longpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.