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

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

Details of the remote cluster associated with this cluster in a cross cluster replication setup.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns The full resource path of the remote cluster in the format: projects//locations//clusters/.

Returns:

  • (::String)

    The full resource path of the remote cluster in the format: projects//locations//clusters/



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.

Returns:

  • (::String)

    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