google-apis-compute_v1 0.85.0 → 0.86.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 587af16200a0465fca130fabe829a4f1728d6cbbddccc3fee58aec9629db1640
|
4
|
+
data.tar.gz: a30433bdb5d8546fabcdf3f199af16313baa01b58628785ec0508ffcb16cfd16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb7279ae3c267d2e8833f4e75c56821e9209c241a6fc4471fd8ea43def20aa948309e719f14d90344d264596bbadf12fdecddb90e7c72c59bb39f2e0a3eb8c9e
|
7
|
+
data.tar.gz: 59efaa46c76a939e527a42c3b3cd6d66a8212dd79f06d256445b9d5259d40b8a12958cf0855ba8138a747d0dba68d239a884941ccf9688b197e31c8ec64e0c1f
|
data/CHANGELOG.md
CHANGED
@@ -5003,21 +5003,43 @@ module Google
|
|
5003
5003
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
5004
5004
|
# email address that represents a Google group. For example, `admins@example.com`
|
5005
5005
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
5006
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
5007
|
-
#
|
5008
|
-
#
|
5009
|
-
#
|
5010
|
-
#
|
5011
|
-
#
|
5012
|
-
#
|
5013
|
-
#
|
5006
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
5007
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
5008
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
5009
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
5010
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
5011
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
5012
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
5013
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
5014
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
5015
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
5016
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
5017
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
5018
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
5019
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
5020
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
5021
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
5022
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
5023
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
5024
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
5025
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
5026
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
5027
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
5028
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
5029
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
5030
|
+
# address (plus unique identifier) representing a service account that has been
|
5031
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
5014
5032
|
# 123456789012345678901`. If the service account is undeleted, this value
|
5015
5033
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
5016
5034
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
5017
5035
|
# An email address (plus unique identifier) representing a Google group that has
|
5018
5036
|
# been recently deleted. For example, `admins@example.com?uid=
|
5019
5037
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
5020
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
5038
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
5039
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
5040
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
5041
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
5042
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
5021
5043
|
# Corresponds to the JSON property `members`
|
5022
5044
|
# @return [Array<String>]
|
5023
5045
|
attr_accessor :members
|
@@ -5412,6 +5434,15 @@ module Google
|
|
5412
5434
|
# @return [String]
|
5413
5435
|
attr_accessor :end_timestamp
|
5414
5436
|
|
5437
|
+
# Specifies the already existing reservations to attach to the Commitment. This
|
5438
|
+
# field is optional, and it can be a full or partial URL. For example, the
|
5439
|
+
# following are valid URLs to an reservation: - https://www.googleapis.com/
|
5440
|
+
# compute/v1/projects/project/zones/zone /reservations/reservation - projects/
|
5441
|
+
# project/zones/zone/reservations/reservation
|
5442
|
+
# Corresponds to the JSON property `existingReservations`
|
5443
|
+
# @return [Array<String>]
|
5444
|
+
attr_accessor :existing_reservations
|
5445
|
+
|
5415
5446
|
# [Output Only] The unique identifier for the resource. This identifier is
|
5416
5447
|
# defined by the server.
|
5417
5448
|
# Corresponds to the JSON property `id`
|
@@ -5455,7 +5486,7 @@ module Google
|
|
5455
5486
|
# @return [String]
|
5456
5487
|
attr_accessor :region
|
5457
5488
|
|
5458
|
-
# List of create-on-create
|
5489
|
+
# List of create-on-create reservations for this commitment.
|
5459
5490
|
# Corresponds to the JSON property `reservations`
|
5460
5491
|
# @return [Array<Google::Apis::ComputeV1::Reservation>]
|
5461
5492
|
attr_accessor :reservations
|
@@ -5512,6 +5543,7 @@ module Google
|
|
5512
5543
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
5513
5544
|
@description = args[:description] if args.key?(:description)
|
5514
5545
|
@end_timestamp = args[:end_timestamp] if args.key?(:end_timestamp)
|
5546
|
+
@existing_reservations = args[:existing_reservations] if args.key?(:existing_reservations)
|
5515
5547
|
@id = args[:id] if args.key?(:id)
|
5516
5548
|
@kind = args[:kind] if args.key?(:kind)
|
5517
5549
|
@license_resource = args[:license_resource] if args.key?(:license_resource)
|
@@ -6428,6 +6460,12 @@ module Google
|
|
6428
6460
|
# @return [Google::Apis::ComputeV1::DiskResourceStatus]
|
6429
6461
|
attr_accessor :resource_status
|
6430
6462
|
|
6463
|
+
# Output only. Reserved for future use.
|
6464
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
6465
|
+
# @return [Boolean]
|
6466
|
+
attr_accessor :satisfies_pzi
|
6467
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
6468
|
+
|
6431
6469
|
# [Output Only] Reserved for future use.
|
6432
6470
|
# Corresponds to the JSON property `satisfiesPzs`
|
6433
6471
|
# @return [Boolean]
|
@@ -6603,6 +6641,7 @@ module Google
|
|
6603
6641
|
@replica_zones = args[:replica_zones] if args.key?(:replica_zones)
|
6604
6642
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
6605
6643
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
6644
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
6606
6645
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
6607
6646
|
@self_link = args[:self_link] if args.key?(:self_link)
|
6608
6647
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
@@ -10552,8 +10591,8 @@ module Google
|
|
10552
10591
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
10553
10592
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
10554
10593
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
10555
|
-
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE For
|
10556
|
-
# information, see Enabling guest operating system features.
|
10594
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE - IDPF For
|
10595
|
+
# more information, see Enabling guest operating system features.
|
10557
10596
|
# Corresponds to the JSON property `type`
|
10558
10597
|
# @return [String]
|
10559
10598
|
attr_accessor :type
|
@@ -13100,6 +13139,12 @@ module Google
|
|
13100
13139
|
# @return [Google::Apis::ComputeV1::Image::RawDisk]
|
13101
13140
|
attr_accessor :raw_disk
|
13102
13141
|
|
13142
|
+
# Output only. Reserved for future use.
|
13143
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
13144
|
+
# @return [Boolean]
|
13145
|
+
attr_accessor :satisfies_pzi
|
13146
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
13147
|
+
|
13103
13148
|
# [Output Only] Reserved for future use.
|
13104
13149
|
# Corresponds to the JSON property `satisfiesPzs`
|
13105
13150
|
# @return [Boolean]
|
@@ -13230,6 +13275,7 @@ module Google
|
|
13230
13275
|
@licenses = args[:licenses] if args.key?(:licenses)
|
13231
13276
|
@name = args[:name] if args.key?(:name)
|
13232
13277
|
@raw_disk = args[:raw_disk] if args.key?(:raw_disk)
|
13278
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
13233
13279
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
13234
13280
|
@self_link = args[:self_link] if args.key?(:self_link)
|
13235
13281
|
@shielded_instance_initial_state = args[:shielded_instance_initial_state] if args.key?(:shielded_instance_initial_state)
|
@@ -20550,6 +20596,12 @@ module Google
|
|
20550
20596
|
# @return [String]
|
20551
20597
|
attr_accessor :name
|
20552
20598
|
|
20599
|
+
# Output only. Reserved for future use.
|
20600
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
20601
|
+
# @return [Boolean]
|
20602
|
+
attr_accessor :satisfies_pzi
|
20603
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
20604
|
+
|
20553
20605
|
# [Output Only] Reserved for future use.
|
20554
20606
|
# Corresponds to the JSON property `satisfiesPzs`
|
20555
20607
|
# @return [Boolean]
|
@@ -20619,6 +20671,7 @@ module Google
|
|
20619
20671
|
@kind = args[:kind] if args.key?(:kind)
|
20620
20672
|
@machine_image_encryption_key = args[:machine_image_encryption_key] if args.key?(:machine_image_encryption_key)
|
20621
20673
|
@name = args[:name] if args.key?(:name)
|
20674
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
20622
20675
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
20623
20676
|
@saved_disks = args[:saved_disks] if args.key?(:saved_disks)
|
20624
20677
|
@self_link = args[:self_link] if args.key?(:self_link)
|
@@ -26197,7 +26250,8 @@ module Google
|
|
26197
26250
|
# operations, use the `globalOperations` resource. - For regional operations,
|
26198
26251
|
# use the `regionOperations` resource. - For zonal operations, use the `
|
26199
26252
|
# zoneOperations` resource. For more information, read Global, Regional, and
|
26200
|
-
# Zonal Resources.
|
26253
|
+
# Zonal Resources. Note that completed Operation resources have a limited
|
26254
|
+
# retention period.
|
26201
26255
|
class Operation
|
26202
26256
|
include Google::Apis::Core::Hashable
|
26203
26257
|
|
@@ -27307,15 +27361,17 @@ module Google
|
|
27307
27361
|
|
27308
27362
|
# Protocols that apply as filter on mirrored traffic. If no protocols are
|
27309
27363
|
# specified, all traffic that matches the specified CIDR ranges is mirrored. If
|
27310
|
-
# neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
|
27364
|
+
# neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
|
27311
27365
|
# Corresponds to the JSON property `IPProtocols`
|
27312
27366
|
# @return [Array<String>]
|
27313
27367
|
attr_accessor :ip_protocols
|
27314
27368
|
|
27315
|
-
#
|
27316
|
-
# egress) IP in the IP header.
|
27317
|
-
# specified, all traffic that matches the specified IPProtocols is mirrored.
|
27318
|
-
# neither cidrRanges nor IPProtocols is specified, all traffic is
|
27369
|
+
# One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (
|
27370
|
+
# ingress) or destination (egress) IP in the IP header. If no ranges are
|
27371
|
+
# specified, all IPv4 traffic that matches the specified IPProtocols is mirrored.
|
27372
|
+
# If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is
|
27373
|
+
# mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0". Note:
|
27374
|
+
# Support for IPv6 traffic is in preview.
|
27319
27375
|
# Corresponds to the JSON property `cidrRanges`
|
27320
27376
|
# @return [Array<String>]
|
27321
27377
|
attr_accessor :cidr_ranges
|
@@ -35824,7 +35880,7 @@ module Google
|
|
35824
35880
|
include Google::Apis::Core::Hashable
|
35825
35881
|
|
35826
35882
|
# reCAPTCHA configuration options to be applied for the rule. If the rule does
|
35827
|
-
# not evaluate reCAPTCHA tokens, this field
|
35883
|
+
# not evaluate reCAPTCHA tokens, this field has no effect.
|
35828
35884
|
# Corresponds to the JSON property `recaptchaOptions`
|
35829
35885
|
# @return [Google::Apis::ComputeV1::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions]
|
35830
35886
|
attr_accessor :recaptcha_options
|
@@ -37416,6 +37472,12 @@ module Google
|
|
37416
37472
|
# @return [String]
|
37417
37473
|
attr_accessor :name
|
37418
37474
|
|
37475
|
+
# Output only. Reserved for future use.
|
37476
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
37477
|
+
# @return [Boolean]
|
37478
|
+
attr_accessor :satisfies_pzi
|
37479
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
37480
|
+
|
37419
37481
|
# [Output Only] Reserved for future use.
|
37420
37482
|
# Corresponds to the JSON property `satisfiesPzs`
|
37421
37483
|
# @return [Boolean]
|
@@ -37527,6 +37589,7 @@ module Google
|
|
37527
37589
|
@licenses = args[:licenses] if args.key?(:licenses)
|
37528
37590
|
@location_hint = args[:location_hint] if args.key?(:location_hint)
|
37529
37591
|
@name = args[:name] if args.key?(:name)
|
37592
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
37530
37593
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
37531
37594
|
@self_link = args[:self_link] if args.key?(:self_link)
|
37532
37595
|
@snapshot_encryption_key = args[:snapshot_encryption_key] if args.key?(:snapshot_encryption_key)
|
@@ -39239,18 +39302,15 @@ module Google
|
|
39239
39302
|
attr_accessor :private_ipv6_google_access
|
39240
39303
|
|
39241
39304
|
# The purpose of the resource. This field can be either PRIVATE,
|
39242
|
-
# REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
39243
|
-
#
|
39244
|
-
#
|
39245
|
-
#
|
39246
|
-
# that
|
39247
|
-
#
|
39248
|
-
#
|
39249
|
-
#
|
39250
|
-
#
|
39251
|
-
# the preferred setting for all regional Envoy load balancers. If unspecified,
|
39252
|
-
# the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
|
39253
|
-
# supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
39305
|
+
# GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
39306
|
+
# PRIVATE is the default purpose for user-created subnets or subnets that are
|
39307
|
+
# automatically created in auto mode networks. Subnets with purpose set to
|
39308
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
|
39309
|
+
# that are reserved for Envoy-based load balancers. A subnet with purpose set to
|
39310
|
+
# PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
|
39311
|
+
# Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
|
39312
|
+
# enableFlowLogs field isn't supported if the subnet purpose field is set to
|
39313
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
|
39254
39314
|
# Corresponds to the JSON property `purpose`
|
39255
39315
|
# @return [String]
|
39256
39316
|
attr_accessor :purpose
|
@@ -39261,11 +39321,17 @@ module Google
|
|
39261
39321
|
# @return [String]
|
39262
39322
|
attr_accessor :region
|
39263
39323
|
|
39264
|
-
# The
|
39265
|
-
#
|
39266
|
-
#
|
39267
|
-
|
39268
|
-
|
39324
|
+
# The URL of the reserved internal range.
|
39325
|
+
# Corresponds to the JSON property `reservedInternalRange`
|
39326
|
+
# @return [String]
|
39327
|
+
attr_accessor :reserved_internal_range
|
39328
|
+
|
39329
|
+
# The role of subnetwork. Currently, this field is only used when purpose is set
|
39330
|
+
# to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
|
39331
|
+
# ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
|
39332
|
+
# Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
|
39333
|
+
# ready to be promoted to ACTIVE or is currently draining. This field can be
|
39334
|
+
# updated with a patch request.
|
39269
39335
|
# Corresponds to the JSON property `role`
|
39270
39336
|
# @return [String]
|
39271
39337
|
attr_accessor :role
|
@@ -39326,6 +39392,7 @@ module Google
|
|
39326
39392
|
@private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
|
39327
39393
|
@purpose = args[:purpose] if args.key?(:purpose)
|
39328
39394
|
@region = args[:region] if args.key?(:region)
|
39395
|
+
@reserved_internal_range = args[:reserved_internal_range] if args.key?(:reserved_internal_range)
|
39329
39396
|
@role = args[:role] if args.key?(:role)
|
39330
39397
|
@secondary_ip_ranges = args[:secondary_ip_ranges] if args.key?(:secondary_ip_ranges)
|
39331
39398
|
@self_link = args[:self_link] if args.key?(:self_link)
|
@@ -39662,6 +39729,11 @@ module Google
|
|
39662
39729
|
# @return [String]
|
39663
39730
|
attr_accessor :range_name
|
39664
39731
|
|
39732
|
+
# The URL of the reserved internal range.
|
39733
|
+
# Corresponds to the JSON property `reservedInternalRange`
|
39734
|
+
# @return [String]
|
39735
|
+
attr_accessor :reserved_internal_range
|
39736
|
+
|
39665
39737
|
def initialize(**args)
|
39666
39738
|
update!(**args)
|
39667
39739
|
end
|
@@ -39670,6 +39742,7 @@ module Google
|
|
39670
39742
|
def update!(**args)
|
39671
39743
|
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
39672
39744
|
@range_name = args[:range_name] if args.key?(:range_name)
|
39745
|
+
@reserved_internal_range = args[:reserved_internal_range] if args.key?(:reserved_internal_range)
|
39673
39746
|
end
|
39674
39747
|
end
|
39675
39748
|
|
@@ -44330,27 +44403,25 @@ module Google
|
|
44330
44403
|
attr_accessor :network
|
44331
44404
|
|
44332
44405
|
# The purpose of the resource. This field can be either PRIVATE,
|
44333
|
-
# REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
44334
|
-
#
|
44335
|
-
#
|
44336
|
-
#
|
44337
|
-
# that
|
44338
|
-
#
|
44339
|
-
#
|
44340
|
-
#
|
44341
|
-
#
|
44342
|
-
# the preferred setting for all regional Envoy load balancers. If unspecified,
|
44343
|
-
# the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
|
44344
|
-
# supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
44406
|
+
# GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
44407
|
+
# PRIVATE is the default purpose for user-created subnets or subnets that are
|
44408
|
+
# automatically created in auto mode networks. Subnets with purpose set to
|
44409
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
|
44410
|
+
# that are reserved for Envoy-based load balancers. A subnet with purpose set to
|
44411
|
+
# PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
|
44412
|
+
# Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
|
44413
|
+
# enableFlowLogs field isn't supported if the subnet purpose field is set to
|
44414
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
|
44345
44415
|
# Corresponds to the JSON property `purpose`
|
44346
44416
|
# @return [String]
|
44347
44417
|
attr_accessor :purpose
|
44348
44418
|
|
44349
|
-
# The role of subnetwork. Currently, this field is only used when purpose
|
44350
|
-
# REGIONAL_MANAGED_PROXY. The value can be set to
|
44351
|
-
# subnetwork is one that is currently being used for
|
44352
|
-
# in a region. A BACKUP subnetwork is one that is
|
44353
|
-
# or is currently draining. This field can be
|
44419
|
+
# The role of subnetwork. Currently, this field is only used when purpose is set
|
44420
|
+
# to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
|
44421
|
+
# ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
|
44422
|
+
# Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
|
44423
|
+
# ready to be promoted to ACTIVE or is currently draining. This field can be
|
44424
|
+
# updated with a patch request.
|
44354
44425
|
# Corresponds to the JSON property `role`
|
44355
44426
|
# @return [String]
|
44356
44427
|
attr_accessor :role
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.86.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231231"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7362,6 +7362,7 @@ module Google
|
|
7362
7362
|
property :creation_timestamp, as: 'creationTimestamp'
|
7363
7363
|
property :description, as: 'description'
|
7364
7364
|
property :end_timestamp, as: 'endTimestamp'
|
7365
|
+
collection :existing_reservations, as: 'existingReservations'
|
7365
7366
|
property :id, :numeric_string => true, as: 'id'
|
7366
7367
|
property :kind, as: 'kind'
|
7367
7368
|
property :license_resource, as: 'licenseResource', class: Google::Apis::ComputeV1::LicenseResourceCommitment, decorator: Google::Apis::ComputeV1::LicenseResourceCommitment::Representation
|
@@ -7602,6 +7603,7 @@ module Google
|
|
7602
7603
|
collection :resource_policies, as: 'resourcePolicies'
|
7603
7604
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::DiskResourceStatus, decorator: Google::Apis::ComputeV1::DiskResourceStatus::Representation
|
7604
7605
|
|
7606
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
7605
7607
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
7606
7608
|
property :self_link, as: 'selfLink'
|
7607
7609
|
property :size_gb, :numeric_string => true, as: 'sizeGb'
|
@@ -9127,6 +9129,7 @@ module Google
|
|
9127
9129
|
property :name, as: 'name'
|
9128
9130
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeV1::Image::RawDisk, decorator: Google::Apis::ComputeV1::Image::RawDisk::Representation
|
9129
9131
|
|
9132
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
9130
9133
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
9131
9134
|
property :self_link, as: 'selfLink'
|
9132
9135
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeV1::InitialStateConfig, decorator: Google::Apis::ComputeV1::InitialStateConfig::Representation
|
@@ -11006,6 +11009,7 @@ module Google
|
|
11006
11009
|
property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
11007
11010
|
|
11008
11011
|
property :name, as: 'name'
|
11012
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
11009
11013
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
11010
11014
|
collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeV1::SavedDisk, decorator: Google::Apis::ComputeV1::SavedDisk::Representation
|
11011
11015
|
|
@@ -15309,6 +15313,7 @@ module Google
|
|
15309
15313
|
collection :licenses, as: 'licenses'
|
15310
15314
|
property :location_hint, as: 'locationHint'
|
15311
15315
|
property :name, as: 'name'
|
15316
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
15312
15317
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
15313
15318
|
property :self_link, as: 'selfLink'
|
15314
15319
|
property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
@@ -15772,6 +15777,7 @@ module Google
|
|
15772
15777
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
15773
15778
|
property :purpose, as: 'purpose'
|
15774
15779
|
property :region, as: 'region'
|
15780
|
+
property :reserved_internal_range, as: 'reservedInternalRange'
|
15775
15781
|
property :role, as: 'role'
|
15776
15782
|
collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeV1::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeV1::SubnetworkSecondaryRange::Representation
|
15777
15783
|
|
@@ -15863,6 +15869,7 @@ module Google
|
|
15863
15869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15864
15870
|
property :ip_cidr_range, as: 'ipCidrRange'
|
15865
15871
|
property :range_name, as: 'rangeName'
|
15872
|
+
property :reserved_internal_range, as: 'reservedInternalRange'
|
15866
15873
|
end
|
15867
15874
|
end
|
15868
15875
|
|
@@ -1581,7 +1581,7 @@ module Google
|
|
1581
1581
|
# @param [String] project
|
1582
1582
|
# Project ID for this request.
|
1583
1583
|
# @param [String] backend_bucket
|
1584
|
-
# Name of the
|
1584
|
+
# Name of the BackendBucket resource to which the security policy should be set.
|
1585
1585
|
# The name should conform to RFC1035.
|
1586
1586
|
# @param [Google::Apis::ComputeV1::SecurityPolicyReference] security_policy_reference_object
|
1587
1587
|
# @param [String] request_id
|
@@ -12699,6 +12699,56 @@ module Google
|
|
12699
12699
|
execute_or_queue_command(command, &block)
|
12700
12700
|
end
|
12701
12701
|
|
12702
|
+
# Perform a manual maintenance on the instance.
|
12703
|
+
# @param [String] project
|
12704
|
+
# Project ID for this request.
|
12705
|
+
# @param [String] zone
|
12706
|
+
# The name of the zone for this request.
|
12707
|
+
# @param [String] instance
|
12708
|
+
# Name of the instance scoping this request.
|
12709
|
+
# @param [String] request_id
|
12710
|
+
# An optional request ID to identify requests. Specify a unique request ID so
|
12711
|
+
# that if you must retry your request, the server will know to ignore the
|
12712
|
+
# request if it has already been completed. For example, consider a situation
|
12713
|
+
# where you make an initial request and the request times out. If you make the
|
12714
|
+
# request again with the same request ID, the server can check if original
|
12715
|
+
# operation with the same request ID was received, and if so, will ignore the
|
12716
|
+
# second request. This prevents clients from accidentally creating duplicate
|
12717
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
12718
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
12719
|
+
# @param [String] fields
|
12720
|
+
# Selector specifying which fields to include in a partial response.
|
12721
|
+
# @param [String] quota_user
|
12722
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
12723
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
12724
|
+
# @param [String] user_ip
|
12725
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
12726
|
+
# @param [Google::Apis::RequestOptions] options
|
12727
|
+
# Request-specific options
|
12728
|
+
#
|
12729
|
+
# @yield [result, err] Result & error if block supplied
|
12730
|
+
# @yieldparam result [Google::Apis::ComputeV1::Operation] parsed result object
|
12731
|
+
# @yieldparam err [StandardError] error object if request failed
|
12732
|
+
#
|
12733
|
+
# @return [Google::Apis::ComputeV1::Operation]
|
12734
|
+
#
|
12735
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
12736
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
12737
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
12738
|
+
def perform_instance_maintenance(project, zone, instance, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
12739
|
+
command = make_simple_command(:post, 'projects/{project}/zones/{zone}/instances/{instance}/performMaintenance', options)
|
12740
|
+
command.response_representation = Google::Apis::ComputeV1::Operation::Representation
|
12741
|
+
command.response_class = Google::Apis::ComputeV1::Operation
|
12742
|
+
command.params['project'] = project unless project.nil?
|
12743
|
+
command.params['zone'] = zone unless zone.nil?
|
12744
|
+
command.params['instance'] = instance unless instance.nil?
|
12745
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
12746
|
+
command.query['fields'] = fields unless fields.nil?
|
12747
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
12748
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
12749
|
+
execute_or_queue_command(command, &block)
|
12750
|
+
end
|
12751
|
+
|
12702
12752
|
# Removes resource policies from an instance.
|
12703
12753
|
# @param [String] project
|
12704
12754
|
# Project ID for this request.
|
@@ -13659,6 +13709,9 @@ module Google
|
|
13659
13709
|
# second request. This prevents clients from accidentally creating duplicate
|
13660
13710
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
13661
13711
|
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
13712
|
+
# @param [Boolean] with_extended_notifications
|
13713
|
+
# Determines whether the customers receive notifications before migration. Only
|
13714
|
+
# applicable to SF vms.
|
13662
13715
|
# @param [String] fields
|
13663
13716
|
# Selector specifying which fields to include in a partial response.
|
13664
13717
|
# @param [String] quota_user
|
@@ -13678,7 +13731,7 @@ module Google
|
|
13678
13731
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13679
13732
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13680
13733
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13681
|
-
def simulate_instance_maintenance_event(project, zone, instance, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
13734
|
+
def simulate_instance_maintenance_event(project, zone, instance, request_id: nil, with_extended_notifications: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
13682
13735
|
command = make_simple_command(:post, 'projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent', options)
|
13683
13736
|
command.response_representation = Google::Apis::ComputeV1::Operation::Representation
|
13684
13737
|
command.response_class = Google::Apis::ComputeV1::Operation
|
@@ -13686,6 +13739,7 @@ module Google
|
|
13686
13739
|
command.params['zone'] = zone unless zone.nil?
|
13687
13740
|
command.params['instance'] = instance unless instance.nil?
|
13688
13741
|
command.query['requestId'] = request_id unless request_id.nil?
|
13742
|
+
command.query['withExtendedNotifications'] = with_extended_notifications unless with_extended_notifications.nil?
|
13689
13743
|
command.query['fields'] = fields unless fields.nil?
|
13690
13744
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13691
13745
|
command.query['userIp'] = user_ip unless user_ip.nil?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.86.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.86.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.5.3
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Compute Engine API V1
|