IscsiMigrationDependency

IscsiMigrationDependency
IscsiMigrationDependency

Provides migration dependency information for a given Physical NIC.

Lists all the iSCSI and networking resources impacted if migration of a given Physical NIC is to take place.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "migrationAllowed": false,
    "disallowReason": {
        "_typeName": "string",
        "reason": [
            {
                "_typeName": "string",
                "faultCause": "MethodFault Object",
                "faultMessage": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ]
            }
        ]
    },
    "dependency": [
        {
            "_typeName": "string",
            "pnicDevice": "string",
            "vnicDevice": "string",
            "vmhbaName": "string"
        }
    ]
}
boolean
migrationAllowed
Required

Indicates whether migration can be safely performed If migrationAllowed is False, the disallowReason will contain the specific condition that makes the migration attempt unsafe.

disallowReason
Optional

The IscsiStatus data object describes the status of an operation.

dependency
Optional

Details of all the resources affected by migration.