public class HostListSummary extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
HostConfigSummary |
config |
String |
currentEVCModeKey |
CustomFieldValue[] |
customValue |
HostHardwareSummary |
hardware |
ManagedObjectReference |
host |
String |
managementServerIp |
String |
maxEVCModeKey |
ManagedEntityStatus |
overallStatus |
HostListSummaryQuickStats |
quickStats |
boolean |
rebootRequired |
HostRuntimeInfo |
runtime |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostListSummary() |
| Modifier and Type | Method and Description |
|---|---|
HostConfigSummary |
getConfig() |
String |
getCurrentEVCModeKey() |
CustomFieldValue[] |
getCustomValue() |
HostHardwareSummary |
getHardware() |
ManagedObjectReference |
getHost() |
String |
getManagementServerIp() |
String |
getMaxEVCModeKey() |
ManagedEntityStatus |
getOverallStatus() |
HostListSummaryQuickStats |
getQuickStats() |
HostRuntimeInfo |
getRuntime() |
boolean |
isRebootRequired() |
void |
setConfig(HostConfigSummary config) |
void |
setCurrentEVCModeKey(String currentEVCModeKey) |
void |
setCustomValue(CustomFieldValue[] customValue) |
void |
setHardware(HostHardwareSummary hardware) |
void |
setHost(ManagedObjectReference host) |
void |
setManagementServerIp(String managementServerIp) |
void |
setMaxEVCModeKey(String maxEVCModeKey) |
void |
setOverallStatus(ManagedEntityStatus overallStatus) |
void |
setQuickStats(HostListSummaryQuickStats quickStats) |
void |
setRebootRequired(boolean rebootRequired) |
void |
setRuntime(HostRuntimeInfo runtime) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference host
public HostHardwareSummary hardware
public HostRuntimeInfo runtime
public HostConfigSummary config
public HostListSummaryQuickStats quickStats
public ManagedEntityStatus overallStatus
public boolean rebootRequired
public CustomFieldValue[] customValue
public String managementServerIp
public String maxEVCModeKey
public String currentEVCModeKey
public ManagedObjectReference getHost()
public HostHardwareSummary getHardware()
public HostRuntimeInfo getRuntime()
public HostConfigSummary getConfig()
public HostListSummaryQuickStats getQuickStats()
public ManagedEntityStatus getOverallStatus()
public boolean isRebootRequired()
public CustomFieldValue[] getCustomValue()
public String getManagementServerIp()
public String getMaxEVCModeKey()
public String getCurrentEVCModeKey()
public void setHost(ManagedObjectReference host)
public void setHardware(HostHardwareSummary hardware)
public void setRuntime(HostRuntimeInfo runtime)
public void setConfig(HostConfigSummary config)
public void setQuickStats(HostListSummaryQuickStats quickStats)
public void setOverallStatus(ManagedEntityStatus overallStatus)
public void setRebootRequired(boolean rebootRequired)
public void setCustomValue(CustomFieldValue[] customValue)
public void setManagementServerIp(String managementServerIp)
public void setMaxEVCModeKey(String maxEVCModeKey)
public void setCurrentEVCModeKey(String currentEVCModeKey)
Copyright © 2011-2012. All Rights Reserved.