CIM _ VirtualSystemMigrationCapabilities-Klasse

Stellt die Funktionen eines CIM _ VirtualSystemMigrationService-Objekts dar.

Syntax

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

Member

Die CIM _ VirtualSystemMigrationCapabilities-Klasse verfügt über folgende Typen von Membern:

Eigenschaften

Die CIM _ VirtualSystemMigrationCapabilities-Klasse verfügt über diese Eigenschaften.

AsynchronousMethodsSupported

Datentyp: uint16-Array

Zugriffstyp: Schreibgeschützt

Ein Array, das die CIM _ VirtualSystemMigrationService-Methoden angibt, die für asynchrone Vorgänge unterstützt werden.

MigrateVirtualSystemToHostSupported (2)

MigrateVirtualSystemToSystemSupported (3)

DMTF Reserved (..)

DestinationHostFormatsSupported

Datentyp: uint16-Array

Zugriffstyp: Schreibgeschützt

Qualifizierer: ModelCorrespondence ("CIM _ VirtualSystemMigrationService.MigrateVirtualSystemToHost(DestinationHost)", "CIM _ VirtualSystemMigrationService.CheckVirtualSystemIsMigratableToHost(DestinationHost)")

Ein Array, das die unterstützten Formate für den DestinationHost-Parameter der Methoden MigrateVirtualSystemToHost und CheckVirtualSystemIsMigratableToHost für das CIM _ VirtualSystemMigrationService-Objekt enthält.

DomainNameFormatSupported (2)

Unterstützung des Domänennamen-Textformats gemäß RFC 1035.

IPv4DottedDecimalFormatSupported (3)

Unterstützung des gepunkteten IPv4-Dezimalformats gemäß RFC 1208.

IPv6TextFormatSupported (4)

Unterstützung des IPv6-Textformats gemäß RFC 4291

DMTF Reserved (..)

SynchronousMethodsSupported

Datentyp: uint16-Array

Zugriffstyp: Schreibgeschützt

Ein Array, das die CIM _ VirtualSystemMigrationService-Methoden angibt, die für synchrone Vorgänge unterstützt werden.

Enumeration von Methodenbezeichnern, deren Implementierung synchron sein kann; Das heißt, der Vorgang kann sofort abgeschlossen werden, sodass die Methode möglicherweise keinen Auftrag zurückgibt.

MigrateVirtualSystemToHostSupported (2)

MigrateVirtualSystemToSystemSupported (3)

CheckVirtualSystemIsMigratableToHostSupported (4)

CheckVirtualSystemIsMigratableToSystemSupported (5)

DMTF Reserved (..)

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client)
Windows 8
Unterstützte Mindestversion (Server)
Windows Server 2012
Namespace
\Root-Virtualisierung \ v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

Weitere Informationen:

_CIM-Funktionen