public class VsanUpgradeSystemNetworkPartitionIssue extends VsanUpgradeSystemPreflightCheckIssue
Java class for VsanUpgradeSystemNetworkPartitionIssue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanUpgradeSystemNetworkPartitionIssue">
<complexContent>
<extension base="{urn:vim25}VsanUpgradeSystemPreflightCheckIssue">
<sequence>
<element name="partitions" type="{urn:vim25}VsanUpgradeSystemNetworkPartitionInfo" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<VsanUpgradeSystemNetworkPartitionInfo> |
partitions |
msg| Constructor and Description |
|---|
VsanUpgradeSystemNetworkPartitionIssue() |
| Modifier and Type | Method and Description |
|---|---|
List<VsanUpgradeSystemNetworkPartitionInfo> |
getPartitions()
Gets the value of the partitions property.
|
getMsg, setMsgprotected List<VsanUpgradeSystemNetworkPartitionInfo> partitions
public VsanUpgradeSystemNetworkPartitionIssue()
public List<VsanUpgradeSystemNetworkPartitionInfo> getPartitions()
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 partitions property.
For example, to add a new item, do as follows:
getPartitions().add(newItem);
Objects of the following type(s) are allowed in the list
VsanUpgradeSystemNetworkPartitionInfo
Copyright © 2018. All rights reserved.