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