google-apis-container_v1 0.97.0 → 0.98.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@ module Google
32
32
  attr_accessor :accelerator_count
33
33
 
34
34
  # The accelerator type resource name. List of supported accelerators [here](
35
- # https://cloud.google.com/compute/docs/gpus)
35
+ # https://`$universe.dns_names.final_documentation_domain`/compute/docs/gpus)
36
36
  # Corresponds to the JSON property `acceleratorType`
37
37
  # @return [String]
38
38
  attr_accessor :accelerator_type
@@ -70,6 +70,35 @@ module Google
70
70
  end
71
71
  end
72
72
 
73
+ # AdditionalIPRangesConfig is the configuration for individual additional
74
+ # subnetwork attached to the cluster
75
+ class AdditionalIpRangesConfig
76
+ include Google::Apis::Core::Hashable
77
+
78
+ # List of secondary ranges names within this subnetwork that can be used for pod
79
+ # IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
80
+ # Corresponds to the JSON property `podIpv4RangeNames`
81
+ # @return [Array<String>]
82
+ attr_accessor :pod_ipv4_range_names
83
+
84
+ # Name of the subnetwork. This can be the full path of the subnetwork or just
85
+ # the name. Example1: my-subnet Example2: projects/gke-project/regions/us-
86
+ # central1/subnetworks/my-subnet
87
+ # Corresponds to the JSON property `subnetwork`
88
+ # @return [String]
89
+ attr_accessor :subnetwork
90
+
91
+ def initialize(**args)
92
+ update!(**args)
93
+ end
94
+
95
+ # Update properties of this object
96
+ def update!(**args)
97
+ @pod_ipv4_range_names = args[:pod_ipv4_range_names] if args.key?(:pod_ipv4_range_names)
98
+ @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
99
+ end
100
+ end
101
+
73
102
  # AdditionalNodeNetworkConfig is the configuration for additional node networks
74
103
  # within the NodeNetworkConfig message
75
104
  class AdditionalNodeNetworkConfig
@@ -345,12 +374,18 @@ module Google
345
374
  class AnonymousAuthenticationConfig
346
375
  include Google::Apis::Core::Hashable
347
376
 
377
+ # Defines the mode of limiting anonymous access in the cluster.
378
+ # Corresponds to the JSON property `mode`
379
+ # @return [String]
380
+ attr_accessor :mode
381
+
348
382
  def initialize(**args)
349
383
  update!(**args)
350
384
  end
351
385
 
352
386
  # Update properties of this object
353
387
  def update!(**args)
388
+ @mode = args[:mode] if args.key?(:mode)
354
389
  end
355
390
  end
356
391
 
@@ -382,6 +417,19 @@ module Google
382
417
  end
383
418
  end
384
419
 
420
+ # AutoIpamConfig contains all information related to Auto IPAM
421
+ class AutoIpamConfig
422
+ include Google::Apis::Core::Hashable
423
+
424
+ def initialize(**args)
425
+ update!(**args)
426
+ end
427
+
428
+ # Update properties of this object
429
+ def update!(**args)
430
+ end
431
+ end
432
+
385
433
  # AutoMonitoringConfig defines the configuration for GKE Workload Auto-
386
434
  # Monitoring.
387
435
  class AutoMonitoringConfig
@@ -536,7 +584,8 @@ module Google
536
584
  # each node in the node pool. This should be of the form projects/[
537
585
  # KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
538
586
  # . For more information about protecting resources with Cloud KMS Keys please
539
- # see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
587
+ # see: https://`$universe.dns_names.final_documentation_domain`/compute/docs/
588
+ # disks/customer-managed-encryption
540
589
  # Corresponds to the JSON property `bootDiskKmsKey`
541
590
  # @return [String]
542
591
  attr_accessor :boot_disk_kms_key
@@ -553,8 +602,9 @@ module Google
553
602
  # @return [String]
554
603
  attr_accessor :disk_type
555
604
 
556
- # The image type to use for NAP created node. Please see https://cloud.google.
557
- # com/kubernetes-engine/docs/concepts/node-images for available image types.
605
+ # The image type to use for NAP created node. Please see https://`$universe.
606
+ # dns_names.final_documentation_domain`/kubernetes-engine/docs/concepts/node-
607
+ # images for available image types.
558
608
  # Corresponds to the JSON property `imageType`
559
609
  # @return [String]
560
610
  attr_accessor :image_type
@@ -575,11 +625,11 @@ module Google
575
625
  # instance may be scheduled on the specified or newer CPU platform. Applicable
576
626
  # values are the friendly names of CPU platforms, such as minCpuPlatform: Intel
577
627
  # Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
578
- # to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
579
- # specify-min-cpu-platform). This field is deprecated, min_cpu_platform should
580
- # be specified using `cloud.google.com/requested-min-cpu-platform` label
581
- # selector on the pod. To unset the min cpu platform field pass "automatic" as
582
- # field value.
628
+ # to specify min CPU platform](https://`$universe.dns_names.
629
+ # final_documentation_domain`/compute/docs/instances/specify-min-cpu-platform).
630
+ # This field is deprecated, min_cpu_platform should be specified using `cloud.
631
+ # google.com/requested-min-cpu-platform` label selector on the pod. To unset the
632
+ # min cpu platform field pass "automatic" as field value.
583
633
  # Corresponds to the JSON property `minCpuPlatform`
584
634
  # @return [String]
585
635
  attr_accessor :min_cpu_platform
@@ -821,15 +871,17 @@ module Google
821
871
  attr_accessor :operation_id
822
872
 
823
873
  # Deprecated. The Google Developers Console [project ID or project number](https:
824
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
825
- # field has been deprecated and replaced by the name field.
874
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
875
+ # creating-managing-projects). This field has been deprecated and replaced by
876
+ # the name field.
826
877
  # Corresponds to the JSON property `projectId`
827
878
  # @return [String]
828
879
  attr_accessor :project_id
829
880
 
830
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
831
- # com/compute/docs/zones#available) in which the operation resides. This field
832
- # has been deprecated and replaced by the name field.
881
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
882
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
883
+ # the operation resides. This field has been deprecated and replaced by the name
884
+ # field.
833
885
  # Corresponds to the JSON property `zone`
834
886
  # @return [String]
835
887
  attr_accessor :zone
@@ -859,7 +911,8 @@ module Google
859
911
  attr_accessor :fqdns
860
912
 
861
913
  # GCPSecretManagerCertificateConfig configures a secret from [Google Secret
862
- # Manager](https://cloud.google.com/secret-manager).
914
+ # Manager](https://`$universe.dns_names.final_documentation_domain`/secret-
915
+ # manager).
863
916
  # Corresponds to the JSON property `gcpSecretManagerCertificateConfig`
864
917
  # @return [Google::Apis::ContainerV1::GcpSecretManagerCertificateConfig]
865
918
  attr_accessor :gcp_secret_manager_certificate_config
@@ -1068,11 +1121,12 @@ module Google
1068
1121
  # @return [Fixnum]
1069
1122
  attr_accessor :current_node_count
1070
1123
 
1071
- # Output only. Deprecated, use [NodePools.version](https://cloud.google.com/
1072
- # kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools)
1073
- # instead. The current version of the node software components. If they are
1074
- # currently at multiple versions because they're in the process of being
1075
- # upgraded, this reflects the minimum version of all nodes.
1124
+ # Output only. Deprecated, use [NodePools.version](https://`$universe.dns_names.
1125
+ # final_documentation_domain`/kubernetes-engine/docs/reference/rest/v1/projects.
1126
+ # locations.clusters.nodePools) instead. The current version of the node
1127
+ # software components. If they are currently at multiple versions because they'
1128
+ # re in the process of being upgraded, this reflects the minimum version of all
1129
+ # nodes.
1076
1130
  # Corresponds to the JSON property `currentNodeVersion`
1077
1131
  # @return [String]
1078
1132
  attr_accessor :current_node_version
@@ -1146,6 +1200,11 @@ module Google
1146
1200
  # @return [Google::Apis::ContainerV1::Fleet]
1147
1201
  attr_accessor :fleet
1148
1202
 
1203
+ # GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
1204
+ # Corresponds to the JSON property `gkeAutoUpgradeConfig`
1205
+ # @return [Google::Apis::ContainerV1::GkeAutoUpgradeConfig]
1206
+ attr_accessor :gke_auto_upgrade_config
1207
+
1149
1208
  # Output only. Unique id for the cluster.
1150
1209
  # Corresponds to the JSON property `id`
1151
1210
  # @return [String]
@@ -1171,13 +1230,14 @@ module Google
1171
1230
  attr_accessor :initial_cluster_version
1172
1231
 
1173
1232
  # The number of nodes to create in this cluster. You must ensure that your
1174
- # Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is
1175
- # sufficient for this number of instances. You must also have available firewall
1176
- # and routes quota. For requests, this field should only be used in lieu of a "
1177
- # node_pool" object, since this configuration (along with the "node_config")
1178
- # will be used to create a "NodePool" object with an auto-generated name. Do not
1179
- # use this and a node_pool at the same time. This field is deprecated, use
1180
- # node_pool.initial_node_count instead.
1233
+ # Compute Engine [resource quota](https://`$universe.dns_names.
1234
+ # final_documentation_domain`/compute/quotas) is sufficient for this number of
1235
+ # instances. You must also have available firewall and routes quota. For
1236
+ # requests, this field should only be used in lieu of a "node_pool" object,
1237
+ # since this configuration (along with the "node_config") will be used to create
1238
+ # a "NodePool" object with an auto-generated name. Do not use this and a
1239
+ # node_pool at the same time. This field is deprecated, use node_pool.
1240
+ # initial_node_count instead.
1181
1241
  # Corresponds to the JSON property `initialNodeCount`
1182
1242
  # @return [Fixnum]
1183
1243
  attr_accessor :initial_node_count
@@ -1202,23 +1262,26 @@ module Google
1202
1262
  # @return [Google::Apis::ContainerV1::LegacyAbac]
1203
1263
  attr_accessor :legacy_abac
1204
1264
 
1205
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
1206
- # com/compute/docs/regions-zones/regions-zones#available) or [region](https://
1207
- # cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
1208
- # the cluster resides.
1265
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
1266
+ # dns_names.final_documentation_domain`/compute/docs/regions-zones/regions-zones#
1267
+ # available) or [region](https://`$universe.dns_names.final_documentation_domain`
1268
+ # /compute/docs/regions-zones/regions-zones#available) in which the cluster
1269
+ # resides.
1209
1270
  # Corresponds to the JSON property `location`
1210
1271
  # @return [String]
1211
1272
  attr_accessor :location
1212
1273
 
1213
- # The list of Google Compute Engine [zones](https://cloud.google.com/compute/
1214
- # docs/zones#available) in which the cluster's nodes should be located. This
1215
- # field provides a default value if [NodePool.Locations](https://cloud.google.
1216
- # com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.
1217
- # nodePools#NodePool.FIELDS.locations) are not specified during node pool
1218
- # creation. Warning: changing cluster locations will update the [NodePool.
1219
- # Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/
1220
- # projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node
1221
- # pools and will result in nodes being added and/or removed.
1274
+ # The list of Google Compute Engine [zones](https://`$universe.dns_names.
1275
+ # final_documentation_domain`/compute/docs/zones#available) in which the cluster'
1276
+ # s nodes should be located. This field provides a default value if [NodePool.
1277
+ # Locations](https://`$universe.dns_names.final_documentation_domain`/kubernetes-
1278
+ # engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.
1279
+ # FIELDS.locations) are not specified during node pool creation. Warning:
1280
+ # changing cluster locations will update the [NodePool.Locations](https://`$
1281
+ # universe.dns_names.final_documentation_domain`/kubernetes-engine/docs/
1282
+ # reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.
1283
+ # locations) of all node pools and will result in nodes being added and/or
1284
+ # removed.
1222
1285
  # Corresponds to the JSON property `locations`
1223
1286
  # @return [Array<String>]
1224
1287
  attr_accessor :locations
@@ -1287,9 +1350,10 @@ module Google
1287
1350
  # @return [String]
1288
1351
  attr_accessor :name
1289
1352
 
1290
- # The name of the Google Compute Engine [network](https://cloud.google.com/
1291
- # compute/docs/networks-and-firewalls#networks) to which the cluster is
1292
- # connected. If left unspecified, the `default` network will be used.
1353
+ # The name of the Google Compute Engine [network](https://`$universe.dns_names.
1354
+ # final_documentation_domain`/compute/docs/networks-and-firewalls#networks) to
1355
+ # which the cluster is connected. If left unspecified, the `default` network
1356
+ # will be used.
1293
1357
  # Corresponds to the JSON property `network`
1294
1358
  # @return [String]
1295
1359
  attr_accessor :network
@@ -1436,8 +1500,9 @@ module Google
1436
1500
  # @return [String]
1437
1501
  attr_accessor :status_message
1438
1502
 
1439
- # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/
1440
- # compute/docs/subnetworks) to which the cluster is connected.
1503
+ # The name of the Google Compute Engine [subnetwork](https://`$universe.
1504
+ # dns_names.final_documentation_domain`/compute/docs/subnetworks) to which the
1505
+ # cluster is connected.
1441
1506
  # Corresponds to the JSON property `subnetwork`
1442
1507
  # @return [String]
1443
1508
  attr_accessor :subnetwork
@@ -1468,9 +1533,9 @@ module Google
1468
1533
  # @return [Google::Apis::ContainerV1::WorkloadIdentityConfig]
1469
1534
  attr_accessor :workload_identity_config
1470
1535
 
1471
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
1472
- # com/compute/docs/zones#available) in which the cluster resides. This field is
1473
- # deprecated, use location instead.
1536
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
1537
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
1538
+ # the cluster resides. This field is deprecated, use location instead.
1474
1539
  # Corresponds to the JSON property `zone`
1475
1540
  # @return [String]
1476
1541
  attr_accessor :zone
@@ -1509,6 +1574,7 @@ module Google
1509
1574
  @etag = args[:etag] if args.key?(:etag)
1510
1575
  @expire_time = args[:expire_time] if args.key?(:expire_time)
1511
1576
  @fleet = args[:fleet] if args.key?(:fleet)
1577
+ @gke_auto_upgrade_config = args[:gke_auto_upgrade_config] if args.key?(:gke_auto_upgrade_config)
1512
1578
  @id = args[:id] if args.key?(:id)
1513
1579
  @identity_service_config = args[:identity_service_config] if args.key?(:identity_service_config)
1514
1580
  @initial_cluster_version = args[:initial_cluster_version] if args.key?(:initial_cluster_version)
@@ -1568,8 +1634,9 @@ module Google
1568
1634
  class ClusterAutoscaling
1569
1635
  include Google::Apis::Core::Hashable
1570
1636
 
1571
- # The list of Google Compute Engine [zones](https://cloud.google.com/compute/
1572
- # docs/zones#available) in which the NodePool's nodes can be created by NAP.
1637
+ # The list of Google Compute Engine [zones](https://`$universe.dns_names.
1638
+ # final_documentation_domain`/compute/docs/zones#available) in which the
1639
+ # NodePool's nodes can be created by NAP.
1573
1640
  # Corresponds to the JSON property `autoprovisioningLocations`
1574
1641
  # @return [Array<String>]
1575
1642
  attr_accessor :autoprovisioning_locations
@@ -1641,6 +1708,12 @@ module Google
1641
1708
  # @return [Google::Apis::ContainerV1::AdditionalPodRangesConfig]
1642
1709
  attr_accessor :additional_pod_ranges_config
1643
1710
 
1711
+ # DesiredAdditionalIPRangesConfig is a wrapper used for cluster update operation
1712
+ # and contains multiple AdditionalIPRangesConfigs.
1713
+ # Corresponds to the JSON property `desiredAdditionalIpRangesConfig`
1714
+ # @return [Google::Apis::ContainerV1::DesiredAdditionalIpRangesConfig]
1715
+ attr_accessor :desired_additional_ip_ranges_config
1716
+
1644
1717
  # Configuration for the addons that can be automatically spun up in the cluster,
1645
1718
  # enabling additional functionality.
1646
1719
  # Corresponds to the JSON property `desiredAddonsConfig`
@@ -1658,6 +1731,11 @@ module Google
1658
1731
  # @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
1659
1732
  attr_accessor :desired_authenticator_groups_config
1660
1733
 
1734
+ # AutoIpamConfig contains all information related to Auto IPAM
1735
+ # Corresponds to the JSON property `desiredAutoIpamConfig`
1736
+ # @return [Google::Apis::ContainerV1::AutoIpamConfig]
1737
+ attr_accessor :desired_auto_ipam_config
1738
+
1661
1739
  # WorkloadPolicyConfig is the configuration related to GCW workload policy
1662
1740
  # Corresponds to the JSON property `desiredAutopilotWorkloadPolicyConfig`
1663
1741
  # @return [Google::Apis::ContainerV1::WorkloadPolicyConfig]
@@ -1813,11 +1891,11 @@ module Google
1813
1891
  # @return [Google::Apis::ContainerV1::IlbSubsettingConfig]
1814
1892
  attr_accessor :desired_l4ilb_subsetting_config
1815
1893
 
1816
- # The desired list of Google Compute Engine [zones](https://cloud.google.com/
1817
- # compute/docs/zones#available) in which the cluster's nodes should be located.
1818
- # This list must always include the cluster's primary zone. Warning: changing
1819
- # cluster locations will update the locations of all node pools and will result
1820
- # in nodes being added and/or removed.
1894
+ # The desired list of Google Compute Engine [zones](https://`$universe.dns_names.
1895
+ # final_documentation_domain`/compute/docs/zones#available) in which the cluster'
1896
+ # s nodes should be located. This list must always include the cluster's primary
1897
+ # zone. Warning: changing cluster locations will update the locations of all
1898
+ # node pools and will result in nodes being added and/or removed.
1821
1899
  # Corresponds to the JSON property `desiredLocations`
1822
1900
  # @return [Array<String>]
1823
1901
  attr_accessor :desired_locations
@@ -1906,9 +1984,10 @@ module Google
1906
1984
 
1907
1985
  # A map of resource manager tag keys and values to be attached to the nodes for
1908
1986
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
1909
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
1910
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
1911
- # specified. Existing tags will be replaced with new values.
1987
+ # be according to specifications in https://`$universe.dns_names.
1988
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
1989
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
1990
+ # replaced with new values.
1912
1991
  # Corresponds to the JSON property `desiredNodePoolAutoConfigResourceManagerTags`
1913
1992
  # @return [Google::Apis::ContainerV1::ResourceManagerTags]
1914
1993
  attr_accessor :desired_node_pool_auto_config_resource_manager_tags
@@ -2017,6 +2096,12 @@ module Google
2017
2096
  # @return [String]
2018
2097
  attr_accessor :desired_stack_type
2019
2098
 
2099
+ # UserManagedKeysConfig holds the resource address to Keys which are used for
2100
+ # signing certs and token that are used for communication within cluster.
2101
+ # Corresponds to the JSON property `desiredUserManagedKeysConfig`
2102
+ # @return [Google::Apis::ContainerV1::UserManagedKeysConfig]
2103
+ attr_accessor :desired_user_managed_keys_config
2104
+
2020
2105
  # VerticalPodAutoscaling contains global, per-cluster information required by
2021
2106
  # Vertical Pod Autoscaler to automatically adjust the resources of pods
2022
2107
  # controlled by it.
@@ -2041,6 +2126,11 @@ module Google
2041
2126
  # @return [String]
2042
2127
  attr_accessor :etag
2043
2128
 
2129
+ # GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
2130
+ # Corresponds to the JSON property `gkeAutoUpgradeConfig`
2131
+ # @return [Google::Apis::ContainerV1::GkeAutoUpgradeConfig]
2132
+ attr_accessor :gke_auto_upgrade_config
2133
+
2044
2134
  # AdditionalPodRangesConfig is the configuration for additional pod secondary
2045
2135
  # ranges supporting the ClusterUpdate message.
2046
2136
  # Corresponds to the JSON property `removedAdditionalPodRangesConfig`
@@ -2060,9 +2150,11 @@ module Google
2060
2150
  # Update properties of this object
2061
2151
  def update!(**args)
2062
2152
  @additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
2153
+ @desired_additional_ip_ranges_config = args[:desired_additional_ip_ranges_config] if args.key?(:desired_additional_ip_ranges_config)
2063
2154
  @desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
2064
2155
  @desired_anonymous_authentication_config = args[:desired_anonymous_authentication_config] if args.key?(:desired_anonymous_authentication_config)
2065
2156
  @desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
2157
+ @desired_auto_ipam_config = args[:desired_auto_ipam_config] if args.key?(:desired_auto_ipam_config)
2066
2158
  @desired_autopilot_workload_policy_config = args[:desired_autopilot_workload_policy_config] if args.key?(:desired_autopilot_workload_policy_config)
2067
2159
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
2068
2160
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
@@ -2121,10 +2213,12 @@ module Google
2121
2213
  @desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
2122
2214
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
2123
2215
  @desired_stack_type = args[:desired_stack_type] if args.key?(:desired_stack_type)
2216
+ @desired_user_managed_keys_config = args[:desired_user_managed_keys_config] if args.key?(:desired_user_managed_keys_config)
2124
2217
  @desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
2125
2218
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
2126
2219
  @enable_k8s_beta_apis = args[:enable_k8s_beta_apis] if args.key?(:enable_k8s_beta_apis)
2127
2220
  @etag = args[:etag] if args.key?(:etag)
2221
+ @gke_auto_upgrade_config = args[:gke_auto_upgrade_config] if args.key?(:gke_auto_upgrade_config)
2128
2222
  @removed_additional_pod_ranges_config = args[:removed_additional_pod_ranges_config] if args.key?(:removed_additional_pod_ranges_config)
2129
2223
  @user_managed_keys_config = args[:user_managed_keys_config] if args.key?(:user_managed_keys_config)
2130
2224
  end
@@ -2202,15 +2296,17 @@ module Google
2202
2296
  attr_accessor :name
2203
2297
 
2204
2298
  # Deprecated. The Google Developers Console [project ID or project number](https:
2205
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2206
- # field has been deprecated and replaced by the name field.
2299
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2300
+ # creating-managing-projects). This field has been deprecated and replaced by
2301
+ # the name field.
2207
2302
  # Corresponds to the JSON property `projectId`
2208
2303
  # @return [String]
2209
2304
  attr_accessor :project_id
2210
2305
 
2211
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2212
- # com/compute/docs/zones#available) in which the cluster resides. This field has
2213
- # been deprecated and replaced by the name field.
2306
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2307
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2308
+ # the cluster resides. This field has been deprecated and replaced by the name
2309
+ # field.
2214
2310
  # Corresponds to the JSON property `zone`
2215
2311
  # @return [String]
2216
2312
  attr_accessor :zone
@@ -2436,15 +2532,17 @@ module Google
2436
2532
  attr_accessor :parent
2437
2533
 
2438
2534
  # Deprecated. The Google Developers Console [project ID or project number](https:
2439
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2440
- # field has been deprecated and replaced by the parent field.
2535
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2536
+ # creating-managing-projects). This field has been deprecated and replaced by
2537
+ # the parent field.
2441
2538
  # Corresponds to the JSON property `projectId`
2442
2539
  # @return [String]
2443
2540
  attr_accessor :project_id
2444
2541
 
2445
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2446
- # com/compute/docs/zones#available) in which the cluster resides. This field has
2447
- # been deprecated and replaced by the parent field.
2542
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2543
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2544
+ # the cluster resides. This field has been deprecated and replaced by the parent
2545
+ # field.
2448
2546
  # Corresponds to the JSON property `zone`
2449
2547
  # @return [String]
2450
2548
  attr_accessor :zone
@@ -2489,15 +2587,17 @@ module Google
2489
2587
  attr_accessor :parent
2490
2588
 
2491
2589
  # Deprecated. The Google Developers Console [project ID or project number](https:
2492
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
2493
- # field has been deprecated and replaced by the parent field.
2590
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
2591
+ # creating-managing-projects). This field has been deprecated and replaced by
2592
+ # the parent field.
2494
2593
  # Corresponds to the JSON property `projectId`
2495
2594
  # @return [String]
2496
2595
  attr_accessor :project_id
2497
2596
 
2498
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
2499
- # com/compute/docs/zones#available) in which the cluster resides. This field has
2500
- # been deprecated and replaced by the parent field.
2597
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
2598
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
2599
+ # the cluster resides. This field has been deprecated and replaced by the parent
2600
+ # field.
2501
2601
  # Corresponds to the JSON property `zone`
2502
2602
  # @return [String]
2503
2603
  attr_accessor :zone
@@ -2678,6 +2778,27 @@ module Google
2678
2778
  end
2679
2779
  end
2680
2780
 
2781
+ # DesiredAdditionalIPRangesConfig is a wrapper used for cluster update operation
2782
+ # and contains multiple AdditionalIPRangesConfigs.
2783
+ class DesiredAdditionalIpRangesConfig
2784
+ include Google::Apis::Core::Hashable
2785
+
2786
+ # List of additional IP ranges configs where each AdditionalIPRangesConfig
2787
+ # corresponds to one subnetwork's IP ranges
2788
+ # Corresponds to the JSON property `additionalIpRangesConfigs`
2789
+ # @return [Array<Google::Apis::ContainerV1::AdditionalIpRangesConfig>]
2790
+ attr_accessor :additional_ip_ranges_configs
2791
+
2792
+ def initialize(**args)
2793
+ update!(**args)
2794
+ end
2795
+
2796
+ # Update properties of this object
2797
+ def update!(**args)
2798
+ @additional_ip_ranges_configs = args[:additional_ip_ranges_configs] if args.key?(:additional_ip_ranges_configs)
2799
+ end
2800
+ end
2801
+
2681
2802
  # DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.
2682
2803
  class DesiredEnterpriseConfig
2683
2804
  include Google::Apis::Core::Hashable
@@ -2773,13 +2894,15 @@ module Google
2773
2894
  # used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
2774
2895
  # zero (or unset) means to disable using local SSDs as ephemeral storage. The
2775
2896
  # limit for this value is dependent upon the maximum number of disk available on
2776
- # a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd
2777
- # for more information. 2. For Gen3 machines which dictate a specific number of
2778
- # local ssds, zero (or unset) means to use the default number of local ssds that
2779
- # goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
2780
- # local ssds would be provisioned. For c3-standard-8 (which doesn't support
2781
- # local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/
2782
- # disks/local-ssd#choose_number_local_ssds for more info.
2897
+ # a machine per zone. See: https://`$universe.dns_names.
2898
+ # final_documentation_domain`/compute/docs/disks/local-ssd for more information.
2899
+ # 2. For Gen3 machines which dictate a specific number of local ssds, zero (or
2900
+ # unset) means to use the default number of local ssds that goes with that
2901
+ # machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds
2902
+ # would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0
2903
+ # will be provisioned. See https://`$universe.dns_names.
2904
+ # final_documentation_domain`/compute/docs/disks/local-ssd#
2905
+ # choose_number_local_ssds for more info.
2783
2906
  # Corresponds to the JSON property `localSsdCount`
2784
2907
  # @return [Fixnum]
2785
2908
  attr_accessor :local_ssd_count
@@ -2874,7 +2997,8 @@ module Google
2874
2997
  end
2875
2998
 
2876
2999
  # GCPSecretManagerCertificateConfig configures a secret from [Google Secret
2877
- # Manager](https://cloud.google.com/secret-manager).
3000
+ # Manager](https://`$universe.dns_names.final_documentation_domain`/secret-
3001
+ # manager).
2878
3002
  class GcpSecretManagerCertificateConfig
2879
3003
  include Google::Apis::Core::Hashable
2880
3004
 
@@ -3127,6 +3251,25 @@ module Google
3127
3251
  end
3128
3252
  end
3129
3253
 
3254
+ # GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
3255
+ class GkeAutoUpgradeConfig
3256
+ include Google::Apis::Core::Hashable
3257
+
3258
+ # PatchMode specifies how auto upgrade patch builds should be selected.
3259
+ # Corresponds to the JSON property `patchMode`
3260
+ # @return [String]
3261
+ attr_accessor :patch_mode
3262
+
3263
+ def initialize(**args)
3264
+ update!(**args)
3265
+ end
3266
+
3267
+ # Update properties of this object
3268
+ def update!(**args)
3269
+ @patch_mode = args[:patch_mode] if args.key?(:patch_mode)
3270
+ end
3271
+ end
3272
+
3130
3273
  # Configuration for the Backup for GKE Agent.
3131
3274
  class GkeBackupAgentConfig
3132
3275
  include Google::Apis::Core::Hashable
@@ -3293,12 +3436,25 @@ module Google
3293
3436
  class IpAllocationPolicy
3294
3437
  include Google::Apis::Core::Hashable
3295
3438
 
3439
+ # Output only. The additional IP ranges that are added to the cluster. These IP
3440
+ # ranges can be used by new node pools to allocate node and pod IPs
3441
+ # automatically. Each AdditionalIPRangesConfig corresponds to a single
3442
+ # subnetwork. Once a range is removed it will not show up in IPAllocationPolicy.
3443
+ # Corresponds to the JSON property `additionalIpRangesConfigs`
3444
+ # @return [Array<Google::Apis::ContainerV1::AdditionalIpRangesConfig>]
3445
+ attr_accessor :additional_ip_ranges_configs
3446
+
3296
3447
  # AdditionalPodRangesConfig is the configuration for additional pod secondary
3297
3448
  # ranges supporting the ClusterUpdate message.
3298
3449
  # Corresponds to the JSON property `additionalPodRangesConfig`
3299
3450
  # @return [Google::Apis::ContainerV1::AdditionalPodRangesConfig]
3300
3451
  attr_accessor :additional_pod_ranges_config
3301
3452
 
3453
+ # AutoIpamConfig contains all information related to Auto IPAM
3454
+ # Corresponds to the JSON property `autoIpamConfig`
3455
+ # @return [Google::Apis::ContainerV1::AutoIpamConfig]
3456
+ attr_accessor :auto_ipam_config
3457
+
3302
3458
  # This field is deprecated, use cluster_ipv4_cidr_block.
3303
3459
  # Corresponds to the JSON property `clusterIpv4Cidr`
3304
3460
  # @return [String]
@@ -3447,7 +3603,9 @@ module Google
3447
3603
 
3448
3604
  # Update properties of this object
3449
3605
  def update!(**args)
3606
+ @additional_ip_ranges_configs = args[:additional_ip_ranges_configs] if args.key?(:additional_ip_ranges_configs)
3450
3607
  @additional_pod_ranges_config = args[:additional_pod_ranges_config] if args.key?(:additional_pod_ranges_config)
3608
+ @auto_ipam_config = args[:auto_ipam_config] if args.key?(:auto_ipam_config)
3451
3609
  @cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
3452
3610
  @cluster_ipv4_cidr_block = args[:cluster_ipv4_cidr_block] if args.key?(:cluster_ipv4_cidr_block)
3453
3611
  @cluster_secondary_range_name = args[:cluster_secondary_range_name] if args.key?(:cluster_secondary_range_name)
@@ -3856,17 +4014,18 @@ module Google
3856
4014
  include Google::Apis::Core::Hashable
3857
4015
 
3858
4016
  # Number of local NVMe SSDs to use. The limit for this value is dependent upon
3859
- # the maximum number of disk available on a machine per zone. See: https://cloud.
3860
- # google.com/compute/docs/disks/local-ssd for more information. A zero (or unset)
3861
- # value has different meanings depending on machine type being used: 1. For pre-
3862
- # Gen3 machines, which support flexible numbers of local ssds, zero (or unset)
3863
- # means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines
3864
- # which dictate a specific number of local ssds, zero (or unset) means to use
3865
- # the default number of local ssds that goes with that machine type. For example,
3866
- # for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-
3867
- # standard-8 (which doesn't support local ssds), 0 will be provisioned. See
3868
- # https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds
3869
- # for more info.
4017
+ # the maximum number of disk available on a machine per zone. See: https://`$
4018
+ # universe.dns_names.final_documentation_domain`/compute/docs/disks/local-ssd
4019
+ # for more information. A zero (or unset) value has different meanings depending
4020
+ # on machine type being used: 1. For pre-Gen3 machines, which support flexible
4021
+ # numbers of local ssds, zero (or unset) means to disable using local SSDs as
4022
+ # ephemeral storage. 2. For Gen3 machines which dictate a specific number of
4023
+ # local ssds, zero (or unset) means to use the default number of local ssds that
4024
+ # goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
4025
+ # local ssds would be provisioned. For c3-standard-8 (which doesn't support
4026
+ # local ssds), 0 will be provisioned. See https://`$universe.dns_names.
4027
+ # final_documentation_domain`/compute/docs/disks/local-ssd#
4028
+ # choose_number_local_ssds for more info.
3870
4029
  # Corresponds to the JSON property `localSsdCount`
3871
4030
  # @return [Fixnum]
3872
4031
  attr_accessor :local_ssd_count
@@ -4079,8 +4238,9 @@ module Google
4079
4238
  # strong password. If a password is provided for cluster creation, username must
4080
4239
  # be non-empty. Warning: basic authentication is deprecated, and will be removed
4081
4240
  # in GKE control plane versions 1.19 and newer. For a list of recommended
4082
- # authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/
4083
- # how-to/api-server-authentication
4241
+ # authentication methods, see: https://`$universe.dns_names.
4242
+ # final_documentation_domain`/kubernetes-engine/docs/how-to/api-server-
4243
+ # authentication
4084
4244
  # Corresponds to the JSON property `password`
4085
4245
  # @return [String]
4086
4246
  attr_accessor :password
@@ -4090,8 +4250,8 @@ module Google
4090
4250
  # username unspecified (or setting it to the empty string). Warning: basic
4091
4251
  # authentication is deprecated, and will be removed in GKE control plane
4092
4252
  # versions 1.19 and newer. For a list of recommended authentication methods, see:
4093
- # https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-
4094
- # authentication
4253
+ # https://`$universe.dns_names.final_documentation_domain`/kubernetes-engine/
4254
+ # docs/how-to/api-server-authentication
4095
4255
  # Corresponds to the JSON property `username`
4096
4256
  # @return [String]
4097
4257
  attr_accessor :username
@@ -4389,9 +4549,10 @@ module Google
4389
4549
  # @return [String]
4390
4550
  attr_accessor :in_transit_encryption_config
4391
4551
 
4392
- # Output only. The relative name of the Google Compute Engine [network](https://
4393
- # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
4394
- # cluster is connected. Example: projects/my-project/global/networks/my-network
4552
+ # Output only. The relative name of the Google Compute Engine [network](https://`
4553
+ # $universe.dns_names.final_documentation_domain`/compute/docs/networks-and-
4554
+ # firewalls#networks) to which the cluster is connected. Example: projects/my-
4555
+ # project/global/networks/my-network
4395
4556
  # Corresponds to the JSON property `network`
4396
4557
  # @return [String]
4397
4558
  attr_accessor :network
@@ -4413,8 +4574,9 @@ module Google
4413
4574
  attr_accessor :service_external_ips_config
4414
4575
 
4415
4576
  # Output only. The relative name of the Google Compute Engine [subnetwork](https:
4416
- # //cloud.google.com/compute/docs/vpc) to which the cluster is connected.
4417
- # Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
4577
+ # //`$universe.dns_names.final_documentation_domain`/compute/docs/vpc) to which
4578
+ # the cluster is connected. Example: projects/my-project/regions/us-central1/
4579
+ # subnetworks/my-subnet
4418
4580
  # Corresponds to the JSON property `subnetwork`
4419
4581
  # @return [String]
4420
4582
  attr_accessor :subnetwork
@@ -4534,8 +4696,9 @@ module Google
4534
4696
  end
4535
4697
 
4536
4698
  # Specifies the NodeAffinity key, values, and affinity operator according to [
4537
- # shared sole tenant node group affinities](https://cloud.google.com/compute/
4538
- # docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).
4699
+ # shared sole tenant node group affinities](https://`$universe.dns_names.
4700
+ # final_documentation_domain`/compute/docs/nodes/sole-tenant-nodes#
4701
+ # node_affinity_and_anti-affinity).
4539
4702
  class NodeAffinity
4540
4703
  include Google::Apis::Core::Hashable
4541
4704
 
@@ -4572,8 +4735,9 @@ module Google
4572
4735
  class NodeConfig
4573
4736
  include Google::Apis::Core::Hashable
4574
4737
 
4575
- # A list of hardware accelerators to be attached to each node. See https://cloud.
4576
- # google.com/compute/docs/gpus for more information about support for GPUs.
4738
+ # A list of hardware accelerators to be attached to each node. See https://`$
4739
+ # universe.dns_names.final_documentation_domain`/compute/docs/gpus for more
4740
+ # information about support for GPUs.
4577
4741
  # Corresponds to the JSON property `accelerators`
4578
4742
  # @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
4579
4743
  attr_accessor :accelerators
@@ -4587,7 +4751,8 @@ module Google
4587
4751
  # each node in the node pool. This should be of the form projects/[
4588
4752
  # KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
4589
4753
  # . For more information about protecting resources with Cloud KMS Keys please
4590
- # see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
4754
+ # see: https://`$universe.dns_names.final_documentation_domain`/compute/docs/
4755
+ # disks/customer-managed-encryption
4591
4756
  # Corresponds to the JSON property `bootDiskKmsKey`
4592
4757
  # @return [String]
4593
4758
  attr_accessor :boot_disk_kms_key
@@ -4658,8 +4823,9 @@ module Google
4658
4823
  attr_accessor :gvnic
4659
4824
 
4660
4825
  # The image type to use for this node. Note that for a given image type, the
4661
- # latest version of it will be used. Please see https://cloud.google.com/
4662
- # kubernetes-engine/docs/concepts/node-images for available image types.
4826
+ # latest version of it will be used. Please see https://`$universe.dns_names.
4827
+ # final_documentation_domain`/kubernetes-engine/docs/concepts/node-images for
4828
+ # available image types.
4663
4829
  # Corresponds to the JSON property `imageType`
4664
4830
  # @return [String]
4665
4831
  attr_accessor :image_type
@@ -4693,8 +4859,8 @@ module Google
4693
4859
 
4694
4860
  # The number of local SSD disks to be attached to the node. The limit for this
4695
4861
  # value is dependent upon the maximum number of disks available on a machine per
4696
- # zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more
4697
- # information.
4862
+ # zone. See: https://`$universe.dns_names.final_documentation_domain`/compute/
4863
+ # docs/disks/local-ssd for more information.
4698
4864
  # Corresponds to the JSON property `localSsdCount`
4699
4865
  # @return [Fixnum]
4700
4866
  attr_accessor :local_ssd_count
@@ -4710,9 +4876,9 @@ module Google
4710
4876
  # @return [Google::Apis::ContainerV1::NodePoolLoggingConfig]
4711
4877
  attr_accessor :logging_config
4712
4878
 
4713
- # The name of a Google Compute Engine [machine type](https://cloud.google.com/
4714
- # compute/docs/machine-types) If unspecified, the default machine type is `e2-
4715
- # medium`.
4879
+ # The name of a Google Compute Engine [machine type](https://`$universe.
4880
+ # dns_names.final_documentation_domain`/compute/docs/machine-types) If
4881
+ # unspecified, the default machine type is `e2-medium`.
4716
4882
  # Corresponds to the JSON property `machineType`
4717
4883
  # @return [String]
4718
4884
  attr_accessor :machine_type
@@ -4745,15 +4911,16 @@ module Google
4745
4911
  # scheduled on the specified or newer CPU platform. Applicable values are the
4746
4912
  # friendly names of CPU platforms, such as `minCpuPlatform: "Intel Haswell"` or `
4747
4913
  # minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to
4748
- # specify min CPU platform](https://cloud.google.com/compute/docs/instances/
4749
- # specify-min-cpu-platform)
4914
+ # specify min CPU platform](https://`$universe.dns_names.
4915
+ # final_documentation_domain`/compute/docs/instances/specify-min-cpu-platform)
4750
4916
  # Corresponds to the JSON property `minCpuPlatform`
4751
4917
  # @return [String]
4752
4918
  attr_accessor :min_cpu_platform
4753
4919
 
4754
4920
  # Setting this field will assign instances of this pool to run on the specified
4755
4921
  # node group. This is useful for running workloads on [sole tenant nodes](https:/
4756
- # /cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
4922
+ # /`$universe.dns_names.final_documentation_domain`/compute/docs/nodes/sole-
4923
+ # tenant-nodes).
4757
4924
  # Corresponds to the JSON property `nodeGroup`
4758
4925
  # @return [String]
4759
4926
  attr_accessor :node_group
@@ -4763,25 +4930,25 @@ module Google
4763
4930
  # required, and by default are not included: * `https://www.googleapis.com/auth/
4764
4931
  # compute` is required for mounting persistent storage on your nodes. * `https://
4765
4932
  # www.googleapis.com/auth/devstorage.read_only` is required for communicating
4766
- # with **gcr.io** (the [Google Container Registry](https://cloud.google.com/
4767
- # container-registry/)). If unspecified, no scopes are added, unless Cloud
4768
- # Logging or Cloud Monitoring are enabled, in which case their required scopes
4769
- # will be added.
4933
+ # with **gcr.io** (the [Google Container Registry](https://`$universe.dns_names.
4934
+ # final_documentation_domain`/container-registry/)). If unspecified, no scopes
4935
+ # are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case
4936
+ # their required scopes will be added.
4770
4937
  # Corresponds to the JSON property `oauthScopes`
4771
4938
  # @return [Array<String>]
4772
4939
  attr_accessor :oauth_scopes
4773
4940
 
4774
- # Whether the nodes are created as preemptible VM instances. See: https://cloud.
4775
- # google.com/compute/docs/instances/preemptible for more information about
4776
- # preemptible VM instances.
4941
+ # Whether the nodes are created as preemptible VM instances. See: https://`$
4942
+ # universe.dns_names.final_documentation_domain`/compute/docs/instances/
4943
+ # preemptible for more information about preemptible VM instances.
4777
4944
  # Corresponds to the JSON property `preemptible`
4778
4945
  # @return [Boolean]
4779
4946
  attr_accessor :preemptible
4780
4947
  alias_method :preemptible?, :preemptible
4781
4948
 
4782
- # [ReservationAffinity](https://cloud.google.com/compute/docs/instances/
4783
- # reserving-zonal-resources) is the configuration of desired reservation which
4784
- # instances could take capacity from.
4949
+ # [ReservationAffinity](https://`$universe.dns_names.final_documentation_domain`/
4950
+ # compute/docs/instances/reserving-zonal-resources) is the configuration of
4951
+ # desired reservation which instances could take capacity from.
4785
4952
  # Corresponds to the JSON property `reservationAffinity`
4786
4953
  # @return [Google::Apis::ContainerV1::ReservationAffinity]
4787
4954
  attr_accessor :reservation_affinity
@@ -4794,9 +4961,10 @@ module Google
4794
4961
 
4795
4962
  # A map of resource manager tag keys and values to be attached to the nodes for
4796
4963
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
4797
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
4798
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
4799
- # specified. Existing tags will be replaced with new values.
4964
+ # be according to specifications in https://`$universe.dns_names.
4965
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
4966
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
4967
+ # replaced with new values.
4800
4968
  # Corresponds to the JSON property `resourceManagerTags`
4801
4969
  # @return [Google::Apis::ContainerV1::ResourceManagerTags]
4802
4970
  attr_accessor :resource_manager_tags
@@ -5314,27 +5482,30 @@ module Google
5314
5482
  attr_accessor :etag
5315
5483
 
5316
5484
  # The initial node count for the pool. You must ensure that your Compute Engine [
5317
- # resource quota](https://cloud.google.com/compute/quotas) is sufficient for
5318
- # this number of instances. You must also have available firewall and routes
5319
- # quota.
5485
+ # resource quota](https://`$universe.dns_names.final_documentation_domain`/
5486
+ # compute/quotas) is sufficient for this number of instances. You must also have
5487
+ # available firewall and routes quota.
5320
5488
  # Corresponds to the JSON property `initialNodeCount`
5321
5489
  # @return [Fixnum]
5322
5490
  attr_accessor :initial_node_count
5323
5491
 
5324
- # Output only. The resource URLs of the [managed instance groups](https://cloud.
5325
- # google.com/compute/docs/instance-groups/creating-groups-of-managed-instances)
5326
- # associated with this node pool. During the node pool blue-green upgrade
5327
- # operation, the URLs contain both blue and green resources.
5492
+ # Output only. The resource URLs of the [managed instance groups](https://`$
5493
+ # universe.dns_names.final_documentation_domain`/compute/docs/instance-groups/
5494
+ # creating-groups-of-managed-instances) associated with this node pool. During
5495
+ # the node pool blue-green upgrade operation, the URLs contain both blue and
5496
+ # green resources.
5328
5497
  # Corresponds to the JSON property `instanceGroupUrls`
5329
5498
  # @return [Array<String>]
5330
5499
  attr_accessor :instance_group_urls
5331
5500
 
5332
- # The list of Google Compute Engine [zones](https://cloud.google.com/compute/
5333
- # docs/zones#available) in which the NodePool's nodes should be located. If this
5334
- # value is unspecified during node pool creation, the [Cluster.Locations](https:/
5335
- # /cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.
5336
- # clusters#Cluster.FIELDS.locations) value will be used, instead. Warning:
5337
- # changing node pool locations will result in nodes being added and/or removed.
5501
+ # The list of Google Compute Engine [zones](https://`$universe.dns_names.
5502
+ # final_documentation_domain`/compute/docs/zones#available) in which the
5503
+ # NodePool's nodes should be located. If this value is unspecified during node
5504
+ # pool creation, the [Cluster.Locations](https://`$universe.dns_names.
5505
+ # final_documentation_domain`/kubernetes-engine/docs/reference/rest/v1/projects.
5506
+ # locations.clusters#Cluster.FIELDS.locations) value will be used, instead.
5507
+ # Warning: changing node pool locations will result in nodes being added and/or
5508
+ # removed.
5338
5509
  # Corresponds to the JSON property `locations`
5339
5510
  # @return [Array<String>]
5340
5511
  attr_accessor :locations
@@ -5433,8 +5604,9 @@ module Google
5433
5604
  attr_accessor :upgrade_settings
5434
5605
 
5435
5606
  # The version of Kubernetes running on this NodePool's nodes. If unspecified, it
5436
- # defaults as described [here](https://cloud.google.com/kubernetes-engine/
5437
- # versioning#specifying_node_version).
5607
+ # defaults as described [here](https://`$universe.dns_names.
5608
+ # final_documentation_domain`/kubernetes-engine/versioning#
5609
+ # specifying_node_version).
5438
5610
  # Corresponds to the JSON property `version`
5439
5611
  # @return [String]
5440
5612
  attr_accessor :version
@@ -5493,9 +5665,10 @@ module Google
5493
5665
 
5494
5666
  # A map of resource manager tag keys and values to be attached to the nodes for
5495
5667
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
5496
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
5497
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
5498
- # specified. Existing tags will be replaced with new values.
5668
+ # be according to specifications in https://`$universe.dns_names.
5669
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
5670
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
5671
+ # replaced with new values.
5499
5672
  # Corresponds to the JSON property `resourceManagerTags`
5500
5673
  # @return [Google::Apis::ContainerV1::ResourceManagerTags]
5501
5674
  attr_accessor :resource_manager_tags
@@ -5776,10 +5949,11 @@ module Google
5776
5949
  # @return [Google::Apis::ContainerV1::Status]
5777
5950
  attr_accessor :error
5778
5951
 
5779
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
5780
- # com/compute/docs/regions-zones/regions-zones#available) or [region](https://
5781
- # cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
5782
- # the cluster resides.
5952
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
5953
+ # dns_names.final_documentation_domain`/compute/docs/regions-zones/regions-zones#
5954
+ # available) or [region](https://`$universe.dns_names.final_documentation_domain`
5955
+ # /compute/docs/regions-zones/regions-zones#available) in which the cluster
5956
+ # resides.
5783
5957
  # Corresponds to the JSON property `location`
5784
5958
  # @return [String]
5785
5959
  attr_accessor :location
@@ -5841,9 +6015,9 @@ module Google
5841
6015
  # @return [String]
5842
6016
  attr_accessor :target_link
5843
6017
 
5844
- # Output only. The name of the Google Compute Engine [zone](https://cloud.google.
5845
- # com/compute/docs/zones#available) in which the operation is taking place. This
5846
- # field is deprecated, use location instead.
6018
+ # Output only. The name of the Google Compute Engine [zone](https://`$universe.
6019
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
6020
+ # the operation is taking place. This field is deprecated, use location instead.
5847
6021
  # Corresponds to the JSON property `zone`
5848
6022
  # @return [String]
5849
6023
  attr_accessor :zone
@@ -6002,8 +6176,8 @@ module Google
6002
6176
  # @return [String]
6003
6177
  attr_accessor :policy_name
6004
6178
 
6005
- # Optional. TPU placement topology for pod slice node pool. https://cloud.google.
6006
- # com/tpu/docs/types-topologies#tpu_topologies
6179
+ # Optional. TPU placement topology for pod slice node pool. https://`$universe.
6180
+ # dns_names.final_documentation_domain`/tpu/docs/types-topologies#tpu_topologies
6007
6181
  # Corresponds to the JSON property `tpuTopology`
6008
6182
  # @return [String]
6009
6183
  attr_accessor :tpu_topology
@@ -6474,9 +6648,9 @@ module Google
6474
6648
  end
6475
6649
  end
6476
6650
 
6477
- # [ReservationAffinity](https://cloud.google.com/compute/docs/instances/
6478
- # reserving-zonal-resources) is the configuration of desired reservation which
6479
- # instances could take capacity from.
6651
+ # [ReservationAffinity](https://`$universe.dns_names.final_documentation_domain`/
6652
+ # compute/docs/instances/reserving-zonal-resources) is the configuration of
6653
+ # desired reservation which instances could take capacity from.
6480
6654
  class ReservationAffinity
6481
6655
  include Google::Apis::Core::Hashable
6482
6656
 
@@ -6509,8 +6683,8 @@ module Google
6509
6683
  end
6510
6684
  end
6511
6685
 
6512
- # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
6513
- # creating-managing-labels).
6686
+ # Collection of [GCP labels](https://`$universe.dns_names.
6687
+ # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
6514
6688
  class ResourceLabels
6515
6689
  include Google::Apis::Core::Hashable
6516
6690
 
@@ -6563,9 +6737,10 @@ module Google
6563
6737
 
6564
6738
  # A map of resource manager tag keys and values to be attached to the nodes for
6565
6739
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
6566
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
6567
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
6568
- # specified. Existing tags will be replaced with new values.
6740
+ # be according to specifications in https://`$universe.dns_names.
6741
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
6742
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
6743
+ # replaced with new values.
6569
6744
  class ResourceManagerTags
6570
6745
  include Google::Apis::Core::Hashable
6571
6746
 
@@ -6645,8 +6820,9 @@ module Google
6645
6820
  attr_accessor :node_pool_id
6646
6821
 
6647
6822
  # Deprecated. The Google Developers Console [project ID or project number](https:
6648
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
6649
- # field has been deprecated and replaced by the name field.
6823
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
6824
+ # creating-managing-projects). This field has been deprecated and replaced by
6825
+ # the name field.
6650
6826
  # Corresponds to the JSON property `projectId`
6651
6827
  # @return [String]
6652
6828
  attr_accessor :project_id
@@ -6657,9 +6833,10 @@ module Google
6657
6833
  attr_accessor :respect_pdb
6658
6834
  alias_method :respect_pdb?, :respect_pdb
6659
6835
 
6660
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
6661
- # com/compute/docs/zones#available) in which the cluster resides. This field has
6662
- # been deprecated and replaced by the name field.
6836
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
6837
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
6838
+ # the cluster resides. This field has been deprecated and replaced by the name
6839
+ # field.
6663
6840
  # Corresponds to the JSON property `zone`
6664
6841
  # @return [String]
6665
6842
  attr_accessor :zone
@@ -6965,15 +7142,17 @@ module Google
6965
7142
  attr_accessor :name
6966
7143
 
6967
7144
  # Deprecated. The Google Developers Console [project ID or project number](https:
6968
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
6969
- # field has been deprecated and replaced by the name field.
7145
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7146
+ # creating-managing-projects). This field has been deprecated and replaced by
7147
+ # the name field.
6970
7148
  # Corresponds to the JSON property `projectId`
6971
7149
  # @return [String]
6972
7150
  attr_accessor :project_id
6973
7151
 
6974
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
6975
- # com/compute/docs/zones#available) in which the cluster resides. This field has
6976
- # been deprecated and replaced by the name field.
7152
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7153
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7154
+ # the cluster resides. This field has been deprecated and replaced by the name
7155
+ # field.
6977
7156
  # Corresponds to the JSON property `zone`
6978
7157
  # @return [String]
6979
7158
  attr_accessor :zone
@@ -7020,8 +7199,9 @@ module Google
7020
7199
  attr_accessor :name
7021
7200
 
7022
7201
  # Deprecated. The Google Developers Console [project ID or project number](https:
7023
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7024
- # field has been deprecated and replaced by the name field.
7202
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7203
+ # creating-managing-projects). This field has been deprecated and replaced by
7204
+ # the name field.
7025
7205
  # Corresponds to the JSON property `projectId`
7026
7206
  # @return [String]
7027
7207
  attr_accessor :project_id
@@ -7031,9 +7211,10 @@ module Google
7031
7211
  # @return [Hash<String,String>]
7032
7212
  attr_accessor :resource_labels
7033
7213
 
7034
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7035
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7036
- # been deprecated and replaced by the name field.
7214
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7215
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7216
+ # the cluster resides. This field has been deprecated and replaced by the name
7217
+ # field.
7037
7218
  # Corresponds to the JSON property `zone`
7038
7219
  # @return [String]
7039
7220
  attr_accessor :zone
@@ -7077,15 +7258,17 @@ module Google
7077
7258
  attr_accessor :name
7078
7259
 
7079
7260
  # Deprecated. The Google Developers Console [project ID or project number](https:
7080
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7081
- # field has been deprecated and replaced by the name field.
7261
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7262
+ # creating-managing-projects). This field has been deprecated and replaced by
7263
+ # the name field.
7082
7264
  # Corresponds to the JSON property `projectId`
7083
7265
  # @return [String]
7084
7266
  attr_accessor :project_id
7085
7267
 
7086
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7087
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7088
- # been deprecated and replaced by the name field.
7268
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7269
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7270
+ # the cluster resides. This field has been deprecated and replaced by the name
7271
+ # field.
7089
7272
  # Corresponds to the JSON property `zone`
7090
7273
  # @return [String]
7091
7274
  attr_accessor :zone
@@ -7114,12 +7297,12 @@ module Google
7114
7297
  # @return [String]
7115
7298
  attr_accessor :cluster_id
7116
7299
 
7117
- # Required. The desired list of Google Compute Engine [zones](https://cloud.
7118
- # google.com/compute/docs/zones#available) in which the cluster's nodes should
7119
- # be located. Changing the locations a cluster is in will result in nodes being
7120
- # either created or removed from the cluster, depending on whether locations are
7121
- # being added or removed. This list must always include the cluster's primary
7122
- # zone.
7300
+ # Required. The desired list of Google Compute Engine [zones](https://`$universe.
7301
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7302
+ # the cluster's nodes should be located. Changing the locations a cluster is in
7303
+ # will result in nodes being either created or removed from the cluster,
7304
+ # depending on whether locations are being added or removed. This list must
7305
+ # always include the cluster's primary zone.
7123
7306
  # Corresponds to the JSON property `locations`
7124
7307
  # @return [Array<String>]
7125
7308
  attr_accessor :locations
@@ -7131,15 +7314,17 @@ module Google
7131
7314
  attr_accessor :name
7132
7315
 
7133
7316
  # Deprecated. The Google Developers Console [project ID or project number](https:
7134
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7135
- # field has been deprecated and replaced by the name field.
7317
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7318
+ # creating-managing-projects). This field has been deprecated and replaced by
7319
+ # the name field.
7136
7320
  # Corresponds to the JSON property `projectId`
7137
7321
  # @return [String]
7138
7322
  attr_accessor :project_id
7139
7323
 
7140
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7141
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7142
- # been deprecated and replaced by the name field.
7324
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7325
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7326
+ # the cluster resides. This field has been deprecated and replaced by the name
7327
+ # field.
7143
7328
  # Corresponds to the JSON property `zone`
7144
7329
  # @return [String]
7145
7330
  attr_accessor :zone
@@ -7186,15 +7371,17 @@ module Google
7186
7371
  attr_accessor :name
7187
7372
 
7188
7373
  # Deprecated. The Google Developers Console [project ID or project number](https:
7189
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7190
- # field has been deprecated and replaced by the name field.
7374
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7375
+ # creating-managing-projects). This field has been deprecated and replaced by
7376
+ # the name field.
7191
7377
  # Corresponds to the JSON property `projectId`
7192
7378
  # @return [String]
7193
7379
  attr_accessor :project_id
7194
7380
 
7195
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7196
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7197
- # been deprecated and replaced by the name field.
7381
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7382
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7383
+ # the cluster resides. This field has been deprecated and replaced by the name
7384
+ # field.
7198
7385
  # Corresponds to the JSON property `zone`
7199
7386
  # @return [String]
7200
7387
  attr_accessor :zone
@@ -7234,13 +7421,15 @@ module Google
7234
7421
  attr_accessor :name
7235
7422
 
7236
7423
  # Required. The Google Developers Console [project ID or project number](https://
7237
- # cloud.google.com/resource-manager/docs/creating-managing-projects).
7424
+ # `$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7425
+ # creating-managing-projects).
7238
7426
  # Corresponds to the JSON property `projectId`
7239
7427
  # @return [String]
7240
7428
  attr_accessor :project_id
7241
7429
 
7242
- # Required. The name of the Google Compute Engine [zone](https://cloud.google.
7243
- # com/compute/docs/zones#available) in which the cluster resides.
7430
+ # Required. The name of the Google Compute Engine [zone](https://`$universe.
7431
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7432
+ # the cluster resides.
7244
7433
  # Corresponds to the JSON property `zone`
7245
7434
  # @return [String]
7246
7435
  attr_accessor :zone
@@ -7281,8 +7470,9 @@ module Google
7281
7470
  attr_accessor :name
7282
7471
 
7283
7472
  # Deprecated. The Google Developers Console [project ID or project number](https:
7284
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7285
- # field has been deprecated and replaced by the name field.
7473
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7474
+ # creating-managing-projects). This field has been deprecated and replaced by
7475
+ # the name field.
7286
7476
  # Corresponds to the JSON property `projectId`
7287
7477
  # @return [String]
7288
7478
  attr_accessor :project_id
@@ -7293,9 +7483,10 @@ module Google
7293
7483
  # @return [Google::Apis::ContainerV1::MasterAuth]
7294
7484
  attr_accessor :update
7295
7485
 
7296
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7297
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7298
- # been deprecated and replaced by the name field.
7486
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7487
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7488
+ # the cluster resides. This field has been deprecated and replaced by the name
7489
+ # field.
7299
7490
  # Corresponds to the JSON property `zone`
7300
7491
  # @return [String]
7301
7492
  attr_accessor :zone
@@ -7343,15 +7534,17 @@ module Google
7343
7534
  attr_accessor :name
7344
7535
 
7345
7536
  # Deprecated. The Google Developers Console [project ID or project number](https:
7346
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7347
- # field has been deprecated and replaced by the name field.
7537
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7538
+ # creating-managing-projects). This field has been deprecated and replaced by
7539
+ # the name field.
7348
7540
  # Corresponds to the JSON property `projectId`
7349
7541
  # @return [String]
7350
7542
  attr_accessor :project_id
7351
7543
 
7352
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7353
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7354
- # been deprecated and replaced by the name field.
7544
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7545
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7546
+ # the cluster resides. This field has been deprecated and replaced by the name
7547
+ # field.
7355
7548
  # Corresponds to the JSON property `zone`
7356
7549
  # @return [String]
7357
7550
  attr_accessor :zone
@@ -7393,15 +7586,17 @@ module Google
7393
7586
  attr_accessor :network_policy
7394
7587
 
7395
7588
  # Deprecated. The Google Developers Console [project ID or project number](https:
7396
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7397
- # field has been deprecated and replaced by the name field.
7589
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7590
+ # creating-managing-projects). This field has been deprecated and replaced by
7591
+ # the name field.
7398
7592
  # Corresponds to the JSON property `projectId`
7399
7593
  # @return [String]
7400
7594
  attr_accessor :project_id
7401
7595
 
7402
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7403
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7404
- # been deprecated and replaced by the name field.
7596
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7597
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7598
+ # the cluster resides. This field has been deprecated and replaced by the name
7599
+ # field.
7405
7600
  # Corresponds to the JSON property `zone`
7406
7601
  # @return [String]
7407
7602
  attr_accessor :zone
@@ -7450,15 +7645,17 @@ module Google
7450
7645
  attr_accessor :node_pool_id
7451
7646
 
7452
7647
  # Deprecated. The Google Developers Console [project ID or project number](https:
7453
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7454
- # field has been deprecated and replaced by the name field.
7648
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7649
+ # creating-managing-projects). This field has been deprecated and replaced by
7650
+ # the name field.
7455
7651
  # Corresponds to the JSON property `projectId`
7456
7652
  # @return [String]
7457
7653
  attr_accessor :project_id
7458
7654
 
7459
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7460
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7461
- # been deprecated and replaced by the name field.
7655
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7656
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7657
+ # the cluster resides. This field has been deprecated and replaced by the name
7658
+ # field.
7462
7659
  # Corresponds to the JSON property `zone`
7463
7660
  # @return [String]
7464
7661
  attr_accessor :zone
@@ -7509,15 +7706,17 @@ module Google
7509
7706
  attr_accessor :node_pool_id
7510
7707
 
7511
7708
  # Deprecated. The Google Developers Console [project ID or project number](https:
7512
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7513
- # field has been deprecated and replaced by the name field.
7709
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7710
+ # creating-managing-projects). This field has been deprecated and replaced by
7711
+ # the name field.
7514
7712
  # Corresponds to the JSON property `projectId`
7515
7713
  # @return [String]
7516
7714
  attr_accessor :project_id
7517
7715
 
7518
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7519
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7520
- # been deprecated and replaced by the name field.
7716
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7717
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7718
+ # the cluster resides. This field has been deprecated and replaced by the name
7719
+ # field.
7521
7720
  # Corresponds to the JSON property `zone`
7522
7721
  # @return [String]
7523
7722
  attr_accessor :zone
@@ -7565,15 +7764,17 @@ module Google
7565
7764
  attr_accessor :node_pool_id
7566
7765
 
7567
7766
  # Deprecated. The Google Developers Console [project ID or project number](https:
7568
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7569
- # field has been deprecated and replaced by the name field.
7767
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7768
+ # creating-managing-projects). This field has been deprecated and replaced by
7769
+ # the name field.
7570
7770
  # Corresponds to the JSON property `projectId`
7571
7771
  # @return [String]
7572
7772
  attr_accessor :project_id
7573
7773
 
7574
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7575
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7576
- # been deprecated and replaced by the name field.
7774
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7775
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7776
+ # the cluster resides. This field has been deprecated and replaced by the name
7777
+ # field.
7577
7778
  # Corresponds to the JSON property `zone`
7578
7779
  # @return [String]
7579
7780
  attr_accessor :zone
@@ -7717,8 +7918,9 @@ module Google
7717
7918
  attr_accessor :name
7718
7919
 
7719
7920
  # Deprecated. The Google Developers Console [project ID or project number](https:
7720
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7721
- # field has been deprecated and replaced by the name field.
7921
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
7922
+ # creating-managing-projects). This field has been deprecated and replaced by
7923
+ # the name field.
7722
7924
  # Corresponds to the JSON property `projectId`
7723
7925
  # @return [String]
7724
7926
  attr_accessor :project_id
@@ -7729,9 +7931,10 @@ module Google
7729
7931
  attr_accessor :rotate_credentials
7730
7932
  alias_method :rotate_credentials?, :rotate_credentials
7731
7933
 
7732
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7733
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7734
- # been deprecated and replaced by the name field.
7934
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
7935
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
7936
+ # the cluster resides. This field has been deprecated and replaced by the name
7937
+ # field.
7735
7938
  # Corresponds to the JSON property `zone`
7736
7939
  # @return [String]
7737
7940
  attr_accessor :zone
@@ -7933,8 +8136,9 @@ module Google
7933
8136
  attr_accessor :name
7934
8137
 
7935
8138
  # Deprecated. The Google Developers Console [project ID or project number](https:
7936
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
7937
- # field has been deprecated and replaced by the name field.
8139
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8140
+ # creating-managing-projects). This field has been deprecated and replaced by
8141
+ # the name field.
7938
8142
  # Corresponds to the JSON property `projectId`
7939
8143
  # @return [String]
7940
8144
  attr_accessor :project_id
@@ -7945,9 +8149,10 @@ module Google
7945
8149
  # @return [Google::Apis::ContainerV1::ClusterUpdate]
7946
8150
  attr_accessor :update
7947
8151
 
7948
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
7949
- # com/compute/docs/zones#available) in which the cluster resides. This field has
7950
- # been deprecated and replaced by the name field.
8152
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8153
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8154
+ # the cluster resides. This field has been deprecated and replaced by the name
8155
+ # field.
7951
8156
  # Corresponds to the JSON property `zone`
7952
8157
  # @return [String]
7953
8158
  attr_accessor :zone
@@ -8014,15 +8219,17 @@ module Google
8014
8219
  attr_accessor :name
8015
8220
 
8016
8221
  # Deprecated. The Google Developers Console [project ID or project number](https:
8017
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
8018
- # field has been deprecated and replaced by the name field.
8222
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8223
+ # creating-managing-projects). This field has been deprecated and replaced by
8224
+ # the name field.
8019
8225
  # Corresponds to the JSON property `projectId`
8020
8226
  # @return [String]
8021
8227
  attr_accessor :project_id
8022
8228
 
8023
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
8024
- # com/compute/docs/zones#available) in which the cluster resides. This field has
8025
- # been deprecated and replaced by the name field.
8229
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8230
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8231
+ # the cluster resides. This field has been deprecated and replaced by the name
8232
+ # field.
8026
8233
  # Corresponds to the JSON property `zone`
8027
8234
  # @return [String]
8028
8235
  attr_accessor :zone
@@ -8045,8 +8252,9 @@ module Google
8045
8252
  class UpdateNodePoolRequest
8046
8253
  include Google::Apis::Core::Hashable
8047
8254
 
8048
- # A list of hardware accelerators to be attached to each node. See https://cloud.
8049
- # google.com/compute/docs/gpus for more information about support for GPUs.
8255
+ # A list of hardware accelerators to be attached to each node. See https://`$
8256
+ # universe.dns_names.final_documentation_domain`/compute/docs/gpus for more
8257
+ # information about support for GPUs.
8050
8258
  # Corresponds to the JSON property `accelerators`
8051
8259
  # @return [Array<Google::Apis::ContainerV1::AcceleratorConfig>]
8052
8260
  attr_accessor :accelerators
@@ -8111,9 +8319,9 @@ module Google
8111
8319
  # @return [Google::Apis::ContainerV1::VirtualNic]
8112
8320
  attr_accessor :gvnic
8113
8321
 
8114
- # Required. The desired image type for the node pool. Please see https://cloud.
8115
- # google.com/kubernetes-engine/docs/concepts/node-images for available image
8116
- # types.
8322
+ # Required. The desired image type for the node pool. Please see https://`$
8323
+ # universe.dns_names.final_documentation_domain`/kubernetes-engine/docs/concepts/
8324
+ # node-images for available image types.
8117
8325
  # Corresponds to the JSON property `imageType`
8118
8326
  # @return [String]
8119
8327
  attr_accessor :image_type
@@ -8134,11 +8342,11 @@ module Google
8134
8342
  # @return [Google::Apis::ContainerV1::LinuxNodeConfig]
8135
8343
  attr_accessor :linux_node_config
8136
8344
 
8137
- # The desired list of Google Compute Engine [zones](https://cloud.google.com/
8138
- # compute/docs/zones#available) in which the node pool's nodes should be located.
8139
- # Changing the locations for a node pool will result in nodes being either
8140
- # created or removed from the node pool, depending on whether locations are
8141
- # being added or removed.
8345
+ # The desired list of Google Compute Engine [zones](https://`$universe.dns_names.
8346
+ # final_documentation_domain`/compute/docs/zones#available) in which the node
8347
+ # pool's nodes should be located. Changing the locations for a node pool will
8348
+ # result in nodes being either created or removed from the node pool, depending
8349
+ # on whether locations are being added or removed.
8142
8350
  # Corresponds to the JSON property `locations`
8143
8351
  # @return [Array<String>]
8144
8352
  attr_accessor :locations
@@ -8148,10 +8356,10 @@ module Google
8148
8356
  # @return [Google::Apis::ContainerV1::NodePoolLoggingConfig]
8149
8357
  attr_accessor :logging_config
8150
8358
 
8151
- # Optional. The desired [Google Compute Engine machine type](https://cloud.
8152
- # google.com/compute/docs/machine-types) for nodes in the node pool. Initiates
8153
- # an upgrade operation that migrates the nodes in the node pool to the specified
8154
- # machine type.
8359
+ # Optional. The desired [Google Compute Engine machine type](https://`$universe.
8360
+ # dns_names.final_documentation_domain`/compute/docs/machine-types) for nodes in
8361
+ # the node pool. Initiates an upgrade operation that migrates the nodes in the
8362
+ # node pool to the specified machine type.
8155
8363
  # Corresponds to the JSON property `machineType`
8156
8364
  # @return [String]
8157
8365
  attr_accessor :machine_type
@@ -8191,8 +8399,9 @@ module Google
8191
8399
  attr_accessor :node_version
8192
8400
 
8193
8401
  # Deprecated. The Google Developers Console [project ID or project number](https:
8194
- # //cloud.google.com/resource-manager/docs/creating-managing-projects). This
8195
- # field has been deprecated and replaced by the name field.
8402
+ # //`$universe.dns_names.final_documentation_domain`/resource-manager/docs/
8403
+ # creating-managing-projects). This field has been deprecated and replaced by
8404
+ # the name field.
8196
8405
  # Corresponds to the JSON property `projectId`
8197
8406
  # @return [String]
8198
8407
  attr_accessor :project_id
@@ -8202,17 +8411,18 @@ module Google
8202
8411
  # @return [Google::Apis::ContainerV1::QueuedProvisioning]
8203
8412
  attr_accessor :queued_provisioning
8204
8413
 
8205
- # Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
8206
- # creating-managing-labels).
8414
+ # Collection of [GCP labels](https://`$universe.dns_names.
8415
+ # final_documentation_domain`/resource-manager/docs/creating-managing-labels).
8207
8416
  # Corresponds to the JSON property `resourceLabels`
8208
8417
  # @return [Google::Apis::ContainerV1::ResourceLabels]
8209
8418
  attr_accessor :resource_labels
8210
8419
 
8211
8420
  # A map of resource manager tag keys and values to be attached to the nodes for
8212
8421
  # managing Compute Engine firewalls using Network Firewall Policies. Tags must
8213
- # be according to specifications in https://cloud.google.com/vpc/docs/tags-
8214
- # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
8215
- # specified. Existing tags will be replaced with new values.
8422
+ # be according to specifications in https://`$universe.dns_names.
8423
+ # final_documentation_domain`/vpc/docs/tags-firewalls-overview#specifications. A
8424
+ # maximum of 5 tag key-value pairs can be specified. Existing tags will be
8425
+ # replaced with new values.
8216
8426
  # Corresponds to the JSON property `resourceManagerTags`
8217
8427
  # @return [Google::Apis::ContainerV1::ResourceManagerTags]
8218
8428
  attr_accessor :resource_manager_tags
@@ -8283,9 +8493,10 @@ module Google
8283
8493
  # @return [Google::Apis::ContainerV1::WorkloadMetadataConfig]
8284
8494
  attr_accessor :workload_metadata_config
8285
8495
 
8286
- # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
8287
- # com/compute/docs/zones#available) in which the cluster resides. This field has
8288
- # been deprecated and replaced by the name field.
8496
+ # Deprecated. The name of the Google Compute Engine [zone](https://`$universe.
8497
+ # dns_names.final_documentation_domain`/compute/docs/zones#available) in which
8498
+ # the cluster resides. This field has been deprecated and replaced by the name
8499
+ # field.
8289
8500
  # Corresponds to the JSON property `zone`
8290
8501
  # @return [String]
8291
8502
  attr_accessor :zone