public class HostOpaqueSwitch extends DynamicData
Java class for HostOpaqueSwitch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostOpaqueSwitch">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pnic" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="pnicZone" type="{urn:vim25}HostOpaqueSwitchPhysicalNicZone" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vtep" type="{urn:vim25}HostVirtualNic" maxOccurs="unbounded" minOccurs="0"/>
<element name="extraConfig" type="{urn:vim25}OptionValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OptionValue> |
extraConfig |
protected String |
key |
protected String |
name |
protected List<String> |
pnic |
protected List<HostOpaqueSwitchPhysicalNicZone> |
pnicZone |
protected String |
status |
protected List<HostVirtualNic> |
vtep |
| Constructor and Description |
|---|
HostOpaqueSwitch() |
| Modifier and Type | Method and Description |
|---|---|
List<OptionValue> |
getExtraConfig()
Gets the value of the extraConfig property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
List<String> |
getPnic()
Gets the value of the pnic property.
|
List<HostOpaqueSwitchPhysicalNicZone> |
getPnicZone()
Gets the value of the pnicZone property.
|
String |
getStatus()
Gets the value of the status property.
|
List<HostVirtualNic> |
getVtep()
Gets the value of the vtep property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String key
protected String name
protected List<HostOpaqueSwitchPhysicalNicZone> pnicZone
protected String status
protected List<HostVirtualNic> vtep
protected List<OptionValue> extraConfig
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<String> getPnic()
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 pnic property.
For example, to add a new item, do as follows:
getPnic().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<HostOpaqueSwitchPhysicalNicZone> 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
HostOpaqueSwitchPhysicalNicZone
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic List<HostVirtualNic> getVtep()
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 vtep property.
For example, to add a new item, do as follows:
getVtep().add(newItem);
Objects of the following type(s) are allowed in the list
HostVirtualNic
public 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.