Class CIM_VirtualSystemMigrationSettingData
extends CIM_SettingData

CIM_MigrationSettingData defines the parameters to control a virtual system migration implementation, as managed by a CIM_VirtualSystemMigrationService. It is expected that a migration implementation will subclass this class to add implementation-specific migration options.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_VirtualSystemMigrationSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_MigrationSettingData defines the parameters to control a virtual system migration implementation, as managed by a CIM_VirtualSystemMigrationService. It is expected that a migration implementation will subclass this class to add implementation-specific migration options.
Experimentalbooleantrue
UMLPackagePathstringCIM::System::Virtualization
Versionstring2.17.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
MigrationTypeuint16
DescriptionstringMigrationType describes a type of migration operation to be performed. A value of 2 - Virtual System is to be migrated in a 'live' manner such that the running of the Virtual System is minimally impacted during the move. A value of 3 - Virtual System will be temporarily paused prior to migration and then resume running after it is moved. A value of 4 - The Virtual System will be quiesced to a stopped state prior to migration and then restarted after it is moved.
ValueMapstring0, 1, 2, 3, 4
ValuesstringUnknown, Other, Live, Resume, Restart
Priorityuint16
DescriptionstringPriority specifies a relative migration importance which the virtual system migration implementation may use to order or otherwise give preference among multiple pending migration requests. The lower the value, the higher the priority. A value of 0 indicates: - in migration requests the default priority - otherwise that priorities are not supported

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
InstanceIDstringCIM_SettingData

Class Methods