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