Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::RedisClusterInfo.
For display only. Metadata associated with a Redis Cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#discovery_endpoint_ip_address
def discovery_endpoint_ip_address() -> ::String
Returns
- (::String) — Discovery endpoint IP address of a Redis Cluster.
#discovery_endpoint_ip_address=
def discovery_endpoint_ip_address=(value) -> ::String
Parameter
- value (::String) — Discovery endpoint IP address of a Redis Cluster.
Returns
- (::String) — Discovery endpoint IP address of a Redis Cluster.
#display_name
def display_name() -> ::String
Returns
- (::String) — Name of a Redis Cluster.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Name of a Redis Cluster.
Returns
- (::String) — Name of a Redis Cluster.
#location
def location() -> ::String
Returns
- (::String) — Name of the region in which the Redis Cluster is defined. For example, "us-central1".
#location=
def location=(value) -> ::String
Parameter
- value (::String) — Name of the region in which the Redis Cluster is defined. For example, "us-central1".
Returns
- (::String) — Name of the region in which the Redis Cluster is defined. For example, "us-central1".
#network_uri
def network_uri() -> ::String
Returns
- (::String) — URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".
#network_uri=
def network_uri=(value) -> ::String
Parameter
- value (::String) — URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".
Returns
- (::String) — URI of a Redis Cluster network in format "projects/{project_id}/global/networks/{network_id}".
#secondary_endpoint_ip_address
def secondary_endpoint_ip_address() -> ::String
Returns
- (::String) — Secondary endpoint IP address of a Redis Cluster.
#secondary_endpoint_ip_address=
def secondary_endpoint_ip_address=(value) -> ::String
Parameter
- value (::String) — Secondary endpoint IP address of a Redis Cluster.
Returns
- (::String) — Secondary endpoint IP address of a Redis Cluster.
#uri
def uri() -> ::String
Returns
- (::String) — URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"
Returns
- (::String) — URI of a Redis Cluster in format "projects/{project_id}/locations/{location}/clusters/{cluster_id}"