public class IscsiPortInfo extends DynamicData
Java class for IscsiPortInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IscsiPortInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vnicDevice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vnic" type="{urn:vim25}HostVirtualNic" minOccurs="0"/>
<element name="pnicDevice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pnic" type="{urn:vim25}PhysicalNic" minOccurs="0"/>
<element name="switchName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="switchUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="portgroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="portgroupKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="portKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="opaqueNetworkId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="opaqueNetworkType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="opaqueNetworkName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="complianceStatus" type="{urn:vim25}IscsiStatus" minOccurs="0"/>
<element name="pathStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IscsiStatus |
complianceStatus |
protected String |
externalId |
protected String |
opaqueNetworkId |
protected String |
opaqueNetworkName |
protected String |
opaqueNetworkType |
protected String |
pathStatus |
protected PhysicalNic |
pnic |
protected String |
pnicDevice |
protected String |
portgroupKey |
protected String |
portgroupName |
protected String |
portKey |
protected String |
switchName |
protected String |
switchUuid |
protected HostVirtualNic |
vnic |
protected String |
vnicDevice |
| Constructor and Description |
|---|
IscsiPortInfo() |
| Modifier and Type | Method and Description |
|---|---|
IscsiStatus |
getComplianceStatus()
Gets the value of the complianceStatus property.
|
String |
getExternalId()
Gets the value of the externalId property.
|
String |
getOpaqueNetworkId()
Gets the value of the opaqueNetworkId property.
|
String |
getOpaqueNetworkName()
Gets the value of the opaqueNetworkName property.
|
String |
getOpaqueNetworkType()
Gets the value of the opaqueNetworkType property.
|
String |
getPathStatus()
Gets the value of the pathStatus property.
|
PhysicalNic |
getPnic()
Gets the value of the pnic property.
|
String |
getPnicDevice()
Gets the value of the pnicDevice property.
|
String |
getPortgroupKey()
Gets the value of the portgroupKey property.
|
String |
getPortgroupName()
Gets the value of the portgroupName property.
|
String |
getPortKey()
Gets the value of the portKey property.
|
String |
getSwitchName()
Gets the value of the switchName property.
|
String |
getSwitchUuid()
Gets the value of the switchUuid property.
|
HostVirtualNic |
getVnic()
Gets the value of the vnic property.
|
String |
getVnicDevice()
Gets the value of the vnicDevice property.
|
void |
setComplianceStatus(IscsiStatus value)
Sets the value of the complianceStatus property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setOpaqueNetworkId(String value)
Sets the value of the opaqueNetworkId property.
|
void |
setOpaqueNetworkName(String value)
Sets the value of the opaqueNetworkName property.
|
void |
setOpaqueNetworkType(String value)
Sets the value of the opaqueNetworkType property.
|
void |
setPathStatus(String value)
Sets the value of the pathStatus property.
|
void |
setPnic(PhysicalNic value)
Sets the value of the pnic property.
|
void |
setPnicDevice(String value)
Sets the value of the pnicDevice property.
|
void |
setPortgroupKey(String value)
Sets the value of the portgroupKey property.
|
void |
setPortgroupName(String value)
Sets the value of the portgroupName property.
|
void |
setPortKey(String value)
Sets the value of the portKey property.
|
void |
setSwitchName(String value)
Sets the value of the switchName property.
|
void |
setSwitchUuid(String value)
Sets the value of the switchUuid property.
|
void |
setVnic(HostVirtualNic value)
Sets the value of the vnic property.
|
void |
setVnicDevice(String value)
Sets the value of the vnicDevice property.
|
protected String vnicDevice
protected HostVirtualNic vnic
protected String pnicDevice
protected PhysicalNic pnic
protected String switchName
protected String switchUuid
protected String portgroupName
protected String portgroupKey
protected String portKey
protected String opaqueNetworkId
protected String opaqueNetworkType
protected String opaqueNetworkName
protected String externalId
protected IscsiStatus complianceStatus
protected String pathStatus
public String getVnicDevice()
Stringpublic void setVnicDevice(String value)
value - allowed object is
Stringpublic HostVirtualNic getVnic()
HostVirtualNicpublic void setVnic(HostVirtualNic value)
value - allowed object is
HostVirtualNicpublic String getPnicDevice()
Stringpublic void setPnicDevice(String value)
value - allowed object is
Stringpublic PhysicalNic getPnic()
PhysicalNicpublic void setPnic(PhysicalNic value)
value - allowed object is
PhysicalNicpublic String getSwitchName()
Stringpublic void setSwitchName(String value)
value - allowed object is
Stringpublic String getSwitchUuid()
Stringpublic void setSwitchUuid(String value)
value - allowed object is
Stringpublic String getPortgroupName()
Stringpublic void setPortgroupName(String value)
value - allowed object is
Stringpublic String getPortgroupKey()
Stringpublic void setPortgroupKey(String value)
value - allowed object is
Stringpublic String getPortKey()
Stringpublic void setPortKey(String value)
value - allowed object is
Stringpublic String getOpaqueNetworkId()
Stringpublic void setOpaqueNetworkId(String value)
value - allowed object is
Stringpublic String getOpaqueNetworkType()
Stringpublic void setOpaqueNetworkType(String value)
value - allowed object is
Stringpublic String getOpaqueNetworkName()
Stringpublic void setOpaqueNetworkName(String value)
value - allowed object is
Stringpublic String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic IscsiStatus getComplianceStatus()
IscsiStatuspublic void setComplianceStatus(IscsiStatus value)
value - allowed object is
IscsiStatuspublic String getPathStatus()
StringCopyright © 2018. All rights reserved.