Class: Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::Membership
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::Membership
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
An output only view of all the member clusters participating in the cross cluster replication.
Instance Attribute Summary collapse
-
#primary_cluster ⇒ ::Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::RemoteCluster
readonly
Output only.
-
#secondary_clusters ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::RemoteCluster>
readonly
Output only.
Instance Attribute Details
#primary_cluster ⇒ ::Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::RemoteCluster (readonly)
Returns Output only. The primary cluster that acts as the source of replication for the secondary clusters.
744 745 746 747 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 744 class Membership include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secondary_clusters ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::RemoteCluster> (readonly)
Returns Output only. The list of secondary clusters replicating from the primary cluster.
744 745 746 747 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 744 class Membership include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |