Class: Google::Cloud::NetworkManagement::V1::RedisClusterInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#discovery_endpoint_ip_address::String

Returns Discovery endpoint IP address of a Redis Cluster.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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".

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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