public static interface Instance.NodeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract 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];
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getIp()
public abstract 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];
Returns | |
---|---|
Type | Description |
String |
The ip. |
getIpBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ip. |
getState()
public abstract 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];
Returns | |
---|---|
Type | Description |
String |
The state. |
getStateBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for state. |
getZoneId()
public abstract String 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];
Returns | |
---|---|
Type | Description |
String |
The zoneId. |
getZoneIdBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zoneId. |