public class StorageVmotionIncompatible extends VirtualHardwareCompatibilityIssue
Java class for StorageVmotionIncompatible complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageVmotionIncompatible">
<complexContent>
<extension base="{urn:vim25}VirtualHardwareCompatibilityIssue">
<sequence>
<element name="datastore" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
datastore |
faultCause, faultMessage| Constructor and Description |
|---|
StorageVmotionIncompatible() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore property.
|
void |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference datastore
public ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.