31
31
public final class Node extends com .google .api .client .json .GenericJson {
32
32
33
33
/**
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".
35
35
* The value may be {@code null}.
36
36
*/
37
37
@ com .google .api .client .util .Key
38
38
private java .lang .String id ;
39
39
40
40
/**
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".
42
42
* The value may be {@code null}.
43
43
*/
44
44
@ com .google .api .client .util .Key
45
45
private java .lang .String ip ;
46
46
47
47
/**
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.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@ com .google .api .client .util .Key
54
54
private java .lang .String state ;
55
55
56
56
/**
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".
58
58
* The value may be {@code null}.
59
59
*/
60
60
@ com .google .api .client .util .Key
61
61
private java .lang .String zoneId ;
62
62
63
63
/**
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".
65
65
* @return value or {@code null} for none
66
66
*/
67
67
public java .lang .String getId () {
68
68
return id ;
69
69
}
70
70
71
71
/**
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".
73
73
* @param id id or {@code null} for none
74
74
*/
75
75
public Node setId (java .lang .String id ) {
@@ -78,15 +78,15 @@ public Node setId(java.lang.String id) {
78
78
}
79
79
80
80
/**
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".
82
82
* @return value or {@code null} for none
83
83
*/
84
84
public java .lang .String getIp () {
85
85
return ip ;
86
86
}
87
87
88
88
/**
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".
90
90
* @param ip ip or {@code null} for none
91
91
*/
92
92
public Node setIp (java .lang .String ip ) {
@@ -95,19 +95,19 @@ public Node setIp(java.lang.String ip) {
95
95
}
96
96
97
97
/**
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.
101
101
* @return value or {@code null} for none
102
102
*/
103
103
public java .lang .String getState () {
104
104
return state ;
105
105
}
106
106
107
107
/**
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.
111
111
* @param state state or {@code null} for none
112
112
*/
113
113
public Node setState (java .lang .String state ) {
@@ -116,15 +116,15 @@ public Node setState(java.lang.String state) {
116
116
}
117
117
118
118
/**
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".
120
120
* @return value or {@code null} for none
121
121
*/
122
122
public java .lang .String getZoneId () {
123
123
return zoneId ;
124
124
}
125
125
126
126
/**
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".
128
128
* @param zoneId zoneId or {@code null} for none
129
129
*/
130
130
public Node setZoneId (java .lang .String zoneId ) {
0 commit comments