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 ephemeral, they can change during update, failover, autohealing and resize operations.
Instance Attribute Summary collapse
-
#id ⇒ ::String
readonly
Output only.
-
#ip ⇒ ::String
readonly
Output only.
-
#state ⇒ ::String
readonly
Output only.
-
#zone_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#id ⇒ ::String (readonly)
Returns Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
924 925 926 927 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 924 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip ⇒ ::String (readonly)
Returns Output only. The private IP address of the VM e.g. "10.57.0.34".
924 925 926 927 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 924 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::String (readonly)
Returns Output only. 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.
924 925 926 927 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 924 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone_id ⇒ ::String (readonly)
Returns Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
924 925 926 927 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 924 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |