Class: Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::RemoteCluster
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::CrossClusterReplicationConfig::RemoteCluster
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Details of the remote cluster associated with this cluster in a cross cluster replication setup.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
The full resource path of the remote cluster in the format: projects/
/locations/ /clusters/ . -
#uid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cluster ⇒ ::String
Returns The full resource path of the remote cluster in
the format: projects/
729 730 731 732 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 729 class RemoteCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uid ⇒ ::String (readonly)
Returns Output only. The unique identifier of the remote cluster.
729 730 731 732 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 729 class RemoteCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |