public class HostNetworkConfigNetStackSpec extends DynamicData
Java class for HostNetworkConfigNetStackSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNetworkConfigNetStackSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="netStackInstance" type="{urn:vim25}HostNetStackInstance"/>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostNetStackInstance |
netStackInstance |
protected String |
operation |
| Constructor and Description |
|---|
HostNetworkConfigNetStackSpec() |
| Modifier and Type | Method and Description |
|---|---|
HostNetStackInstance |
getNetStackInstance()
Gets the value of the netStackInstance property.
|
String |
getOperation()
Gets the value of the operation property.
|
void |
setNetStackInstance(HostNetStackInstance value)
Sets the value of the netStackInstance property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
protected HostNetStackInstance netStackInstance
protected String operation
public HostNetStackInstance getNetStackInstance()
HostNetStackInstancepublic void setNetStackInstance(HostNetStackInstance value)
value - allowed object is
HostNetStackInstancepublic String getOperation()
StringCopyright © 2018. All rights reserved.