public class VsanHostRuntimeInfo extends DynamicData
Java class for VsanHostRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="membershipList" type="{urn:vim25}VsanHostMembershipInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="diskIssues" type="{urn:vim25}VsanHostRuntimeInfoDiskIssue" maxOccurs="unbounded" minOccurs="0"/>
<element name="accessGenNo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
accessGenNo |
protected List<VsanHostRuntimeInfoDiskIssue> |
diskIssues |
protected List<VsanHostMembershipInfo> |
membershipList |
| Constructor and Description |
|---|
VsanHostRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAccessGenNo()
Gets the value of the accessGenNo property.
|
List<VsanHostRuntimeInfoDiskIssue> |
getDiskIssues()
Gets the value of the diskIssues property.
|
List<VsanHostMembershipInfo> |
getMembershipList()
Gets the value of the membershipList property.
|
void |
setAccessGenNo(Integer value)
Sets the value of the accessGenNo property.
|
protected List<VsanHostMembershipInfo> membershipList
protected List<VsanHostRuntimeInfoDiskIssue> diskIssues
protected Integer accessGenNo
public List<VsanHostMembershipInfo> getMembershipList()
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 membershipList property.
For example, to add a new item, do as follows:
getMembershipList().add(newItem);
Objects of the following type(s) are allowed in the list
VsanHostMembershipInfo
public List<VsanHostRuntimeInfoDiskIssue> getDiskIssues()
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 diskIssues property.
For example, to add a new item, do as follows:
getDiskIssues().add(newItem);
Objects of the following type(s) are allowed in the list
VsanHostRuntimeInfoDiskIssue
public Integer getAccessGenNo()
IntegerCopyright © 2018. All rights reserved.