Msvm_ReferencePointCollection 类

表示虚拟系统引用点的集合。

以下语法从托管对象格式 (MOF) 代码简化,并包括所有继承的属性。

语法

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ReferencePointCollection : CIM_Collection
{
  string  CollectionID;
  string  ElementName;
  uint16  ReferencePointType;
  uint16  ConsistencyLevel;
  string  VirtualSystemCollectionId;
  boolean HasAssociatedLog;
};

成员

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

性能

Msvm_ReferencePointCollection类具有以下属性。

CollectionID

数据类型:字符串

访问类型:只读

限定符: 重写 (“CollectionID”), MaxLen (256)

集合对象的唯一标识。

ConsistencyLevel

数据类型:uint16

访问类型:读/写

引用点的一致性级别。

未知 (0)

崩溃一致 (1)

引用点指示虚拟系统处于崩溃一致状态的时间点。

应用程序一致性 (2)

引用点指示虚拟系统处于应用程序一致性状态的时间点。

ElementName

数据类型:字符串

访问类型:只读

限定符: 重写 (“ElementName”)

集合的用户定义名称。 请注意,这不能保证是唯一的。

HasAssociatedLog

数据类型:布尔

访问类型:读/写

如果所有成员引用点都有关联的日志,则为 true。 这仅适用于基于日志的引用点。 对于基于 RCT 的引用点, HasAssociatedLog 设置为 false。 对于基于日志的引用点,一旦放弃日志 ,HasAssociatedLog 将变为 false

ReferencePointType

数据类型:uint16

访问类型:只读

限定符: In

指示引用点的类型。

未知 (0)

基于日志 (1)

Hyper-V 副本日志跟踪。

基于 RCT (2)

基于虚拟磁盘的弹性更改跟踪。

DMTF 保留 (..)

供应商特定 (32768..65535)

VirtualSystemCollectionId

数据类型:字符串

访问类型:只读

限定符: KeyModelCorrespondence (“Msvm_VirtualSystemCollection.CollectionID“)

此引用点所属 Msvm_VirtualSystemCollection 的标识符。

要求

要求 价值
支持的最低客户端
Windows 10 [仅限桌面应用]
支持的最低服务器
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

另请参阅

CIM_Collection