Class: Google::Cloud::Redis::Cluster::V1beta1::DiscoveryEndpoint

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

Endpoints on each network, for Redis clients to connect to the cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#address::String (readonly)

Returns Output only. Address of the exposed Redis endpoint used by clients to connect to the service. The address could be either IP or hostname.

Returns:

  • (::String)

    Output only. Address of the exposed Redis endpoint used by clients to connect to the service. The address could be either IP or hostname.



836
837
838
839
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 836

class DiscoveryEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#port::Integer (readonly)

Returns Output only. The port number of the exposed Redis endpoint.

Returns:

  • (::Integer)

    Output only. The port number of the exposed Redis endpoint.



836
837
838
839
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 836

class DiscoveryEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#psc_config::Google::Cloud::Redis::Cluster::V1beta1::PscConfig (readonly)

Returns Output only. Customer configuration for where the endpoint is created and accessed from.

Returns:



836
837
838
839
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 836

class DiscoveryEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end