public class DvsOperationBulkFaultFaultOnHost extends DynamicData
Java class for DvsOperationBulkFaultFaultOnHost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsOperationBulkFaultFaultOnHost">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected ManagedObjectReference |
host |
| Constructor and Description |
|---|
DvsOperationBulkFaultFaultOnHost() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
protected ManagedObjectReference host
protected LocalizedMethodFault fault
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.