public class HostLowLevelProvisioningManagerVmRecoveryInfo extends DynamicData
Java class for HostLowLevelProvisioningManagerVmRecoveryInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLowLevelProvisioningManagerVmRecoveryInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="biosUUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="instanceUUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ftInfo" type="{urn:vim25}FaultToleranceConfigInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
biosUUID |
protected FaultToleranceConfigInfo |
ftInfo |
protected String |
instanceUUID |
protected String |
version |
| Constructor and Description |
|---|
HostLowLevelProvisioningManagerVmRecoveryInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBiosUUID()
Gets the value of the biosUUID property.
|
FaultToleranceConfigInfo |
getFtInfo()
Gets the value of the ftInfo property.
|
String |
getInstanceUUID()
Gets the value of the instanceUUID property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBiosUUID(String value)
Sets the value of the biosUUID property.
|
void |
setFtInfo(FaultToleranceConfigInfo value)
Sets the value of the ftInfo property.
|
void |
setInstanceUUID(String value)
Sets the value of the instanceUUID property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String biosUUID
protected String instanceUUID
protected FaultToleranceConfigInfo ftInfo
public HostLowLevelProvisioningManagerVmRecoveryInfo()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getBiosUUID()
Stringpublic void setBiosUUID(String value)
value - allowed object is
Stringpublic String getInstanceUUID()
Stringpublic void setInstanceUUID(String value)
value - allowed object is
Stringpublic FaultToleranceConfigInfo getFtInfo()
FaultToleranceConfigInfopublic void setFtInfo(FaultToleranceConfigInfo value)
value - allowed object is
FaultToleranceConfigInfoCopyright © 2018. All rights reserved.