public static interface Instance.NodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Output only.
|
com.google.protobuf.ByteString |
getIdBytes()
Output only.
|
String |
getIp()
Output only.
|
com.google.protobuf.ByteString |
getIpBytes()
Output only.
|
String |
getState()
Output only.
|
com.google.protobuf.ByteString |
getStateBytes()
Output only.
|
String |
getZoneId()
Output only.
|
com.google.protobuf.ByteString |
getZoneIdBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getZoneId()
Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
string zone_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getZoneIdBytes()
Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
string zone_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getId()
Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIdBytes()
Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getIp()
Output only. The private IP address of the VM e.g. "10.57.0.34".
string ip = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIpBytes()
Output only. The private IP address of the VM e.g. "10.57.0.34".
string ip = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getState()
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.
string state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getStateBytes()
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.
string state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.