public class QuiesceDatastoreIOForHAFailed extends ResourceInUse
Java class for QuiesceDatastoreIOForHAFailed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuiesceDatastoreIOForHAFailed">
<complexContent>
<extension base="{urn:vim25}ResourceInUse">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ds" type="{urn:vim25}ManagedObjectReference"/>
<element name="dsName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
ds |
protected String |
dsName |
protected ManagedObjectReference |
host |
protected String |
hostName |
name, typefaultCause, faultMessage| Constructor and Description |
|---|
QuiesceDatastoreIOForHAFailed() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDs()
Gets the value of the ds property.
|
String |
getDsName()
Gets the value of the dsName property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getHostName()
Gets the value of the hostName property.
|
void |
setDs(ManagedObjectReference value)
Sets the value of the ds property.
|
void |
setDsName(String value)
Sets the value of the dsName property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
getName, getType, setName, setTypegetFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference host
protected String hostName
protected ManagedObjectReference ds
protected String dsName
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 getDs()
ManagedObjectReferencepublic void setDs(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getDsName()
StringCopyright © 2018. All rights reserved.