Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - IscsiPortInfo(vim.host.IscsiManager.IscsiPortInfo)
- Returned by
- QueryBoundVnics, QueryCandidateNics
- Extends
- DynamicData
- See also
- HostVirtualNic, IscsiStatus, PhysicalNic
- Since
- vSphere API Release 5.0
Data Object Description
The IscsiPortInfo data object describes the Virtual NIC that are bound to an iSCSI adapter and also it describes the candidate Virtual NICs that can be bound to a given iSCSI adapter.Properties
Name | Type | Description |
---|---|---|
complianceStatus* | IscsiStatus |
Status indicating whether the Virtual NIC is compliant with the
network policy that is required by iSCSI port binding.
May be unset in the candidate NIC list.
|
externalId* | xsd:string |
An ID assigned to the vmkernel adapter by external management plane
or controller.
This property is set only when vnicDevice is associated with an
opaque network.
Since vSphere API Release 6.5 |
opaqueNetworkId* | xsd:string |
ID of the Opaque network to which the virtual NIC is connected.
This property is set only when vnicDevice is associated with an
opaque network.
Since vSphere API Release 6.5 |
opaqueNetworkName* | xsd:string |
Name of the Opaque network to which the virtual NIC is connected.
This property is set only when vnicDevice is associated with an
opaque network.
Since vSphere API Release 6.5 |
opaqueNetworkType* | xsd:string |
Type of the Opaque network to which the virtual NIC is connected.
This property is set only when vnicDevice is associated with an
opaque network.
Since vSphere API Release 6.5 |
pathStatus* | xsd:string |
A status, as defined in PathStatus, indicating the
existing storage paths dependency level on a given Virtual NIC.
May be unset in the candidate NIC list.
|
pnic* | PhysicalNic |
Physical NIC Object corresponding to the pnicDevice.
May be unset if Physical NIC object corresponding to pnicDevice doesn't
exist in the system or the vnicDevice doesn't have any Physical NIC
associated with it.
|
pnicDevice* | xsd:string |
Physical NIC Name.
|
portgroupKey* | xsd:string |
Portgroup key to which this Virtual NIC belongs.
May be unset if the vnicDevice and/or pnicDevice do not have a
Portgroup associated with them or the associated portgroup does
is not of VDS type.
|
portgroupName* | xsd:string |
Name of the portgroup to which this Virtual NIC belongs.
May be unset if the vnicDevice and/or pnicDevice do not have a
Portgroup associated with them.
|
portKey* | xsd:string |
portkey to which this Virtual NIC belongs.
May be unset if the vnicDevice is not assigned to a specific port or
the switch is not VDS.
|
switchName* | xsd:string |
Name of the virtual switch this Physical/Virtual NIC belongs.
May be unset if the vnicDevice and/or pnicDevice do not have a
virtual switch associated with them.
|
switchUuid* | xsd:string |
UUID of the virtual switch this Physical/Virtual NIC belongs.
May be unset if the vnicDevice and/or pnicDevice do not have a
virtual switch associated with them or the associated switch is not VDS.
|
vnic* | HostVirtualNic |
Virtual NIC Object corresponding to the vnicDevice.
May be unset if Virtual NIC object corresponding to vnicDevice doesn't
exist in the system.
|
vnicDevice* | xsd:string |
Virtual NIC Name.
Contains the name of the Virtual NIC device. This may be
unset in case where the bound Virtual NIC doesn't have the system object or
where a candidate Physical NIC isn't associated with any Virtual NIC.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |