IscsiDependencyEntity
IscsiDependencyEntity
Defines a dependency entity.
Contains the affected Virtual NIC device name and iSCSI HBA name (if Virtual NIC is associated with the HBA). See IscsiMigrationDependency
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"pnicDevice": "string",
"vnicDevice": "string",
"vmhbaName": "string"
}
string
pnicDevice
Required
The affected Physical NIC device
string
vnicDevice
Required
The affected Virtual NIC device
string
vmhbaName
Required
The iSCSI HBA that the Virtual NIC is associated with, if any.