public class UnbindVnicRequestType extends Object
Java class for UnbindVnicRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnbindVnicRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="iScsiHbaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vnicDevice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected boolean |
force |
protected String |
iScsiHbaName |
protected String |
vnicDevice |
| Constructor and Description |
|---|
UnbindVnicRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIScsiHbaName()
Gets the value of the iScsiHbaName property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getVnicDevice()
Gets the value of the vnicDevice property.
|
boolean |
isForce()
Gets the value of the force property.
|
void |
setForce(boolean value)
Sets the value of the force property.
|
void |
setIScsiHbaName(String value)
Sets the value of the iScsiHbaName property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVnicDevice(String value)
Sets the value of the vnicDevice property.
|
protected ManagedObjectReference _this
protected String iScsiHbaName
protected String vnicDevice
protected boolean force
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getIScsiHbaName()
Stringpublic void setIScsiHbaName(String value)
value - allowed object is
Stringpublic String getVnicDevice()
Stringpublic void setVnicDevice(String value)
value - allowed object is
Stringpublic boolean isForce()
public void setForce(boolean value)
Copyright © 2018. All rights reserved.