public class SecondaryVmAlreadyRegistered extends VmFaultToleranceIssue
Java class for SecondaryVmAlreadyRegistered complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecondaryVmAlreadyRegistered">
<complexContent>
<extension base="{urn:vim25}VmFaultToleranceIssue">
<sequence>
<element name="instanceUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
instanceUuid |
faultCause, faultMessage| Constructor and Description |
|---|
SecondaryVmAlreadyRegistered() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceUuid()
Gets the value of the instanceUuid property.
|
void |
setInstanceUuid(String value)
Sets the value of the instanceUuid property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String instanceUuid
Copyright © 2018. All rights reserved.