public class UpdateNetworkConfigRequestType extends Object
Java class for UpdateNetworkConfigRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateNetworkConfigRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="config" type="{urn:vim25}HostNetworkConfig"/>
<element name="changeMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
changeMode |
protected HostNetworkConfig |
config |
| Constructor and Description |
|---|
UpdateNetworkConfigRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeMode()
Gets the value of the changeMode property.
|
HostNetworkConfig |
getConfig()
Gets the value of the config property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setChangeMode(String value)
Sets the value of the changeMode property.
|
void |
setConfig(HostNetworkConfig value)
Sets the value of the config property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected HostNetworkConfig config
protected String changeMode
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostNetworkConfig getConfig()
HostNetworkConfigpublic void setConfig(HostNetworkConfig value)
value - allowed object is
HostNetworkConfigpublic String getChangeMode()
StringCopyright © 2018. All rights reserved.