Class CIM_ReplicationGroup
extends CIM_SystemSpecificCollection

This class represents a collection of storage objects, such as a group of StorageVolumes.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Collection
   |
   +--CIM_SystemSpecificCollection
   |
   +--CIM_ReplicationGroup

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class represents a collection of storage objects, such as a group of StorageVolumes.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::StorageServices
Versionstring2.41.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ConsistentPointInTimebooleanfalse
DescriptionstringThis property applies to a group of elements. If it is true, it means the point-in-time was created at an exact time with no I/O activities in such a way the data is consistent among all the elements of the group. This property is only valid when the group is a target of a copy operation.
DeleteOnEmptyElementbooleanfalse
DescriptionstringIf true and empty groups are allowed, the group will be deleted when the last element is removed from the group. If empty groups are not allowed, the group will be deleted automatically when the group becomes empty.
Writebooleantrue
DeleteOnUnassociatedbooleanfalse
DescriptionstringIf true, the group will be deleted when the group is no longer associated with another group. This can happen if all synchronization associations to the individual elements of the group are dissolved.
Writebooleantrue
Persistentbooleantrue
DescriptionstringIf false, the group, not the elements associated with the group, may be deleted at the completion of a copy operation.
Writebooleantrue
ReservedAsuint16
DescriptionstringIndicates the group is reserved to be used only as the source, or as the target, or as either the source or the target of a copy operation. If NULL, the group can be either the source or the target.
ValueMapstring2, 3, 4, .., 0x8000..
ValuesstringSource Only, Target Only, Source or Target, DMTF Reserved, Vendor Specific
Writebooleantrue
SupportedSyncTypesuint16[]
DescriptionstringIndicates replication group can be used for which SyncTypes. If NULL, the replication group can be used for all SyncTypes the implementation supports.
ModelCorrespondencestringCIM_Synchronized.SyncType
ValueMapstring6, 7, 8, 9, .., 0x8000..
ValuesstringMirror, Snapshot, Clone, TokenizedClone, DMTF Reserved, Vendor Specific

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SystemSpecificCollection

Class Methods