public class HostAutoStartManagerConfig extends DynamicData
Java class for HostAutoStartManagerConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostAutoStartManagerConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="defaults" type="{urn:vim25}AutoStartDefaults" minOccurs="0"/>
<element name="powerInfo" type="{urn:vim25}AutoStartPowerInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AutoStartDefaults |
defaults |
protected List<AutoStartPowerInfo> |
powerInfo |
| Constructor and Description |
|---|
HostAutoStartManagerConfig() |
| Modifier and Type | Method and Description |
|---|---|
AutoStartDefaults |
getDefaults()
Gets the value of the defaults property.
|
List<AutoStartPowerInfo> |
getPowerInfo()
Gets the value of the powerInfo property.
|
void |
setDefaults(AutoStartDefaults value)
Sets the value of the defaults property.
|
protected AutoStartDefaults defaults
protected List<AutoStartPowerInfo> powerInfo
public AutoStartDefaults getDefaults()
AutoStartDefaultspublic void setDefaults(AutoStartDefaults value)
value - allowed object is
AutoStartDefaultspublic List<AutoStartPowerInfo> getPowerInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the powerInfo property.
For example, to add a new item, do as follows:
getPowerInfo().add(newItem);
Objects of the following type(s) are allowed in the list
AutoStartPowerInfo
Copyright © 2018. All rights reserved.