public class BindVnicRequestType extends Object
Java class for BindVnicRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BindVnicRequestType">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
iScsiHbaName |
protected String |
vnicDevice |
| Constructor and Description |
|---|
BindVnicRequestType() |
| 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.
|
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
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()
StringCopyright © 2018. All rights reserved.