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