Class: Google::Cloud::NetworkManagement::V1::RedisClusterInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::RedisClusterInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/trace.rb
Overview
For display only. Metadata associated with a Redis Cluster.
Instance Attribute Summary collapse
-
#discovery_endpoint_ip_address ⇒ ::String
Discovery endpoint IP address of a Redis Cluster.
-
#display_name ⇒ ::String
Name of a Redis Cluster.
-
#location ⇒ ::String
Name of the region in which the Redis Cluster is defined.
-
#network_uri ⇒ ::String
URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".
-
#secondary_endpoint_ip_address ⇒ ::String
Secondary endpoint IP address of a Redis Cluster.
-
#uri ⇒ ::String
URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}".
Instance Attribute Details
#discovery_endpoint_ip_address ⇒ ::String
Returns Discovery endpoint IP address of a Redis Cluster.
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1641 class RedisClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Name of a Redis Cluster.
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1641 class RedisClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Name of the region in which the Redis Cluster is defined. For example, "us-central1".
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1641 class RedisClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_uri ⇒ ::String
Returns URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1641 class RedisClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secondary_endpoint_ip_address ⇒ ::String
Returns Secondary endpoint IP address of a Redis Cluster.
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1641 class RedisClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}".
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1641 class RedisClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |