public class UpdateIpConfigRequestType extends Object
Java class for UpdateIpConfigRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateIpConfigRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="ipConfig" type="{urn:vim25}HostIpConfig"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected HostIpConfig |
ipConfig |
| Constructor and Description |
|---|
UpdateIpConfigRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostIpConfig |
getIpConfig()
Gets the value of the ipConfig property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setIpConfig(HostIpConfig value)
Sets the value of the ipConfig property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected HostIpConfig ipConfig
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostIpConfig getIpConfig()
HostIpConfigpublic void setIpConfig(HostIpConfig value)
value - allowed object is
HostIpConfigCopyright © 2018. All rights reserved.