public class ReplicationDiskConfigFault extends ReplicationConfigFault
Java class for ReplicationDiskConfigFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplicationDiskConfigFault">
<complexContent>
<extension base="{urn:vim25}ReplicationConfigFault">
<sequence>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmRef" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
key |
protected String |
reason |
protected ManagedObjectReference |
vmRef |
faultCause, faultMessage| Constructor and Description |
|---|
ReplicationDiskConfigFault() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getKey()
Gets the value of the key property.
|
String |
getReason()
Gets the value of the reason property.
|
ManagedObjectReference |
getVmRef()
Gets the value of the vmRef property.
|
void |
setKey(Integer value)
Sets the value of the key property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setVmRef(ManagedObjectReference value)
Sets the value of the vmRef property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String reason
protected ManagedObjectReference vmRef
protected Integer key
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic ManagedObjectReference getVmRef()
ManagedObjectReferencepublic void setVmRef(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Integer getKey()
IntegerCopyright © 2018. All rights reserved.