Class: Google::Cloud::AlloyDB::V1alpha::Instance::Node
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::Node
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Details of a single node in the instance. Nodes in an AlloyDB instance are ephemereal, they can change during update, failover, autohealing and resize operations.
Instance Attribute Summary collapse
-
#id ⇒ ::String
The identifier of the VM e.g.
-
#ip ⇒ ::String
The private IP address of the VM e.g.
-
#state ⇒ ::String
Determined by state of the compute VM and postgres-service health.
-
#zone_id ⇒ ::String
The Compute Engine zone of the VM e.g.
Instance Attribute Details
#id ⇒ ::String
Returns The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
712 713 714 715 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 712 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip ⇒ ::String
Returns The private IP address of the VM e.g. "10.57.0.34".
712 713 714 715 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 712 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::String
Returns Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
712 713 714 715 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 712 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |