public class FaultToleranceSecondaryConfigInfo extends FaultToleranceConfigInfo
Java class for FaultToleranceSecondaryConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultToleranceSecondaryConfigInfo">
<complexContent>
<extension base="{urn:vim25}FaultToleranceConfigInfo">
<sequence>
<element name="primaryVM" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
primaryVM |
configPaths, instanceUuids, orphaned, role| Constructor and Description |
|---|
FaultToleranceSecondaryConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getPrimaryVM()
Gets the value of the primaryVM property.
|
void |
setPrimaryVM(ManagedObjectReference value)
Sets the value of the primaryVM property.
|
getConfigPaths, getInstanceUuids, getRole, isOrphaned, setOrphaned, setRoleprotected ManagedObjectReference primaryVM
public ManagedObjectReference getPrimaryVM()
ManagedObjectReferencepublic void setPrimaryVM(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.