Class CIM_StorageReplicationCapabilities
extends CIM_Capabilities

This subclass defines the replication capabilities of a StorageConfigurationService. Multiple instances of StorageReplicationCapabilities may be associated with a StorageConfigurationService using ElementCapabilities. A provider should create one instance for each supported SynchronizationType.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Capabilities
   |
   +--CIM_StorageReplicationCapabilities

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis subclass defines the replication capabilities of a StorageConfigurationService. Multiple instances of StorageReplicationCapabilities may be associated with a StorageConfigurationService using ElementCapabilities. A provider should create one instance for each supported SynchronizationType.
UMLPackagePathstringCIM::Device::StorageServices
Versionstring2.10.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AlternateReplicationServicePointAccessuint16
DescriptionstringRemote replication provides StorageConfigurationService instances for source systems and target systems. A client determines that extrinsic methods of the service should be invoked to one instance or the other based on the value of this property. If the primary instance is unavailable, the provider may indicate an alternate instance. Values: None: no alternate exists. Source: invoke to source element service instance. Target: invoke to target element service instance. Proxy: find and invoke alternate proxy service instance.
ValueMapstring2, 3, 4, 5, .., 0x8000..
ValuesstringNone, Source, Target, Proxy, DMTF Reserved, Vendor Specific
BidirectionalConnectionsSupportedboolean
DescriptionstringTrue indicates peer-to-peer connections are bi-directional. False indicates connections are uni-directional.
DeltaReplicaPoolAccessuint16
DescriptionstringDeltaReplicaPool indicates that a specialized pool is required as a container for delta replica elements. Values: Any: delta replicas can be created in any pool. Exclusive: one specialized, exclusive pool must be created for each source element that has associated delta replicas. Shared: one specialized, shared pool must be created to be shared by all source elements with associated delta replicas.
ValueMapstring2, 3, 4, .., 0x8000..
ValuesstringAny, Exclusive, Shared, DMTF Reserved, Vendor Specific
IncrementalDeltasSupportedboolean
DescriptionstringTrue indicates all delta replicas associated with the same source element can be incrementally dependent. Only the oldest replica in the set may be deleted or resynced.
InitialReplicationStateuint16
DescriptionstringInitialReplicationState specifies which initial ReplicationState is supported by a particular provider. Values are: Initialized: The replication relationship is known and unsynchronized, but time required to synchronize may be long. Prepared: The replication relationship is known and unsynchronized and the time required to synchronize will be short. Synchronized: The replicas are synchronized.Idle: an UnSyncAssoc replica is ready to manage.
ModelCorrespondencestringCIM_StorageConfigurationService.AttachReplica, CIM_StorageConfigurationService.CreateReplica
ValueMapstring2, 3, 4, 5, .., 0x8000..0xFFFF
ValuesstringInitialized, Prepared, Synchronized, Idle, DMTF Reserved, Vendor Specific
InitialSynchronizationDefaultuint16
DescriptionstringStart or do not start background copy when replica is created.
ValueMapstring0, 1, 2, .., 0x8000..
ValuesstringNot Managed, Start, Do Not Start, DMTF Reserved, Vendor Specific
LocalMirrorSnapshotSupportedboolean
DescriptionstringTrue indicates local mirror can be snapshot source.
LowSpaceWarningThresholdDefaultuint8
DescriptionstringWarning threshold for generating an indication for RemainingManagedSpace. Value of zero means no warning generated.Triggered when RemainingManagedSpace <= (TotalManagedSpace*LowSpaceWarningThreshold)/100.
MaxValuesint64100
MinValuesint640
PUnitstringpercent
UnitsstringPercentage
MaximumConnectionsPerPortuint16
DescriptionstringMaximum number of peer-to-peer connections to which a port maybe assigned.
MaximumLocalReplicationDepthuint161
DescriptionstringMaximum local mirror replication depth allowed by this instance of StorageConfigurationService. Value 1 indicates multi-level replication not supported.
MaximumPeerConnectionsuint16
DescriptionstringMaximum number of peer connections supported by this instance of StorageConfigurationService.
MaximumPortsPerConnectionuint16
DescriptionstringMaximum number of port pairs assigned to a peer-to-peer connection.
MaximumRemoteReplicationDepthuint161
DescriptionstringMaximum remote mirror replication depth allowed by this instance of StorageConfigurationService. Value N means that remote replicas can span N linked peer-to-peer connections. Value 1 indicates multi-level replication not supported.
MaximumReplicasPerSourceuint16
DescriptionstringMaximum number of replicas that can be associated with one source element.
PeerConnectionProtocolstring
DescriptionstringPeer connection protocol is a private, vendor-specific protocol for replication data transport. A client verifies that two peers support the same protocol before establishing a peer-to-peer connection.
PersistentReplicasSupportedboolean
DescriptionstringTrue indicates replicas can persist during power off or system reset. False indicates replicas lost during these events.
RemoteBufferElementTypeuint16
DescriptionstringRemote replication buffer elements are instances of CIM_Memory. A buffer element may be created from a component extent with a BasedOn association or in a storage pool with an AllocatedFromStoragePool association. The provider can also make the size and element type opaque to a client. Values: Not specified: client allows provider to determine size and container element type. InExtent: buffer must be created from passed component extent. InPool: buffer must be created in passed pool.
ValueMapstring0, 2, 3, .., 0x8000..
ValuesstringNot specified, InExtent, InPool, DMTF Reserved, Vendor Specific
RemoteBufferHostuint16
DescriptionstringArray provider may require multiple buffer elements per array instance as indicated by this property. Values: Array: one buffer element for the entire array. ComponentCS: one buffer element per ComputerSystem element in a clustered array. Pipe: one or two buffer elements per replication pipe.
ValueMapstring2, 3, 4, .., 0x8000..
ValuesstringArray, ComponentCS, Pipe, DMTF Reserved, Vendor Specific
RemoteBufferLocationuint16
DescriptionstringThis property allows the provider to indicate the required location for remote buffer elements. Values: Source: buffer needed only on platforms hosting source elements. Target: buffer needed only on platforms hosting target elements. Both: buffers needed for both source and target platforms.
ValueMapstring2, 3, 4, .., 0x8000..
ValuesstringSource, Target, Both, DMTF Reserved, Vendor Specific
RemoteBufferSupporteduint16
DescriptionstringPeer may require a write buffer for remote replica elements with async I/O buffering. Typically used to increase remote mirror replication engine performance while maintaining high availability. Values: Required: must have buffer if any Async remote replicas are created. Optional: may have buffer if any Async remote replicas are created.
ValueMapstring0, 2, 3, .., 0x8000..
ValuesstringNot Supported, Required, Optional, DMTF Reserved, Vendor Specific
RemoteMirrorSnapshotSupportedboolean
DescriptionstringTrue indicates remote mirror can be snapshot source.
RemoteReplicationServicePointAccessuint16
DescriptionstringRemote replication provides StorageConfigurationService instances for source systems and target systems. A client determines that extrinsic methods of the service should be invoked to one instance or the other based on the value of this property. Values: Not Specified: invoke a method to either system instance. Source: invoke to source element service instance. Target: invoke to target element service instance. Proxy: find and invoke to proxy service instance.
ValueMapstring2, 3, 4, 5, .., 0x8000..
ValuesstringNot Specified, Source, Target, Proxy, DMTF Reserved, Vendor Specific
ReplicaHostAccessibilityuint16
DescriptionstringIndicates host access restrictions for replicas with thesecapabilities. Values: 2 = not accessible. 3 = no restrictions. Any host may access. 4 = only accessible by associated source element hosts. 5 = not accessible by source element hosts. Other hosts OK.
ValueMapstring2, 3, 4, 5, ..
ValuesstringNot Accessible, No Restrictions, Source Hosts Only, Source Hosts Excluded, DMTF Reserved
ReplicationPriorityDefaultuint16
DescriptionstringReplicationPriority allows the priority of background Replication I/O to be managed relative to host I/O. Default applies to initial or deferred background Replication operations. Value can be modified while in Replication-in-progress state. Values: Low: Replication engine I/O lower priority than host I/O. Same: Replication engine I/O has the same priority as host I/O. High: Replication engine I/O has higher priority than host I/O.
ValueMapstring0, 1, 2, 3, .., 0x8000..
ValuesstringNot Managed, Low, Same, High, DMTF Reserved, Vendor Specific
SpaceLimitSupportedboolean
DescriptionstringTrue indicates space limits on allocation from StoragePools may be enforced.
SpaceLimitWarningThresholdDefaultuint8
DescriptionstringWarning threshold for instance modification indication for SpaceConsumed by a replica element. Value of zero means no warning generated. Triggered when SpaceConsumed >= (SpaceLimit*SpaceLimitWarningThreshold)/100.
MaxValuesint64100
MinValuesint640
PUnitstringpercent
UnitsstringPercentage
SpaceReservationSupportedboolean
DescriptionstringTrue indicates space reserved for replicas can be from a specialized pool.
SupportedSynchronizationTypeuint16
DescriptionstringSupportedSynchronizationType describes the type of Synchronization that is characterized by this instance of StorageReplicationCapabilities. Values are: Async: create a mirror that is nearly always synchronized. Sync: create a mirror that is always synchronized. UnSyncAssocFull: create a full size snapshot (Point In Time image). UnSyncAssocDelta: create a delta snapshot (Point In Time image). UnSyncUnAssoc: create a full size, independent replica.
ValueMapstring2, 3, 4, 5, 6, .., 32768..65535
ValuesstringAsync, Sync, UnSyncAssoc-Full, UnSyncAssoc-Delta, UnSyncUnAssoc, DMTF Reserved, Vendor Specific
UseReplicationBufferDefaultuint16
DescriptionstringIndicate if an async remote replica pair is allowed to use a write buffer for asynchronous write buffering. - Not Managed: use or not of the buffer is up to the implementation. - Use Buffer: use of a buffer is required. - Do Not Use Buffer: a buffer shall not be used.
ValueMapstring0, 1, 2, .., 0x8000..
ValuesstringNot Managed, Use Buffer, Do Not Use Buffer, DMTF Reserved, Vendor Specific
HostAccessibleStateuint16[]
DescriptionstringLists the replica synchronization states in which the provider allows host access to replicas. Accessibility does not guarantee replica contents are valid or consistent.
ModelCorrespondencestringCIM_StorageSynchronized.SyncState
ValueMapstring2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, .., 0x8000..
ValuesstringInitialized, Prepare In Progress, Prepared, Resync In Progress, Synchronized, Fracture In Progress, Quiesce In Progress, Quiesced, Restore In Progress, Idle, Broken, Fractured, Frozen, Copy In Progress, DMTF Reserved, Vendor Specific
SupportedAsynchronousActionsuint16[]
DescriptionstringEnumeration indicating what operations will be executed as asynchronous jobs. If an operation is included in both this and SupportedSynchronousActions then the underlying implementation is indicating that it may or may not create a job.
ModelCorrespondencestringCIM_StorageReplicationCapabilities.SupportedSynchronousActions
ValueMapstring2, 3, 4, 5, 6, 7, 8, ..
ValuesstringLocal Replica Creation, Remote Replica Creation, Local Replica Modification, Remote Replica Modification, Local Replica Attachment, Remote Replica Attachment, Buffer Creation, DMTF Reserved
SupportedModifyOperationsuint16[]
DescriptionstringEnumeration indicating which ModifySynchronization operations are supported by this instance of StorageReplicationCapabilities.
ModelCorrespondencestringCIM_StorageConfigurationService.ModifySynchronization
ValueMapstring2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, .., 0x8000..0xFFFF
ValuesstringDetach, Fracture, Resync, Restore, Prepare, Unprepare, Quiesce, Unquiesce, Reset To Sync, Reset To Async, Start Copy, Stop Copy, DMTF Reserved, Vendor Specific
SupportedSpecializedElementsuint16[]
DescriptionstringEnumeration indicating which specialized storage element types are supported by this instance of StorageReplicationCapabilities. Specialized types are indicated by the value of the IntendedUsage in StorageSetting.
ValueMapstring2, 3, 4, 5, 6, 7, 8, .., 0x8000..0xFFFF
ValuesstringDelta Pool, Delta Pool Component, Remote Mirror, Local Mirror, Full Snapshot, Delta Snapshot, Replication Buffer, DMTF Reserved, Vendor Specific
SupportedSynchronousActionsuint16[]
DescriptionstringEnumeration indicating what operations will be executed without the creation of a job. If an operation is included in both this and SupportedAsynchronousActions then the underlying instrumentation is indicating that it may or may not create a job.
ModelCorrespondencestringCIM_StorageReplicationCapabilities.SupportedAsynchronousActions
ValueMapstring2, 3, 4, 5, 6, 7, 8, 9, ..
ValuesstringLocal Replica Creation, Remote Replica Creation, Local Replica Modification, Remote Replica Modification, Local Replica Attachment, Remote Replica Attachment, Buffer Creation, NetworkPipe Creation, DMTF Reserved

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_Capabilities
InstanceIDstringCIM_Capabilities

Class Methods