public class HostNetStackInstance extends DynamicData
Java class for HostNetStackInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNetStackInstance">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dnsConfig" type="{urn:vim25}HostDnsConfig" minOccurs="0"/>
<element name="ipRouteConfig" type="{urn:vim25}HostIpRouteConfig" minOccurs="0"/>
<element name="requestedMaxNumberOfConnections" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="congestionControlAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipV6Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="routeTableConfig" type="{urn:vim25}HostIpRouteTableConfig" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
congestionControlAlgorithm |
protected HostDnsConfig |
dnsConfig |
protected HostIpRouteConfig |
ipRouteConfig |
protected Boolean |
ipV6Enabled |
protected String |
key |
protected String |
name |
protected Integer |
requestedMaxNumberOfConnections |
protected HostIpRouteTableConfig |
routeTableConfig |
| Constructor and Description |
|---|
HostNetStackInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCongestionControlAlgorithm()
Gets the value of the congestionControlAlgorithm property.
|
HostDnsConfig |
getDnsConfig()
Gets the value of the dnsConfig property.
|
HostIpRouteConfig |
getIpRouteConfig()
Gets the value of the ipRouteConfig property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getRequestedMaxNumberOfConnections()
Gets the value of the requestedMaxNumberOfConnections property.
|
HostIpRouteTableConfig |
getRouteTableConfig()
Gets the value of the routeTableConfig property.
|
Boolean |
isIpV6Enabled()
Gets the value of the ipV6Enabled property.
|
void |
setCongestionControlAlgorithm(String value)
Sets the value of the congestionControlAlgorithm property.
|
void |
setDnsConfig(HostDnsConfig value)
Sets the value of the dnsConfig property.
|
void |
setIpRouteConfig(HostIpRouteConfig value)
Sets the value of the ipRouteConfig property.
|
void |
setIpV6Enabled(Boolean value)
Sets the value of the ipV6Enabled property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequestedMaxNumberOfConnections(Integer value)
Sets the value of the requestedMaxNumberOfConnections property.
|
void |
setRouteTableConfig(HostIpRouteTableConfig value)
Sets the value of the routeTableConfig property.
|
protected String key
protected String name
protected HostDnsConfig dnsConfig
protected HostIpRouteConfig ipRouteConfig
protected Integer requestedMaxNumberOfConnections
protected String congestionControlAlgorithm
protected Boolean ipV6Enabled
protected HostIpRouteTableConfig routeTableConfig
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 HostDnsConfig getDnsConfig()
HostDnsConfigpublic void setDnsConfig(HostDnsConfig value)
value - allowed object is
HostDnsConfigpublic HostIpRouteConfig getIpRouteConfig()
HostIpRouteConfigpublic void setIpRouteConfig(HostIpRouteConfig value)
value - allowed object is
HostIpRouteConfigpublic Integer getRequestedMaxNumberOfConnections()
Integerpublic void setRequestedMaxNumberOfConnections(Integer value)
value - allowed object is
Integerpublic String getCongestionControlAlgorithm()
Stringpublic void setCongestionControlAlgorithm(String value)
value - allowed object is
Stringpublic Boolean isIpV6Enabled()
Booleanpublic void setIpV6Enabled(Boolean value)
value - allowed object is
Booleanpublic HostIpRouteTableConfig getRouteTableConfig()
HostIpRouteTableConfigpublic void setRouteTableConfig(HostIpRouteTableConfig value)
value - allowed object is
HostIpRouteTableConfigCopyright © 2018. All rights reserved.