Files
deb-python-pyvmomi/docs/vim/host/IscsiManager/IscsiMigrationDependency.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.2 KiB

vim.host.IscsiManager.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.

extends

vmodl.DynamicData

since

vSphere API 5.0

Attributes:

migrationAllowed (bool):

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 (vim.host.IscsiManager.IscsiStatus, optional):

Reasons for not allowing migration. Unset if migrationAllowed is true.

dependency ([vim.host.IscsiManager.IscsiDependencyEntity], optional):

Details of all the resources affected by migration.