public class IscsiDependencyEntity extends DynamicData
Java class for IscsiDependencyEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IscsiDependencyEntity">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="pnicDevice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vnicDevice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vmhbaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
pnicDevice |
protected String |
vmhbaName |
protected String |
vnicDevice |
| Constructor and Description |
|---|
IscsiDependencyEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPnicDevice()
Gets the value of the pnicDevice property.
|
String |
getVmhbaName()
Gets the value of the vmhbaName property.
|
String |
getVnicDevice()
Gets the value of the vnicDevice property.
|
void |
setPnicDevice(String value)
Sets the value of the pnicDevice property.
|
void |
setVmhbaName(String value)
Sets the value of the vmhbaName property.
|
void |
setVnicDevice(String value)
Sets the value of the vnicDevice property.
|
protected String pnicDevice
protected String vnicDevice
protected String vmhbaName
public String getPnicDevice()
Stringpublic void setPnicDevice(String value)
value - allowed object is
Stringpublic String getVnicDevice()
Stringpublic void setVnicDevice(String value)
value - allowed object is
Stringpublic String getVmhbaName()
StringCopyright © 2018. All rights reserved.