Msvm_VirtualSystemCollection class

Represents a collection of virtual systems.

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_VirtualSystemCollection : CIM_CollectionOfMSEs
{
  string   CollectionID;
  string   ElementName;
  uint16   LastApplyConsistencyLevel;
  String   LastApplyVirtualMachineIds[];
  DateTime LastApplyTime;
  uint16   FailedOverReplicationType;
  uint16   ReplicationMode;
  uint16   ReplicationState;
};

Members

The Msvm_VirtualSystemCollection class has these types of members:

Properties

The Msvm_VirtualSystemCollection class has these properties.

CollectionID

Data type: string

Access type: Read-only

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

The unique identification of the collection object.

ElementName

Data type: string

Access type: Read-only

Qualifiers: Override ("ElementName")

An user-defined name for the collection. Note this is not guaranteed to be unique.

FailedOverReplicationType

Data type: uint16

Access type: Read-only

Type of failover that was performed for the virtual system collection.

Note

Added in Windows 10, version 1703.

None (0)

Regular (1)

Planned (2)

LastApplyConsistencyLevel

Data type: uint16

Access type: Read-only

Consistency level of the last applied delta.

Note

Added in Windows 10, version 1703.

Unknown (0)

Application Consistent (1)

The last applied delta indicates a point in time when the virtual system was in application consistent state.

Crash Consistent (2)

The last applied delta indicates a point in time when the virtual system was in crash consistent state.

Group Crash Consistent (3)

The last applied delta indicates a point in time when the group was in crash consistent state.

LastApplyTime

Data type: DateTime

Access type: Read-only

The time at which the last replication is applied on recovery for the virtual system collection.

Note

Added in Windows 10, version 1703.

LastApplyVirtualMachineIds

Data type: String array

Access type: Read-only

Array of Virtual Machine Ids which were successfully applied in last apply cycle.

Note

Added in Windows 10, version 1703.

ReplicationMode

Data type: uint16

Access type: Read-only

Replication type for the virtual system collection.

Note

Added in Windows 10, version 1703.

None (0)

Primary (1)

Replica (2)

Test Replica (3)

ReplicationState

Data type: uint16

Access type: Read-only

Replication state for the virtual system collection.

Note

Added in Windows 10, version 1703.

Disabled (0)

Ready for replication (1)

Waiting to complete initial replication (2)

Replicating (3)

Failover initiated (4)

Recovered (5)

Committed (6)

Suspended (7)

Critical (8)

Waiting to start resynchronization (9)

Resynchronizing (10)

Planned failover initiatedRepurpose initiatedTest failover initiatedPartially enabled (11)

Partially disabled (12)

Partially recovered (13)

(14)

(15)

(16)

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_CollectionOfMSEs