public class UpdateServiceConsoleVirtualNicRequestType extends Object
Java class for UpdateServiceConsoleVirtualNicRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateServiceConsoleVirtualNicRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nic" type="{urn:vim25}HostVirtualNicSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
device |
protected HostVirtualNicSpec |
nic |
| Constructor and Description |
|---|
UpdateServiceConsoleVirtualNicRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
HostVirtualNicSpec |
getNic()
Gets the value of the nic property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setNic(HostVirtualNicSpec value)
Sets the value of the nic property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String device
protected HostVirtualNicSpec nic
public UpdateServiceConsoleVirtualNicRequestType()
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic HostVirtualNicSpec getNic()
HostVirtualNicSpecpublic void setNic(HostVirtualNicSpec value)
value - allowed object is
HostVirtualNicSpecCopyright © 2018. All rights reserved.