public class HostOpaqueNetworkInfo extends DynamicData
Java class for HostOpaqueNetworkInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostOpaqueNetworkInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="opaqueNetworkId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="opaqueNetworkName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="opaqueNetworkType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pnicZone" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="capability" type="{urn:vim25}OpaqueNetworkCapability" minOccurs="0"/>
<element name="extraConfig" type="{urn:vim25}OptionValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OpaqueNetworkCapability |
capability |
protected List<OptionValue> |
extraConfig |
protected String |
opaqueNetworkId |
protected String |
opaqueNetworkName |
protected String |
opaqueNetworkType |
protected List<String> |
pnicZone |
| Constructor and Description |
|---|
HostOpaqueNetworkInfo() |
| Modifier and Type | Method and Description |
|---|---|
OpaqueNetworkCapability |
getCapability()
Gets the value of the capability property.
|
List<OptionValue> |
getExtraConfig()
Gets the value of the extraConfig property.
|
String |
getOpaqueNetworkId()
Gets the value of the opaqueNetworkId property.
|
String |
getOpaqueNetworkName()
Gets the value of the opaqueNetworkName property.
|
String |
getOpaqueNetworkType()
Gets the value of the opaqueNetworkType property.
|
List<String> |
getPnicZone()
Gets the value of the pnicZone property.
|
void |
setCapability(OpaqueNetworkCapability value)
Sets the value of the capability property.
|
void |
setOpaqueNetworkId(String value)
Sets the value of the opaqueNetworkId property.
|
void |
setOpaqueNetworkName(String value)
Sets the value of the opaqueNetworkName property.
|
void |
setOpaqueNetworkType(String value)
Sets the value of the opaqueNetworkType property.
|
protected String opaqueNetworkId
protected String opaqueNetworkName
protected String opaqueNetworkType
protected OpaqueNetworkCapability capability
protected List<OptionValue> extraConfig
public String getOpaqueNetworkId()
Stringpublic void setOpaqueNetworkId(String value)
value - allowed object is
Stringpublic String getOpaqueNetworkName()
Stringpublic void setOpaqueNetworkName(String value)
value - allowed object is
Stringpublic String getOpaqueNetworkType()
Stringpublic void setOpaqueNetworkType(String value)
value - allowed object is
Stringpublic List<String> getPnicZone()
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 pnicZone property.
For example, to add a new item, do as follows:
getPnicZone().add(newItem);
Objects of the following type(s) are allowed in the list
String
public OpaqueNetworkCapability getCapability()
OpaqueNetworkCapabilitypublic void setCapability(OpaqueNetworkCapability value)
value - allowed object is
OpaqueNetworkCapabilitypublic List<OptionValue> getExtraConfig()
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 extraConfig property.
For example, to add a new item, do as follows:
getExtraConfig().add(newItem);
Objects of the following type(s) are allowed in the list
OptionValue
Copyright © 2018. All rights reserved.