Class: Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::Membership

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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