Msvm_ReferencePointCollection class

Represents a collection of virtual machine reference points.

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

Syntax

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

Members

The Msvm_ReferencePointCollection class has these types of members:

Properties

The Msvm_ReferencePointCollection class has these properties.

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.

CollectionID

Data type: string

Access type: Read-only

Qualifiers: Key, Override ("CollectionID"), MaxLen (256)

The unique identifier of the collection object.

ConsistencyLevel

Data type: uint16

Access type: Read/write

The consistency level of the reference points.

The possible values are:

Unknown (0)

Crash Consistent (1)

Application Consistent (2)

Description

Data type: string

Access type: Read-only

A textual description of the object.

This property is inherited from CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

Qualifiers: Override ("ElementName")

A user-defined name for the collection.

HasAssociatedLog

Data type: boolean

Access type: Read/write

true if all of the reference points log based and have logs.; otherwise, false.

InstanceID

Data type: string

Access type: Read-only

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_ManagedElement.

ReferencePointType

Data type: uint16

Access type: Read-only

Qualifiers: In

The type of the reference points.

The possible values are:

Unknown (0)

Log based (1)

RCT based (2)

DMTF Reserved

3 32767

Vendor Specific

32768 65535

VirtualSystemCollectionId

Data type: string

Access type: Read-only

Qualifiers: Key, ModelCorrespondence ("Msvm_VirtualSystemCollection.CollectionID")

The identifier of the Msvm_VirtualSystemCollection that contains the reference points.

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_Collection

Failover Clustering Hyper-V WMI Provider