CIM_VirtualSystemMigrationCapabilities class

Represents the capabilities of a CIM_VirtualSystemMigrationService object.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Experimental, Abstract, Version("2.17.0"), UMLPackagePath("CIM::System::Virtualization")]
class CIM_VirtualSystemMigrationCapabilities : CIM_Capabilities
{
  string Caption;
  string Description;
  string InstanceID;
  string ElementName;
  uint16 SynchronousMethodsSupported[];
  uint16 AsynchronousMethodsSupported[];
  uint16 DestinationHostFormatsSupported[];
};

Members

The CIM_VirtualSystemMigrationCapabilities class has these types of members:

Properties

The CIM_VirtualSystemMigrationCapabilities class has these properties.

AsynchronousMethodsSupported

Data type: uint16 array

Access type: Read-only

An array that indicates the CIM_VirtualSystemMigrationService methods that are supported for asynchronous operations.

MigrateVirtualSystemToHostSupported (2)

MigrateVirtualSystemToHost is supported.

MigrateVirtualSystemToSystemSupported (3)

MigrateVirtualSystemToSystem is supported.

DMTF Reserved

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

A short textual description of the object.

This property is inherited from CIM_ManagedElement.

Description

Data type: string

Access type: Read-only

A textual description of the object.

This property is inherited from CIM_ManagedElement.

DestinationHostFormatsSupported

Data type: uint16 array

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_VirtualSystemMigrationService.MigrateVirtualSystemToHost(DestinationHost)", "CIM_VirtualSystemMigrationService.CheckVirtualSystemIsMigratableToHost(DestinationHost)")

An array that contains the supported formats for the DestinationHost parameter of the MigrateVirtualSystemToHost and CheckVirtualSystemIsMigratableToHost methods for the CIM_VirtualSystemMigrationService object.

DomainNameFormatSupported (2)

RFC 1035n3 domain name text format.

IPv4DottedDecimalFormatSupported (3)

RFC 1208n4 IPv4 dotted decimal format.

IPv6TextFormatSupported (4)

RFC 4291 IPv6 text format.

DMTF Reserved

ElementName

Data type: string

Access type: Read-only

Qualifiers: Required

The user friendly name for this class instance. In addition, the user friendly name can be used as a index property for a query. This value does not have to be unique within its namespace.

This property is inherited from CIM_Capabilities.

InstanceID

Data type: string

Access type: Read-only

Qualifiers: Key

Uniquely and opaquely identifies an instance of this class within the scope of the containing namespace.

[!Important]

In order to ensure uniqueness within the namespace, the value of the InstanceID property should be constructed in the following pattern: OrgID:LocalID

OrgID must include a copyrighted, trademarked or otherwise unique name that is owned by the business entity that defines the InstanceID, or be a registered ID that is assigned by a recognized global authority. This pattern is similar to the structure of schema class names. In addition, to ensure uniqueness, the first colon in InstanceID must be between the OrgID andLocalID. Therefore the OrgID must not contain a colon (':').

LocalID is chosen by the business entity and should not be re-used to identify different underlying real-world elements.

If the above pattern is not used, the defining entity must assure that the resultant InstanceID value is not re-used across any InstanceID properties that are produced by this provider or other providers for this namespace.

For Distributed Management Task Force (DMTF) defined instances, the pattern must be used with the OrgID set to CIM.

This property is inherited from CIM_Capabilities.

SynchronousMethodsSupported

Data type: uint16 array

Access type: Read-only

An array that indicates the CIM_VirtualSystemMigrationService methods that are supported for synchronous operations.

Enumeration of method identifiers whose implementation may be synchronous; that is, the operation may complete immediately and therefore the method may not return a job.

MigrateVirtualSystemToHostSupported (2)

MigrateVirtualSystemToHost is supported.

MigrateVirtualSystemToSystemSupported (3)

MigrateVirtualSystemToSystem is supported.

CheckVirtualSystemIsMigratableToHostSupported (4)

CheckVirtualSystemIsMigratableToHost is supported.

CheckVirtualSystemIsMigratableToSystemSupported (5)

CheckVirtualSystemIsMigratableToSystem is supported.

DMTF Reserved

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_Capabilities

Failover Clustering Hyper-V WMI Provider