CIM_VirtualSystemManagementCapabilities 类

表示 CIM_VirtualSystemManagementService 对象的功能。

语法

[Abstract, Version("2.23.0"), UMLPackagePath("CIM::Core::Virtualization"), AMENDMENT]
class CIM_VirtualSystemManagementCapabilities : CIM_EnabledLogicalElementCapabilities
{
  string VirtualSystemTypesSupported[];
  uint16 SynchronousMethodsSupported[];
  uint16 AsynchronousMethodsSupported[];
  uint16 IndicationsSupported[];
};

成员

CIM_VirtualSystemManagementCapabilities 类具有以下类型的成员:

属性

CIM_VirtualSystemManagementCapabilities 类具有以下属性。

AsynchronousMethodsSupported

数据类型: uint16 数组

访问类型:只读

一个数组,其中包含异步操作支持的 CIM_VirtualSystemManagementService 类方法的方法名称。

DefineSystemSupported (2)

DestroySystemSupported (3)

DestroySystemConfigurationSupported (4)

ModifyResourceSettingsSupported (5)

ModifySystemSettingsSupported (6)

RemoveResourcesSupported (7)

SelectSystemConfigurationSupported (8)

SnapshotSystemSupported (9)

AddResourcesSupported (10)

DMTF 保留 (。)

供应商预留 (32767..65535)

IndicationsSupported

数据类型: uint16 数组

访问类型:只读

一个数组,其中包含支持的实现指示类型。

VirtualResourceStateChangeIndicationsSupported (2)

ConcreteJobStateChangeIndicationsSupported (3)

VirtualSystemStateChangeIndicationsSupported (4)

DMTF 保留 (。)

供应商预留 (32767..65535)

SynchronousMethodsSupported

数据类型: uint16 数组

访问类型:只读

一个数组,其中包含同步操作支持的 CIM_VirtualSystemManagementService 类方法的方法名称。

DefineSystemSupported (2)

DestroySystemSupported (3)

DestroySystemConfigurationSupported (4)

ModifyResourceSettingsSupported (5)

ModifySystemSettingsSupported (6)

RemoveResourcesSupported (7)

SelectSystemConfigurationSupported (8)

SnapshotSystemSupported (9)

AddResourcesSupported (10)

DMTF 保留 (。)

供应商预留 (32767..65535)

VirtualSystemTypesSupported

数据类型: 字符串 数组

访问类型:只读

限定符: ModelCorrespondence (“CIM_VirtualSystemSettingDataVirtualSystemType“)

实现支持的虚拟系统类型。

要求

要求
最低受支持的客户端
Windows 8
最低受支持的服务器
Windows Server 2012
命名空间
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

另请参阅

CIM_EnabledLogicalElementCapabilities