public class AlarmDescription extends DynamicData
Java class for AlarmDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="expr" type="{urn:vim25}TypeDescription" maxOccurs="unbounded"/>
<element name="stateOperator" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="metricOperator" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="hostSystemConnectionState" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="virtualMachinePowerState" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="datastoreConnectionState" type="{urn:vim25}ElementDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="hostSystemPowerState" type="{urn:vim25}ElementDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="virtualMachineGuestHeartbeatStatus" type="{urn:vim25}ElementDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="entityStatus" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="action" type="{urn:vim25}TypeDescription" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TypeDescription> |
action |
protected List<ElementDescription> |
datastoreConnectionState |
protected List<ElementDescription> |
entityStatus |
protected List<TypeDescription> |
expr |
protected List<ElementDescription> |
hostSystemConnectionState |
protected List<ElementDescription> |
hostSystemPowerState |
protected List<ElementDescription> |
metricOperator |
protected List<ElementDescription> |
stateOperator |
protected List<ElementDescription> |
virtualMachineGuestHeartbeatStatus |
protected List<ElementDescription> |
virtualMachinePowerState |
| Constructor and Description |
|---|
AlarmDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDescription> |
getAction()
Gets the value of the action property.
|
List<ElementDescription> |
getDatastoreConnectionState()
Gets the value of the datastoreConnectionState property.
|
List<ElementDescription> |
getEntityStatus()
Gets the value of the entityStatus property.
|
List<TypeDescription> |
getExpr()
Gets the value of the expr property.
|
List<ElementDescription> |
getHostSystemConnectionState()
Gets the value of the hostSystemConnectionState property.
|
List<ElementDescription> |
getHostSystemPowerState()
Gets the value of the hostSystemPowerState property.
|
List<ElementDescription> |
getMetricOperator()
Gets the value of the metricOperator property.
|
List<ElementDescription> |
getStateOperator()
Gets the value of the stateOperator property.
|
List<ElementDescription> |
getVirtualMachineGuestHeartbeatStatus()
Gets the value of the virtualMachineGuestHeartbeatStatus property.
|
List<ElementDescription> |
getVirtualMachinePowerState()
Gets the value of the virtualMachinePowerState property.
|
protected List<TypeDescription> expr
protected List<ElementDescription> stateOperator
protected List<ElementDescription> metricOperator
protected List<ElementDescription> hostSystemConnectionState
protected List<ElementDescription> virtualMachinePowerState
protected List<ElementDescription> datastoreConnectionState
protected List<ElementDescription> hostSystemPowerState
protected List<ElementDescription> virtualMachineGuestHeartbeatStatus
protected List<ElementDescription> entityStatus
protected List<TypeDescription> action
public List<TypeDescription> getExpr()
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 expr property.
For example, to add a new item, do as follows:
getExpr().add(newItem);
Objects of the following type(s) are allowed in the list
TypeDescription
public List<ElementDescription> getStateOperator()
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 stateOperator property.
For example, to add a new item, do as follows:
getStateOperator().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getMetricOperator()
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 metricOperator property.
For example, to add a new item, do as follows:
getMetricOperator().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getHostSystemConnectionState()
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 hostSystemConnectionState property.
For example, to add a new item, do as follows:
getHostSystemConnectionState().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getVirtualMachinePowerState()
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 virtualMachinePowerState property.
For example, to add a new item, do as follows:
getVirtualMachinePowerState().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getDatastoreConnectionState()
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 datastoreConnectionState property.
For example, to add a new item, do as follows:
getDatastoreConnectionState().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getHostSystemPowerState()
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 hostSystemPowerState property.
For example, to add a new item, do as follows:
getHostSystemPowerState().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getVirtualMachineGuestHeartbeatStatus()
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 virtualMachineGuestHeartbeatStatus property.
For example, to add a new item, do as follows:
getVirtualMachineGuestHeartbeatStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getEntityStatus()
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 entityStatus property.
For example, to add a new item, do as follows:
getEntityStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<TypeDescription> getAction()
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 action property.
For example, to add a new item, do as follows:
getAction().add(newItem);
Objects of the following type(s) are allowed in the list
TypeDescription
Copyright © 2018. All rights reserved.