@@ -35,7 +35,8 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
35
35
* node pool. This should be of the form
36
36
* projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For
37
37
* more information about protecting resources with Cloud KMS Keys please see:
38
- * https://cloud.google.com/compute/docs/disks/customer-managed-encryption
38
+ * https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-
39
+ * encryption
39
40
* The value may be {@code null}.
40
41
*/
41
42
@ com .google .api .client .util .Key
@@ -58,8 +59,9 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
58
59
private java .lang .String diskType ;
59
60
60
61
/**
61
- * The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-
62
- * engine/docs/concepts/node-images for available image types.
62
+ * The image type to use for NAP created node. Please see
63
+ * https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-
64
+ * images for available image types.
63
65
* The value may be {@code null}.
64
66
*/
65
67
@ com .google .api .client .util .Key
@@ -83,11 +85,10 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
83
85
* Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be
84
86
* scheduled on the specified or newer CPU platform. Applicable values are the friendly names of
85
87
* CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For
86
- * more information, read [how to specify min CPU
87
- * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field
88
- * is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-
89
- * platform` label selector on the pod. To unset the min cpu platform field pass "automatic" as
90
- * field value.
88
+ * more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_doc
89
+ * umentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated,
90
+ * min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label
91
+ * selector on the pod. To unset the min cpu platform field pass "automatic" as field value.
91
92
* The value may be {@code null}.
92
93
*/
93
94
@ com .google .api .client .util .Key
@@ -126,7 +127,8 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
126
127
* node pool. This should be of the form
127
128
* projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For
128
129
* more information about protecting resources with Cloud KMS Keys please see:
129
- * https://cloud.google.com/compute/docs/disks/customer-managed-encryption
130
+ * https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-
131
+ * encryption
130
132
* @return value or {@code null} for none
131
133
*/
132
134
public java .lang .String getBootDiskKmsKey () {
@@ -138,7 +140,8 @@ public java.lang.String getBootDiskKmsKey() {
138
140
* node pool. This should be of the form
139
141
* projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For
140
142
* more information about protecting resources with Cloud KMS Keys please see:
141
- * https://cloud.google.com/compute/docs/disks/customer-managed-encryption
143
+ * https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-
144
+ * encryption
142
145
* @param bootDiskKmsKey bootDiskKmsKey or {@code null} for none
143
146
*/
144
147
public AutoprovisioningNodePoolDefaults setBootDiskKmsKey (java .lang .String bootDiskKmsKey ) {
@@ -185,17 +188,19 @@ public AutoprovisioningNodePoolDefaults setDiskType(java.lang.String diskType) {
185
188
}
186
189
187
190
/**
188
- * The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-
189
- * engine/docs/concepts/node-images for available image types.
191
+ * The image type to use for NAP created node. Please see
192
+ * https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-
193
+ * images for available image types.
190
194
* @return value or {@code null} for none
191
195
*/
192
196
public java .lang .String getImageType () {
193
197
return imageType ;
194
198
}
195
199
196
200
/**
197
- * The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-
198
- * engine/docs/concepts/node-images for available image types.
201
+ * The image type to use for NAP created node. Please see
202
+ * https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-
203
+ * images for available image types.
199
204
* @param imageType imageType or {@code null} for none
200
205
*/
201
206
public AutoprovisioningNodePoolDefaults setImageType (java .lang .String imageType ) {
@@ -241,11 +246,10 @@ public AutoprovisioningNodePoolDefaults setManagement(NodeManagement management)
241
246
* Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be
242
247
* scheduled on the specified or newer CPU platform. Applicable values are the friendly names of
243
248
* CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For
244
- * more information, read [how to specify min CPU
245
- * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field
246
- * is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-
247
- * platform` label selector on the pod. To unset the min cpu platform field pass "automatic" as
248
- * field value.
249
+ * more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_doc
250
+ * umentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated,
251
+ * min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label
252
+ * selector on the pod. To unset the min cpu platform field pass "automatic" as field value.
249
253
* @return value or {@code null} for none
250
254
*/
251
255
public java .lang .String getMinCpuPlatform () {
@@ -256,11 +260,10 @@ public java.lang.String getMinCpuPlatform() {
256
260
* Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be
257
261
* scheduled on the specified or newer CPU platform. Applicable values are the friendly names of
258
262
* CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For
259
- * more information, read [how to specify min CPU
260
- * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field
261
- * is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-
262
- * platform` label selector on the pod. To unset the min cpu platform field pass "automatic" as
263
- * field value.
263
+ * more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_doc
264
+ * umentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated,
265
+ * min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label
266
+ * selector on the pod. To unset the min cpu platform field pass "automatic" as field value.
264
267
* @param minCpuPlatform minCpuPlatform or {@code null} for none
265
268
*/
266
269
public AutoprovisioningNodePoolDefaults setMinCpuPlatform (java .lang .String minCpuPlatform ) {
0 commit comments