public class ClusterDasVmConfigInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
ClusterDasVmSettings |
dasSettings |
ManagedObjectReference |
key |
Boolean |
powerOffOnIsolation |
DasVmPriority |
restartPriority |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ClusterDasVmConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasVmSettings |
getDasSettings() |
ManagedObjectReference |
getKey() |
Boolean |
getPowerOffOnIsolation() |
DasVmPriority |
getRestartPriority() |
void |
setDasSettings(ClusterDasVmSettings dasSettings) |
void |
setKey(ManagedObjectReference key) |
void |
setPowerOffOnIsolation(Boolean powerOffOnIsolation) |
void |
setRestartPriority(DasVmPriority restartPriority) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference key
public DasVmPriority restartPriority
public Boolean powerOffOnIsolation
public ClusterDasVmSettings dasSettings
public ManagedObjectReference getKey()
public DasVmPriority getRestartPriority()
public Boolean getPowerOffOnIsolation()
public ClusterDasVmSettings getDasSettings()
public void setKey(ManagedObjectReference key)
public void setRestartPriority(DasVmPriority restartPriority)
public void setPowerOffOnIsolation(Boolean powerOffOnIsolation)
public void setDasSettings(ClusterDasVmSettings dasSettings)
Copyright © 2011-2012. All Rights Reserved.