Class: Google::Cloud::Redis::V1beta1::NodeInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

Node specific properties.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String (readonly)

Returns Output only. Node identifying string. e.g. 'node-0', 'node-1'.

Returns:

  • (::String)

    Output only. Node identifying string. e.g. 'node-0', 'node-1'



31
32
33
34
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 31

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

#zone::String (readonly)

Returns Output only. Location of the node.

Returns:

  • (::String)

    Output only. Location of the node.



31
32
33
34
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 31

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