public class NotSupportedDeviceForFT extends VmFaultToleranceIssue
Java class for NotSupportedDeviceForFT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotSupportedDeviceForFT">
<complexContent>
<extension base="{urn:vim25}VmFaultToleranceIssue">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="vmName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deviceLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceLabel |
protected String |
deviceType |
protected ManagedObjectReference |
host |
protected String |
hostName |
protected ManagedObjectReference |
vm |
protected String |
vmName |
faultCause, faultMessage| Constructor and Description |
|---|
NotSupportedDeviceForFT() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceLabel()
Gets the value of the deviceLabel property.
|
String |
getDeviceType()
Gets the value of the deviceType property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getHostName()
Gets the value of the hostName property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
String |
getVmName()
Gets the value of the vmName property.
|
void |
setDeviceLabel(String value)
Sets the value of the deviceLabel property.
|
void |
setDeviceType(String value)
Sets the value of the deviceType property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
void |
setVmName(String value)
Sets the value of the vmName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference host
protected String hostName
protected ManagedObjectReference vm
protected String vmName
protected String deviceType
protected String deviceLabel
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVmName()
Stringpublic void setVmName(String value)
value - allowed object is
Stringpublic String getDeviceType()
Stringpublic void setDeviceType(String value)
value - allowed object is
Stringpublic String getDeviceLabel()
StringCopyright © 2018. All rights reserved.