public class DatastoreVVolContainerFailoverPair extends DynamicData
Java class for DatastoreVVolContainerFailoverPair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatastoreVVolContainerFailoverPair">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="srcContainer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tgtContainer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vvolMapping" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
srcContainer |
protected String |
tgtContainer |
protected List<KeyValue> |
vvolMapping |
| Constructor and Description |
|---|
DatastoreVVolContainerFailoverPair() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSrcContainer()
Gets the value of the srcContainer property.
|
String |
getTgtContainer()
Gets the value of the tgtContainer property.
|
List<KeyValue> |
getVvolMapping()
Gets the value of the vvolMapping property.
|
void |
setSrcContainer(String value)
Sets the value of the srcContainer property.
|
void |
setTgtContainer(String value)
Sets the value of the tgtContainer property.
|
public String getSrcContainer()
Stringpublic void setSrcContainer(String value)
value - allowed object is
Stringpublic String getTgtContainer()
Stringpublic void setTgtContainer(String value)
value - allowed object is
Stringpublic List<KeyValue> getVvolMapping()
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 vvolMapping property.
For example, to add a new item, do as follows:
getVvolMapping().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
Copyright © 2018. All rights reserved.