Msvm_CollectionRecoveryPoint class

Represents a recovery point of a collection.

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_CollectionRecoveryPoint : CIM_ManagedElement
{
  string   Caption;
  string   Description;
  string   InstanceID;
  string   CollectionID;
  string   ElementName;
  datetime CreationTime;
  string   VirtualMachineIds[];
  string   RecoveryPointIds[];
  uint16   ConsistencyLevel;
};

Members

The Msvm_CollectionRecoveryPoint class has these types of members:

Properties

The Msvm_CollectionRecoveryPoint 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, MaxLen (256)

The unique identification of the collection object to which the recovery point belongs.

ConsistencyLevel

Data type: uint16

Access type: Read-only

Consistency level of the recovery point.

Unknown (0)

Application Consistent (1)

The recovery point indicates a point in time when the virtual system was in application consistent state.

Crash Consistent (2)

The recovery point indicates a point in time when the virtual system was in crash consistent state.

Group Crash Consistent (3)

The recovery point indicates a point in time when the group was in crash consistent state.

CreationTime

Data type: datetime

Access type: Read-only

Time when the collection recovery point was created.

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. Note this is not guaranteed to be unique.

InstanceID

Data type: string

Access type: Read-only

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

The unique identification of the recovery point object of a collection.

RecoveryPointIds

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed")

Array of recovery point IDs which are members of this collection recovery point.

VirtualMachineIds

Data type: string array

Access type: Read-only

Qualifiers: ArrayType ("Indexed")

Array of virtual machine IDs which are members of this collection recovery point.

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_ManagedElement