public class FaultToleranceSecondaryOpResult extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
powerOnAttempted |
ClusterPowerOnVmResult |
powerOnResult |
ManagedObjectReference |
vm |
dynamicProperty, dynamicType| Constructor and Description |
|---|
FaultToleranceSecondaryOpResult() |
| Modifier and Type | Method and Description |
|---|---|
ClusterPowerOnVmResult |
getPowerOnResult() |
ManagedObjectReference |
getVm() |
boolean |
isPowerOnAttempted() |
void |
setPowerOnAttempted(boolean powerOnAttempted) |
void |
setPowerOnResult(ClusterPowerOnVmResult powerOnResult) |
void |
setVm(ManagedObjectReference vm) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference vm
public boolean powerOnAttempted
public ClusterPowerOnVmResult powerOnResult
public ManagedObjectReference getVm()
public boolean isPowerOnAttempted()
public ClusterPowerOnVmResult getPowerOnResult()
public void setVm(ManagedObjectReference vm)
public void setPowerOnAttempted(boolean powerOnAttempted)
public void setPowerOnResult(ClusterPowerOnVmResult powerOnResult)
Copyright © 2011-2012. All Rights Reserved.