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