Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::RedisInstanceInfo.
For display only. Metadata associated with a Cloud Redis Instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Name of a Cloud Redis Instance.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Name of a Cloud Redis Instance.
Returns
- (::String) — Name of a Cloud Redis Instance.
#network_uri
def network_uri() -> ::String
Returns
- (::String) — URI of a Cloud Redis Instance network.
#network_uri=
def network_uri=(value) -> ::String
Parameter
- value (::String) — URI of a Cloud Redis Instance network.
Returns
- (::String) — URI of a Cloud Redis Instance network.
#primary_endpoint_ip
def primary_endpoint_ip() -> ::String
Returns
- (::String) — Primary endpoint IP address of a Cloud Redis Instance.
#primary_endpoint_ip=
def primary_endpoint_ip=(value) -> ::String
Parameter
- value (::String) — Primary endpoint IP address of a Cloud Redis Instance.
Returns
- (::String) — Primary endpoint IP address of a Cloud Redis Instance.
#read_endpoint_ip
def read_endpoint_ip() -> ::String
Returns
- (::String) — Read endpoint IP address of a Cloud Redis Instance (if applicable).
#read_endpoint_ip=
def read_endpoint_ip=(value) -> ::String
Parameter
- value (::String) — Read endpoint IP address of a Cloud Redis Instance (if applicable).
Returns
- (::String) — Read endpoint IP address of a Cloud Redis Instance (if applicable).
#region
def region() -> ::String
Returns
- (::String) — Region in which the Cloud Redis Instance is defined.
#region=
def region=(value) -> ::String
Parameter
- value (::String) — Region in which the Cloud Redis Instance is defined.
Returns
- (::String) — Region in which the Cloud Redis Instance is defined.
#uri
def uri() -> ::String
Returns
- (::String) — URI of a Cloud Redis Instance.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI of a Cloud Redis Instance.
Returns
- (::String) — URI of a Cloud Redis Instance.