3131public final class Node extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
34+ * Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
3838 private java .lang .String id ;
3939
4040 /**
41- * The private IP address of the VM e.g. "10.57.0.34".
41+ * Output only. The private IP address of the VM e.g. "10.57.0.34".
4242 * The value may be {@code null}.
4343 */
4444 @ com .google .api .client .util .Key
4545 private java .lang .String ip ;
4646
4747 /**
48- * Determined by state of the compute VM and postgres-service health. Compute VM state can have
49- * values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and
50- * postgres-service health can have values: HEALTHY and UNHEALTHY.
48+ * Output only. Determined by state of the compute VM and postgres-service health. Compute VM
49+ * state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-
50+ * cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
5151 * The value may be {@code null}.
5252 */
5353 @ com .google .api .client .util .Key
5454 private java .lang .String state ;
5555
5656 /**
57- * The Compute Engine zone of the VM e.g. "us-central1-b".
57+ * Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
5858 * The value may be {@code null}.
5959 */
6060 @ com .google .api .client .util .Key
6161 private java .lang .String zoneId ;
6262
6363 /**
64- * The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
64+ * Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
6565 * @return value or {@code null} for none
6666 */
6767 public java .lang .String getId () {
6868 return id ;
6969 }
7070
7171 /**
72- * The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
72+ * Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
7373 * @param id id or {@code null} for none
7474 */
7575 public Node setId (java .lang .String id ) {
@@ -78,15 +78,15 @@ public Node setId(java.lang.String id) {
7878 }
7979
8080 /**
81- * The private IP address of the VM e.g. "10.57.0.34".
81+ * Output only. The private IP address of the VM e.g. "10.57.0.34".
8282 * @return value or {@code null} for none
8383 */
8484 public java .lang .String getIp () {
8585 return ip ;
8686 }
8787
8888 /**
89- * The private IP address of the VM e.g. "10.57.0.34".
89+ * Output only. The private IP address of the VM e.g. "10.57.0.34".
9090 * @param ip ip or {@code null} for none
9191 */
9292 public Node setIp (java .lang .String ip ) {
@@ -95,19 +95,19 @@ public Node setIp(java.lang.String ip) {
9595 }
9696
9797 /**
98- * Determined by state of the compute VM and postgres-service health. Compute VM state can have
99- * values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and
100- * postgres-service health can have values: HEALTHY and UNHEALTHY.
98+ * Output only. Determined by state of the compute VM and postgres-service health. Compute VM
99+ * state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-
100+ * cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
101101 * @return value or {@code null} for none
102102 */
103103 public java .lang .String getState () {
104104 return state ;
105105 }
106106
107107 /**
108- * Determined by state of the compute VM and postgres-service health. Compute VM state can have
109- * values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and
110- * postgres-service health can have values: HEALTHY and UNHEALTHY.
108+ * Output only. Determined by state of the compute VM and postgres-service health. Compute VM
109+ * state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-
110+ * cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
111111 * @param state state or {@code null} for none
112112 */
113113 public Node setState (java .lang .String state ) {
@@ -116,15 +116,15 @@ public Node setState(java.lang.String state) {
116116 }
117117
118118 /**
119- * The Compute Engine zone of the VM e.g. "us-central1-b".
119+ * Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
120120 * @return value or {@code null} for none
121121 */
122122 public java .lang .String getZoneId () {
123123 return zoneId ;
124124 }
125125
126126 /**
127- * The Compute Engine zone of the VM e.g. "us-central1-b".
127+ * Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
128128 * @param zoneId zoneId or {@code null} for none
129129 */
130130 public Node setZoneId (java .lang .String zoneId ) {
0 commit comments