public class HostRuntimeInfoNetStackInstanceRuntimeInfo extends DynamicData
Java class for HostRuntimeInfoNetStackInstanceRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostRuntimeInfoNetStackInstanceRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="netStackInstanceKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmknicKeys" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="maxNumberOfConnections" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="currentIpV6Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
currentIpV6Enabled |
protected Integer |
maxNumberOfConnections |
protected String |
netStackInstanceKey |
protected String |
state |
protected List<String> |
vmknicKeys |
| Constructor and Description |
|---|
HostRuntimeInfoNetStackInstanceRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxNumberOfConnections()
Gets the value of the maxNumberOfConnections property.
|
String |
getNetStackInstanceKey()
Gets the value of the netStackInstanceKey property.
|
String |
getState()
Gets the value of the state property.
|
List<String> |
getVmknicKeys()
Gets the value of the vmknicKeys property.
|
Boolean |
isCurrentIpV6Enabled()
Gets the value of the currentIpV6Enabled property.
|
void |
setCurrentIpV6Enabled(Boolean value)
Sets the value of the currentIpV6Enabled property.
|
void |
setMaxNumberOfConnections(Integer value)
Sets the value of the maxNumberOfConnections property.
|
void |
setNetStackInstanceKey(String value)
Sets the value of the netStackInstanceKey property.
|
void |
setState(String value)
Sets the value of the state property.
|
protected String netStackInstanceKey
protected String state
protected Integer maxNumberOfConnections
protected Boolean currentIpV6Enabled
public HostRuntimeInfoNetStackInstanceRuntimeInfo()
public String getNetStackInstanceKey()
Stringpublic void setNetStackInstanceKey(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic List<String> getVmknicKeys()
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 vmknicKeys property.
For example, to add a new item, do as follows:
getVmknicKeys().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Integer getMaxNumberOfConnections()
Integerpublic void setMaxNumberOfConnections(Integer value)
value - allowed object is
Integerpublic Boolean isCurrentIpV6Enabled()
BooleanCopyright © 2018. All rights reserved.