HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)
"The RemoteReplicationGroup for which the SAP is available." )]
TPD_RemoteReplicationGroup REF ManagedElement;
};
// ==================================================================
// TPD_ReplicationEntity
// ==================================================================
[Description (
"This class represents a replication entity, such as an entity "
"known by its World Wide Name (WWN). "
"If the remote StorageVolume in a remote replication relationship "
"cannot be discovered, then this will be represented in the "
"RemoteStorageSynchronized association as either SystemElement or "
"SyncedElement property. This will not exist as an instance "
"on its own." )]
class TPD_ReplicationEntity : CIM_ReplicationEntity {
};
// ==================================================================
// TPD_RemoteReplicationCollection
// ==================================================================
[Description (
"A RemoteReplicationCollection instance collects all paths ( "
"ProtocolEndpoints) that provide access to a remote system for "
"replication operations.")]
class TPD_RemoteReplicationCollection : CIM_RemoteReplicationCollection {
};
// ==================================================================
// MemberOfRemoteReplicationCollection
// ==================================================================
[Association, Aggregation, Description (
"MemberOfRemoteReplication is an aggregation used "
"to establish membership of ProtocolEndpoints that provide "
"access to a remote system for replication operations.")]
class TPD_MemberOfRemoteReplicationCollection : CIM_MemberOfCollection {
[Key, Aggregate, Description (
"The MemberOfRemoteReplication that aggregates Protocol "
"endpoints.")]
TPD_RemoteReplicationCollection REF Collection;
[Key, Description (
"The aggregated member of the "
"MemberOfReplicationGroup.")]
CIM_ProtocolEndpoint REF Member;
};
// ==================================================================
// HP 3PAR ReplicationAffectsRemoteCollection
// ==================================================================
[Association,
Description (
"TPD_ReplicationAffectsRemoteCollection is an association "
"between the ReplicationService and RemoteReplicationCollection "
"This provider is used to query the association "
"between affecting and affected sets.") ]
class TPD_ReplicationAffectsRemoteCollection : CIM_ServiceAffectsElement
{
[Override ( "AffectingElement" ),
Key, Description ("The ReplicationService.")]
TPD_ReplicationService REF AffectingElement;
[Override ( "AffectedElement" ),
316 Managed Object Format Files