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