CIM_VirtualSystemMigrationCapabilities class
Represents the capabilities of a CIM_VirtualSystemMigrationService object.
Syntax
[Experimental, Abstract, Version("2.17.0"), UMLPackagePath("CIM::System::Virtualization"), AMENDMENT]
class CIM_VirtualSystemMigrationCapabilities : CIM_Capabilities
{
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)
-
MigrateVirtualSystemToSystemSupported (3)
-
DMTF Reserved (..)
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)
Support of the Domain Name text format according to RFC 1035.
IPv4DottedDecimalFormatSupported (3)
Support of the IPv4 dotted decimal format according to RFC 1208.
IPv6TextFormatSupported (4)
Support of the IPv6 text format according to RFC 4291
DMTF Reserved (..)
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)
MigrateVirtualSystemToSystemSupported (3)
CheckVirtualSystemIsMigratableToHostSupported (4)
CheckVirtualSystemIsMigratableToSystemSupported (5)
DMTF Reserved (..)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|