google-apis-compute_beta 0.87.0 → 0.89.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: 8035812d59185425767e9e46741ccf527d184ef6ef265b3a1e2f98f571267e3b
|
4
|
+
data.tar.gz: 62b3dd0b199c4bdb56ec4f18405e3eb2f356a5d04f36c87ab813f8787e316256
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9217f6881f293bcbd6a3d0b585496d7ed1351241dc0b9ea278557738a563f982598629dcdd8dd2e5213c1aa7fdbb17dc45f79e4ea92c28ec88936d8e46e2aa1
|
7
|
+
data.tar.gz: adbffe297776e29024d64096e3100aa849d0481b51d1b8cc85ca9baa02297a657de2031f03329435a9c5ceafd134b763c4b8134331c8fd953a7dbdc29bd4f45e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-compute_beta
|
2
2
|
|
3
|
+
### v0.89.0 (2024-01-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240109
|
6
|
+
* Regenerated using generator version 0.13.0
|
7
|
+
|
8
|
+
### v0.88.0 (2024-01-07)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20231231
|
11
|
+
|
3
12
|
### v0.87.0 (2023-12-10)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20231128
|
@@ -5144,21 +5144,43 @@ module Google
|
|
5144
5144
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
5145
5145
|
# email address that represents a Google group. For example, `admins@example.com`
|
5146
5146
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
5147
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
5148
|
-
#
|
5149
|
-
#
|
5150
|
-
#
|
5151
|
-
#
|
5152
|
-
#
|
5153
|
-
#
|
5154
|
-
#
|
5147
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
5148
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
5149
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
5150
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
5151
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
5152
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
5153
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
5154
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
5155
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
5156
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
5157
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
5158
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
5159
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
5160
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
5161
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
5162
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
5163
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
5164
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
5165
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
5166
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
5167
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
5168
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
5169
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
5170
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
5171
|
+
# address (plus unique identifier) representing a service account that has been
|
5172
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
5155
5173
|
# 123456789012345678901`. If the service account is undeleted, this value
|
5156
5174
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
5157
5175
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
5158
5176
|
# An email address (plus unique identifier) representing a Google group that has
|
5159
5177
|
# been recently deleted. For example, `admins@example.com?uid=
|
5160
5178
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
5161
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
5179
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
5180
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
5181
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
5182
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
5183
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
5162
5184
|
# Corresponds to the JSON property `members`
|
5163
5185
|
# @return [Array<String>]
|
5164
5186
|
attr_accessor :members
|
@@ -5587,6 +5609,15 @@ module Google
|
|
5587
5609
|
# @return [String]
|
5588
5610
|
attr_accessor :end_timestamp
|
5589
5611
|
|
5612
|
+
# Specifies the already existing reservations to attach to the Commitment. This
|
5613
|
+
# field is optional, and it can be a full or partial URL. For example, the
|
5614
|
+
# following are valid URLs to an reservation: - https://www.googleapis.com/
|
5615
|
+
# compute/v1/projects/project/zones/zone /reservations/reservation - projects/
|
5616
|
+
# project/zones/zone/reservations/reservation
|
5617
|
+
# Corresponds to the JSON property `existingReservations`
|
5618
|
+
# @return [Array<String>]
|
5619
|
+
attr_accessor :existing_reservations
|
5620
|
+
|
5590
5621
|
# [Output Only] The unique identifier for the resource. This identifier is
|
5591
5622
|
# defined by the server.
|
5592
5623
|
# Corresponds to the JSON property `id`
|
@@ -5630,7 +5661,7 @@ module Google
|
|
5630
5661
|
# @return [String]
|
5631
5662
|
attr_accessor :region
|
5632
5663
|
|
5633
|
-
# List of create-on-create
|
5664
|
+
# List of create-on-create reservations for this commitment.
|
5634
5665
|
# Corresponds to the JSON property `reservations`
|
5635
5666
|
# @return [Array<Google::Apis::ComputeBeta::Reservation>]
|
5636
5667
|
attr_accessor :reservations
|
@@ -5687,6 +5718,7 @@ module Google
|
|
5687
5718
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
5688
5719
|
@description = args[:description] if args.key?(:description)
|
5689
5720
|
@end_timestamp = args[:end_timestamp] if args.key?(:end_timestamp)
|
5721
|
+
@existing_reservations = args[:existing_reservations] if args.key?(:existing_reservations)
|
5690
5722
|
@id = args[:id] if args.key?(:id)
|
5691
5723
|
@kind = args[:kind] if args.key?(:kind)
|
5692
5724
|
@license_resource = args[:license_resource] if args.key?(:license_resource)
|
@@ -6740,6 +6772,12 @@ module Google
|
|
6740
6772
|
# @return [Google::Apis::ComputeBeta::DiskResourceStatus]
|
6741
6773
|
attr_accessor :resource_status
|
6742
6774
|
|
6775
|
+
# Output only. Reserved for future use.
|
6776
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
6777
|
+
# @return [Boolean]
|
6778
|
+
attr_accessor :satisfies_pzi
|
6779
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
6780
|
+
|
6743
6781
|
# [Output Only] Reserved for future use.
|
6744
6782
|
# Corresponds to the JSON property `satisfiesPzs`
|
6745
6783
|
# @return [Boolean]
|
@@ -6952,6 +6990,7 @@ module Google
|
|
6952
6990
|
@replica_zones = args[:replica_zones] if args.key?(:replica_zones)
|
6953
6991
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
6954
6992
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
6993
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
6955
6994
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
6956
6995
|
@self_link = args[:self_link] if args.key?(:self_link)
|
6957
6996
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
@@ -9833,14 +9872,12 @@ module Google
|
|
9833
9872
|
attr_accessor :all_ports
|
9834
9873
|
alias_method :all_ports?, :all_ports
|
9835
9874
|
|
9836
|
-
#
|
9837
|
-
#
|
9838
|
-
#
|
9839
|
-
#
|
9840
|
-
#
|
9841
|
-
#
|
9842
|
-
# forwarding rules, this field cannot be changed after the forwarding rule is
|
9843
|
-
# created.
|
9875
|
+
# If set to true, clients can access the internal passthrough Network Load
|
9876
|
+
# Balancers, the regional internal Application Load Balancer, and the regional
|
9877
|
+
# internal proxy Network Load Balancer from all regions. If false, only allows
|
9878
|
+
# access from the local region the load balancer is located at. Note that for
|
9879
|
+
# INTERNAL_MANAGED forwarding rules, this field cannot be changed after the
|
9880
|
+
# forwarding rule is created.
|
9844
9881
|
# Corresponds to the JSON property `allowGlobalAccess`
|
9845
9882
|
# @return [Boolean]
|
9846
9883
|
attr_accessor :allow_global_access
|
@@ -11673,8 +11710,9 @@ module Google
|
|
11673
11710
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
11674
11711
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
11675
11712
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
11676
|
-
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE
|
11677
|
-
# information, see Enabling guest operating system
|
11713
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
|
11714
|
+
# TDX_CAPABLE - IDPF For more information, see Enabling guest operating system
|
11715
|
+
# features.
|
11678
11716
|
# Corresponds to the JSON property `type`
|
11679
11717
|
# @return [String]
|
11680
11718
|
attr_accessor :type
|
@@ -12779,6 +12817,16 @@ module Google
|
|
12779
12817
|
# @return [String]
|
12780
12818
|
attr_accessor :ip_address
|
12781
12819
|
|
12820
|
+
#
|
12821
|
+
# Corresponds to the JSON property `ipv6Address`
|
12822
|
+
# @return [String]
|
12823
|
+
attr_accessor :ipv6_address
|
12824
|
+
|
12825
|
+
# Health state of the IPv6 address of the instance.
|
12826
|
+
# Corresponds to the JSON property `ipv6HealthState`
|
12827
|
+
# @return [String]
|
12828
|
+
attr_accessor :ipv6_health_state
|
12829
|
+
|
12782
12830
|
# The named port of the instance group, not necessarily the port that is health-
|
12783
12831
|
# checked.
|
12784
12832
|
# Corresponds to the JSON property `port`
|
@@ -12807,6 +12855,8 @@ module Google
|
|
12807
12855
|
@health_state = args[:health_state] if args.key?(:health_state)
|
12808
12856
|
@instance = args[:instance] if args.key?(:instance)
|
12809
12857
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
12858
|
+
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
12859
|
+
@ipv6_health_state = args[:ipv6_health_state] if args.key?(:ipv6_health_state)
|
12810
12860
|
@port = args[:port] if args.key?(:port)
|
12811
12861
|
@weight = args[:weight] if args.key?(:weight)
|
12812
12862
|
@weight_error = args[:weight_error] if args.key?(:weight_error)
|
@@ -14328,6 +14378,12 @@ module Google
|
|
14328
14378
|
# @return [Google::Apis::ComputeBeta::RolloutPolicy]
|
14329
14379
|
attr_accessor :rollout_override
|
14330
14380
|
|
14381
|
+
# Output only. Reserved for future use.
|
14382
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
14383
|
+
# @return [Boolean]
|
14384
|
+
attr_accessor :satisfies_pzi
|
14385
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
14386
|
+
|
14331
14387
|
# [Output Only] Reserved for future use.
|
14332
14388
|
# Corresponds to the JSON property `satisfiesPzs`
|
14333
14389
|
# @return [Boolean]
|
@@ -14469,6 +14525,7 @@ module Google
|
|
14469
14525
|
@name = args[:name] if args.key?(:name)
|
14470
14526
|
@raw_disk = args[:raw_disk] if args.key?(:raw_disk)
|
14471
14527
|
@rollout_override = args[:rollout_override] if args.key?(:rollout_override)
|
14528
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
14472
14529
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
14473
14530
|
@self_link = args[:self_link] if args.key?(:self_link)
|
14474
14531
|
@shielded_instance_initial_state = args[:shielded_instance_initial_state] if args.key?(:shielded_instance_initial_state)
|
@@ -16488,8 +16545,10 @@ module Google
|
|
16488
16545
|
class InstanceGroupManagerResizeRequestStatus
|
16489
16546
|
include Google::Apis::Core::Hashable
|
16490
16547
|
|
16491
|
-
#
|
16492
|
-
# ResizeRequest.
|
16548
|
+
# [Output only] Fatal errors encountered during the queueing or provisioning
|
16549
|
+
# phases of the ResizeRequest that caused the transition to the FAILED state. As
|
16550
|
+
# a contrary to the last_attempt errors, this field is final and errors are
|
16551
|
+
# never removed from here, as the RR is not going to retry.
|
16493
16552
|
# Corresponds to the JSON property `error`
|
16494
16553
|
# @return [Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error]
|
16495
16554
|
attr_accessor :error
|
@@ -16503,8 +16562,10 @@ module Google
|
|
16503
16562
|
@error = args[:error] if args.key?(:error)
|
16504
16563
|
end
|
16505
16564
|
|
16506
|
-
#
|
16507
|
-
# ResizeRequest.
|
16565
|
+
# [Output only] Fatal errors encountered during the queueing or provisioning
|
16566
|
+
# phases of the ResizeRequest that caused the transition to the FAILED state. As
|
16567
|
+
# a contrary to the last_attempt errors, this field is final and errors are
|
16568
|
+
# never removed from here, as the RR is not going to retry.
|
16508
16569
|
class Error
|
16509
16570
|
include Google::Apis::Core::Hashable
|
16510
16571
|
|
@@ -16735,7 +16796,10 @@ module Google
|
|
16735
16796
|
class InstanceGroupManagerStandbyPolicy
|
16736
16797
|
include Google::Apis::Core::Hashable
|
16737
16798
|
|
16738
|
-
#
|
16799
|
+
# Specifies the number of seconds that the MIG should wait to suspend or stop a
|
16800
|
+
# VM after that VM was created. The initial delay gives the initialization
|
16801
|
+
# script the time to prepare your VM for a quick scale out. The value of initial
|
16802
|
+
# delay must be between 0 and 3600 seconds. The default value is 0.
|
16739
16803
|
# Corresponds to the JSON property `initialDelaySec`
|
16740
16804
|
# @return [Fixnum]
|
16741
16805
|
attr_accessor :initial_delay_sec
|
@@ -19705,6 +19769,12 @@ module Google
|
|
19705
19769
|
# @return [Google::Apis::ComputeBeta::InstantSnapshotResourceStatus]
|
19706
19770
|
attr_accessor :resource_status
|
19707
19771
|
|
19772
|
+
# Output only. Reserved for future use.
|
19773
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
19774
|
+
# @return [Boolean]
|
19775
|
+
attr_accessor :satisfies_pzi
|
19776
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
19777
|
+
|
19708
19778
|
# [Output Only] Reserved for future use.
|
19709
19779
|
# Corresponds to the JSON property `satisfiesPzs`
|
19710
19780
|
# @return [Boolean]
|
@@ -19770,6 +19840,7 @@ module Google
|
|
19770
19840
|
@name = args[:name] if args.key?(:name)
|
19771
19841
|
@region = args[:region] if args.key?(:region)
|
19772
19842
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
19843
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
19773
19844
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
19774
19845
|
@self_link = args[:self_link] if args.key?(:self_link)
|
19775
19846
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
@@ -23229,6 +23300,12 @@ module Google
|
|
23229
23300
|
# @return [String]
|
23230
23301
|
attr_accessor :name
|
23231
23302
|
|
23303
|
+
# Output only. Reserved for future use.
|
23304
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
23305
|
+
# @return [Boolean]
|
23306
|
+
attr_accessor :satisfies_pzi
|
23307
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
23308
|
+
|
23232
23309
|
# [Output Only] Reserved for future use.
|
23233
23310
|
# Corresponds to the JSON property `satisfiesPzs`
|
23234
23311
|
# @return [Boolean]
|
@@ -23298,6 +23375,7 @@ module Google
|
|
23298
23375
|
@kind = args[:kind] if args.key?(:kind)
|
23299
23376
|
@machine_image_encryption_key = args[:machine_image_encryption_key] if args.key?(:machine_image_encryption_key)
|
23300
23377
|
@name = args[:name] if args.key?(:name)
|
23378
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
23301
23379
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
23302
23380
|
@saved_disks = args[:saved_disks] if args.key?(:saved_disks)
|
23303
23381
|
@self_link = args[:self_link] if args.key?(:self_link)
|
@@ -23987,6 +24065,13 @@ module Google
|
|
23987
24065
|
# @return [Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy]
|
23988
24066
|
attr_accessor :properties_from_flexibility_policy
|
23989
24067
|
|
24068
|
+
# [Output Only] The eventual status of the instance. The instance group manager
|
24069
|
+
# will not be identified as stable till each managed instance reaches its
|
24070
|
+
# targetStatus.
|
24071
|
+
# Corresponds to the JSON property `targetStatus`
|
24072
|
+
# @return [String]
|
24073
|
+
attr_accessor :target_status
|
24074
|
+
|
23990
24075
|
# [Output Only] Intended version of this instance.
|
23991
24076
|
# Corresponds to the JSON property `version`
|
23992
24077
|
# @return [Google::Apis::ComputeBeta::ManagedInstanceVersion]
|
@@ -24010,6 +24095,7 @@ module Google
|
|
24010
24095
|
@preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
|
24011
24096
|
@preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
|
24012
24097
|
@properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
|
24098
|
+
@target_status = args[:target_status] if args.key?(:target_status)
|
24013
24099
|
@version = args[:version] if args.key?(:version)
|
24014
24100
|
end
|
24015
24101
|
end
|
@@ -25484,10 +25570,12 @@ module Google
|
|
25484
25570
|
# @return [String]
|
25485
25571
|
attr_accessor :fqdn
|
25486
25572
|
|
25487
|
-
# The name
|
25488
|
-
# required for network endpoints of type GCE_VM_IP_PORT. The instance
|
25489
|
-
# the same zone of network endpoint group
|
25490
|
-
#
|
25573
|
+
# The name or a URL of a specific VM instance that the IP address belongs to.
|
25574
|
+
# This is required for network endpoints of type GCE_VM_IP_PORT. The instance
|
25575
|
+
# must be in the same zone of network endpoint group (for zonal NEGs) or in the
|
25576
|
+
# zone within the region of the NEG (for regional NEGs). The name must be 1-63
|
25577
|
+
# characters long, and comply with RFC1035 or be a valid URL pointing to an
|
25578
|
+
# existing instance.
|
25491
25579
|
# Corresponds to the JSON property `instance`
|
25492
25580
|
# @return [String]
|
25493
25581
|
attr_accessor :instance
|
@@ -29138,7 +29226,8 @@ module Google
|
|
29138
29226
|
# global operations, use the `globalOperations` resource. - For regional
|
29139
29227
|
# operations, use the `regionOperations` resource. - For zonal operations, use
|
29140
29228
|
# the `zoneOperations` resource. For more information, read Global, Regional,
|
29141
|
-
# and Zonal Resources.
|
29229
|
+
# and Zonal Resources. Note that completed Operation resources have a limited
|
29230
|
+
# retention period.
|
29142
29231
|
class Operation
|
29143
29232
|
include Google::Apis::Core::Hashable
|
29144
29233
|
|
@@ -30275,15 +30364,17 @@ module Google
|
|
30275
30364
|
|
30276
30365
|
# Protocols that apply as filter on mirrored traffic. If no protocols are
|
30277
30366
|
# specified, all traffic that matches the specified CIDR ranges is mirrored. If
|
30278
|
-
# neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
|
30367
|
+
# neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
|
30279
30368
|
# Corresponds to the JSON property `IPProtocols`
|
30280
30369
|
# @return [Array<String>]
|
30281
30370
|
attr_accessor :ip_protocols
|
30282
30371
|
|
30283
|
-
#
|
30284
|
-
# egress) IP in the IP header.
|
30285
|
-
# specified, all traffic that matches the specified IPProtocols is mirrored.
|
30286
|
-
# neither cidrRanges nor IPProtocols is specified, all traffic is
|
30372
|
+
# One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (
|
30373
|
+
# ingress) or destination (egress) IP in the IP header. If no ranges are
|
30374
|
+
# specified, all IPv4 traffic that matches the specified IPProtocols is mirrored.
|
30375
|
+
# If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is
|
30376
|
+
# mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0". Note:
|
30377
|
+
# Support for IPv6 traffic is in preview.
|
30287
30378
|
# Corresponds to the JSON property `cidrRanges`
|
30288
30379
|
# @return [Array<String>]
|
30289
30380
|
attr_accessor :cidr_ranges
|
@@ -37307,6 +37398,13 @@ module Google
|
|
37307
37398
|
# @return [Google::Apis::ComputeBeta::BfdStatus]
|
37308
37399
|
attr_accessor :bfd_status
|
37309
37400
|
|
37401
|
+
# Enable IPv4 traffic over BGP Peer. It is enabled by default if the
|
37402
|
+
# peerIpAddress is version 4.
|
37403
|
+
# Corresponds to the JSON property `enableIpv4`
|
37404
|
+
# @return [Boolean]
|
37405
|
+
attr_accessor :enable_ipv4
|
37406
|
+
alias_method :enable_ipv4?, :enable_ipv4
|
37407
|
+
|
37310
37408
|
# Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
|
37311
37409
|
# Corresponds to the JSON property `enableIpv6`
|
37312
37410
|
# @return [Boolean]
|
@@ -37318,6 +37416,11 @@ module Google
|
|
37318
37416
|
# @return [String]
|
37319
37417
|
attr_accessor :ip_address
|
37320
37418
|
|
37419
|
+
# IPv4 address of the local BGP interface.
|
37420
|
+
# Corresponds to the JSON property `ipv4NexthopAddress`
|
37421
|
+
# @return [String]
|
37422
|
+
attr_accessor :ipv4_nexthop_address
|
37423
|
+
|
37321
37424
|
# IPv6 address of the local BGP interface.
|
37322
37425
|
# Corresponds to the JSON property `ipv6NexthopAddress`
|
37323
37426
|
# @return [String]
|
@@ -37349,6 +37452,11 @@ module Google
|
|
37349
37452
|
# @return [String]
|
37350
37453
|
attr_accessor :peer_ip_address
|
37351
37454
|
|
37455
|
+
# IPv4 address of the remote BGP interface.
|
37456
|
+
# Corresponds to the JSON property `peerIpv4NexthopAddress`
|
37457
|
+
# @return [String]
|
37458
|
+
attr_accessor :peer_ipv4_nexthop_address
|
37459
|
+
|
37352
37460
|
# IPv6 address of the remote BGP interface.
|
37353
37461
|
# Corresponds to the JSON property `peerIpv6NexthopAddress`
|
37354
37462
|
# @return [String]
|
@@ -37396,14 +37504,17 @@ module Google
|
|
37396
37504
|
def update!(**args)
|
37397
37505
|
@advertised_routes = args[:advertised_routes] if args.key?(:advertised_routes)
|
37398
37506
|
@bfd_status = args[:bfd_status] if args.key?(:bfd_status)
|
37507
|
+
@enable_ipv4 = args[:enable_ipv4] if args.key?(:enable_ipv4)
|
37399
37508
|
@enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
|
37400
37509
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
37510
|
+
@ipv4_nexthop_address = args[:ipv4_nexthop_address] if args.key?(:ipv4_nexthop_address)
|
37401
37511
|
@ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
|
37402
37512
|
@linked_vpn_tunnel = args[:linked_vpn_tunnel] if args.key?(:linked_vpn_tunnel)
|
37403
37513
|
@md5_auth_enabled = args[:md5_auth_enabled] if args.key?(:md5_auth_enabled)
|
37404
37514
|
@name = args[:name] if args.key?(:name)
|
37405
37515
|
@num_learned_routes = args[:num_learned_routes] if args.key?(:num_learned_routes)
|
37406
37516
|
@peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
|
37517
|
+
@peer_ipv4_nexthop_address = args[:peer_ipv4_nexthop_address] if args.key?(:peer_ipv4_nexthop_address)
|
37407
37518
|
@peer_ipv6_nexthop_address = args[:peer_ipv6_nexthop_address] if args.key?(:peer_ipv6_nexthop_address)
|
37408
37519
|
@router_appliance_instance = args[:router_appliance_instance] if args.key?(:router_appliance_instance)
|
37409
37520
|
@state = args[:state] if args.key?(:state)
|
@@ -38481,7 +38592,7 @@ module Google
|
|
38481
38592
|
# @return [String]
|
38482
38593
|
attr_accessor :description
|
38483
38594
|
|
38484
|
-
# User-provided name of the
|
38595
|
+
# User-provided name of the organization security policy. The name should be
|
38485
38596
|
# unique in the organization in which the security policy is created. This
|
38486
38597
|
# should only be used when SecurityPolicyType is FIREWALL. The name must be 1-63
|
38487
38598
|
# characters long, and comply with https://www.ietf.org/rfc/rfc1035.txt.
|
@@ -39451,7 +39562,7 @@ module Google
|
|
39451
39562
|
include Google::Apis::Core::Hashable
|
39452
39563
|
|
39453
39564
|
# reCAPTCHA configuration options to be applied for the rule. If the rule does
|
39454
|
-
# not evaluate reCAPTCHA tokens, this field
|
39565
|
+
# not evaluate reCAPTCHA tokens, this field has no effect.
|
39455
39566
|
# Corresponds to the JSON property `recaptchaOptions`
|
39456
39567
|
# @return [Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions]
|
39457
39568
|
attr_accessor :recaptcha_options
|
@@ -41215,6 +41326,12 @@ module Google
|
|
41215
41326
|
# @return [String]
|
41216
41327
|
attr_accessor :name
|
41217
41328
|
|
41329
|
+
# Output only. Reserved for future use.
|
41330
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
41331
|
+
# @return [Boolean]
|
41332
|
+
attr_accessor :satisfies_pzi
|
41333
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
41334
|
+
|
41218
41335
|
# [Output Only] Reserved for future use.
|
41219
41336
|
# Corresponds to the JSON property `satisfiesPzs`
|
41220
41337
|
# @return [Boolean]
|
@@ -41357,6 +41474,7 @@ module Google
|
|
41357
41474
|
@licenses = args[:licenses] if args.key?(:licenses)
|
41358
41475
|
@location_hint = args[:location_hint] if args.key?(:location_hint)
|
41359
41476
|
@name = args[:name] if args.key?(:name)
|
41477
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
41360
41478
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
41361
41479
|
@self_link = args[:self_link] if args.key?(:self_link)
|
41362
41480
|
@snapshot_encryption_key = args[:snapshot_encryption_key] if args.key?(:snapshot_encryption_key)
|
@@ -43097,18 +43215,15 @@ module Google
|
|
43097
43215
|
attr_accessor :private_ipv6_google_access
|
43098
43216
|
|
43099
43217
|
# The purpose of the resource. This field can be either PRIVATE,
|
43100
|
-
# REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
43101
|
-
#
|
43102
|
-
#
|
43103
|
-
#
|
43104
|
-
# that
|
43105
|
-
#
|
43106
|
-
#
|
43107
|
-
#
|
43108
|
-
#
|
43109
|
-
# the preferred setting for all regional Envoy load balancers. If unspecified,
|
43110
|
-
# the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
|
43111
|
-
# supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
43218
|
+
# GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
43219
|
+
# PRIVATE is the default purpose for user-created subnets or subnets that are
|
43220
|
+
# automatically created in auto mode networks. Subnets with purpose set to
|
43221
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
|
43222
|
+
# that are reserved for Envoy-based load balancers. A subnet with purpose set to
|
43223
|
+
# PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
|
43224
|
+
# Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
|
43225
|
+
# enableFlowLogs field isn't supported if the subnet purpose field is set to
|
43226
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
|
43112
43227
|
# Corresponds to the JSON property `purpose`
|
43113
43228
|
# @return [String]
|
43114
43229
|
attr_accessor :purpose
|
@@ -43124,11 +43239,12 @@ module Google
|
|
43124
43239
|
# @return [String]
|
43125
43240
|
attr_accessor :reserved_internal_range
|
43126
43241
|
|
43127
|
-
# The role of subnetwork. Currently, this field is only used when purpose
|
43128
|
-
# REGIONAL_MANAGED_PROXY. The value can be set to
|
43129
|
-
# subnetwork is one that is currently being used for
|
43130
|
-
# in a region. A BACKUP subnetwork is one that is
|
43131
|
-
# or is currently draining. This field can be
|
43242
|
+
# The role of subnetwork. Currently, this field is only used when purpose is set
|
43243
|
+
# to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
|
43244
|
+
# ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
|
43245
|
+
# Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
|
43246
|
+
# ready to be promoted to ACTIVE or is currently draining. This field can be
|
43247
|
+
# updated with a patch request.
|
43132
43248
|
# Corresponds to the JSON property `role`
|
43133
43249
|
# @return [String]
|
43134
43250
|
attr_accessor :role
|
@@ -48337,27 +48453,25 @@ module Google
|
|
48337
48453
|
attr_accessor :network
|
48338
48454
|
|
48339
48455
|
# The purpose of the resource. This field can be either PRIVATE,
|
48340
|
-
# REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
48341
|
-
#
|
48342
|
-
#
|
48343
|
-
#
|
48344
|
-
# that
|
48345
|
-
#
|
48346
|
-
#
|
48347
|
-
#
|
48348
|
-
#
|
48349
|
-
# the preferred setting for all regional Envoy load balancers. If unspecified,
|
48350
|
-
# the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
|
48351
|
-
# supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
48456
|
+
# GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
48457
|
+
# PRIVATE is the default purpose for user-created subnets or subnets that are
|
48458
|
+
# automatically created in auto mode networks. Subnets with purpose set to
|
48459
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
|
48460
|
+
# that are reserved for Envoy-based load balancers. A subnet with purpose set to
|
48461
|
+
# PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
|
48462
|
+
# Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
|
48463
|
+
# enableFlowLogs field isn't supported if the subnet purpose field is set to
|
48464
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
|
48352
48465
|
# Corresponds to the JSON property `purpose`
|
48353
48466
|
# @return [String]
|
48354
48467
|
attr_accessor :purpose
|
48355
48468
|
|
48356
|
-
# The role of subnetwork. Currently, this field is only used when purpose
|
48357
|
-
# REGIONAL_MANAGED_PROXY. The value can be set to
|
48358
|
-
# subnetwork is one that is currently being used for
|
48359
|
-
# in a region. A BACKUP subnetwork is one that is
|
48360
|
-
# or is currently draining. This field can be
|
48469
|
+
# The role of subnetwork. Currently, this field is only used when purpose is set
|
48470
|
+
# to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
|
48471
|
+
# ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
|
48472
|
+
# Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
|
48473
|
+
# ready to be promoted to ACTIVE or is currently draining. This field can be
|
48474
|
+
# updated with a patch request.
|
48361
48475
|
# Corresponds to the JSON property `role`
|
48362
48476
|
# @return [String]
|
48363
48477
|
attr_accessor :role
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeBeta
|
18
18
|
# Version of the google-apis-compute_beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.89.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240109"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7904,6 +7904,7 @@ module Google
|
|
7904
7904
|
property :creation_timestamp, as: 'creationTimestamp'
|
7905
7905
|
property :description, as: 'description'
|
7906
7906
|
property :end_timestamp, as: 'endTimestamp'
|
7907
|
+
collection :existing_reservations, as: 'existingReservations'
|
7907
7908
|
property :id, :numeric_string => true, as: 'id'
|
7908
7909
|
property :kind, as: 'kind'
|
7909
7910
|
property :license_resource, as: 'licenseResource', class: Google::Apis::ComputeBeta::LicenseResourceCommitment, decorator: Google::Apis::ComputeBeta::LicenseResourceCommitment::Representation
|
@@ -8169,6 +8170,7 @@ module Google
|
|
8169
8170
|
collection :resource_policies, as: 'resourcePolicies'
|
8170
8171
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::DiskResourceStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatus::Representation
|
8171
8172
|
|
8173
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
8172
8174
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
8173
8175
|
property :self_link, as: 'selfLink'
|
8174
8176
|
property :size_gb, :numeric_string => true, as: 'sizeGb'
|
@@ -9570,6 +9572,8 @@ module Google
|
|
9570
9572
|
property :health_state, as: 'healthState'
|
9571
9573
|
property :instance, as: 'instance'
|
9572
9574
|
property :ip_address, as: 'ipAddress'
|
9575
|
+
property :ipv6_address, as: 'ipv6Address'
|
9576
|
+
property :ipv6_health_state, as: 'ipv6HealthState'
|
9573
9577
|
property :port, as: 'port'
|
9574
9578
|
property :weight, as: 'weight'
|
9575
9579
|
property :weight_error, as: 'weightError'
|
@@ -9913,6 +9917,7 @@ module Google
|
|
9913
9917
|
|
9914
9918
|
property :rollout_override, as: 'rolloutOverride', class: Google::Apis::ComputeBeta::RolloutPolicy, decorator: Google::Apis::ComputeBeta::RolloutPolicy::Representation
|
9915
9919
|
|
9920
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
9916
9921
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
9917
9922
|
property :self_link, as: 'selfLink'
|
9918
9923
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeBeta::InitialStateConfig, decorator: Google::Apis::ComputeBeta::InitialStateConfig::Representation
|
@@ -11328,6 +11333,7 @@ module Google
|
|
11328
11333
|
property :region, as: 'region'
|
11329
11334
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus, decorator: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus::Representation
|
11330
11335
|
|
11336
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
11331
11337
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
11332
11338
|
property :self_link, as: 'selfLink'
|
11333
11339
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -12174,6 +12180,7 @@ module Google
|
|
12174
12180
|
property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
12175
12181
|
|
12176
12182
|
property :name, as: 'name'
|
12183
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
12177
12184
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
12178
12185
|
collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeBeta::SavedDisk, decorator: Google::Apis::ComputeBeta::SavedDisk::Representation
|
12179
12186
|
|
@@ -12368,6 +12375,7 @@ module Google
|
|
12368
12375
|
|
12369
12376
|
property :properties_from_flexibility_policy, as: 'propertiesFromFlexibilityPolicy', class: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy, decorator: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy::Representation
|
12370
12377
|
|
12378
|
+
property :target_status, as: 'targetStatus'
|
12371
12379
|
property :version, as: 'version', class: Google::Apis::ComputeBeta::ManagedInstanceVersion, decorator: Google::Apis::ComputeBeta::ManagedInstanceVersion::Representation
|
12372
12380
|
|
12373
12381
|
end
|
@@ -15797,14 +15805,17 @@ module Google
|
|
15797
15805
|
|
15798
15806
|
property :bfd_status, as: 'bfdStatus', class: Google::Apis::ComputeBeta::BfdStatus, decorator: Google::Apis::ComputeBeta::BfdStatus::Representation
|
15799
15807
|
|
15808
|
+
property :enable_ipv4, as: 'enableIpv4'
|
15800
15809
|
property :enable_ipv6, as: 'enableIpv6'
|
15801
15810
|
property :ip_address, as: 'ipAddress'
|
15811
|
+
property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
|
15802
15812
|
property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
|
15803
15813
|
property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
|
15804
15814
|
property :md5_auth_enabled, as: 'md5AuthEnabled'
|
15805
15815
|
property :name, as: 'name'
|
15806
15816
|
property :num_learned_routes, as: 'numLearnedRoutes'
|
15807
15817
|
property :peer_ip_address, as: 'peerIpAddress'
|
15818
|
+
property :peer_ipv4_nexthop_address, as: 'peerIpv4NexthopAddress'
|
15808
15819
|
property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
|
15809
15820
|
property :router_appliance_instance, as: 'routerApplianceInstance'
|
15810
15821
|
property :state, as: 'state'
|
@@ -16770,6 +16781,7 @@ module Google
|
|
16770
16781
|
collection :licenses, as: 'licenses'
|
16771
16782
|
property :location_hint, as: 'locationHint'
|
16772
16783
|
property :name, as: 'name'
|
16784
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
16773
16785
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
16774
16786
|
property :self_link, as: 'selfLink'
|
16775
16787
|
property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
@@ -32,6 +32,8 @@ module Google
|
|
32
32
|
#
|
33
33
|
# @see https://cloud.google.com/compute/
|
34
34
|
class ComputeService < Google::Apis::Core::BaseService
|
35
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://compute.$UNIVERSE_DOMAIN$/"
|
36
|
+
|
35
37
|
# @return [String]
|
36
38
|
# API key. Your API key identifies your project and provides you with API access,
|
37
39
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
@@ -47,7 +49,7 @@ module Google
|
|
47
49
|
attr_accessor :user_ip
|
48
50
|
|
49
51
|
def initialize
|
50
|
-
super(
|
52
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, 'compute/beta/',
|
51
53
|
client_name: 'google-apis-compute_beta',
|
52
54
|
client_version: Google::Apis::ComputeBeta::GEM_VERSION)
|
53
55
|
@batch_path = 'batch/compute/beta'
|
@@ -1665,7 +1667,7 @@ module Google
|
|
1665
1667
|
# @param [String] project
|
1666
1668
|
# Project ID for this request.
|
1667
1669
|
# @param [String] backend_bucket
|
1668
|
-
# Name of the
|
1670
|
+
# Name of the BackendBucket resource to which the security policy should be set.
|
1669
1671
|
# The name should conform to RFC1035.
|
1670
1672
|
# @param [Google::Apis::ComputeBeta::SecurityPolicyReference] security_policy_reference_object
|
1671
1673
|
# @param [String] request_id
|
@@ -14472,6 +14474,56 @@ module Google
|
|
14472
14474
|
execute_or_queue_command(command, &block)
|
14473
14475
|
end
|
14474
14476
|
|
14477
|
+
# Perform a manual maintenance on the instance.
|
14478
|
+
# @param [String] project
|
14479
|
+
# Project ID for this request.
|
14480
|
+
# @param [String] zone
|
14481
|
+
# The name of the zone for this request.
|
14482
|
+
# @param [String] instance
|
14483
|
+
# Name of the instance scoping this request.
|
14484
|
+
# @param [String] request_id
|
14485
|
+
# An optional request ID to identify requests. Specify a unique request ID so
|
14486
|
+
# that if you must retry your request, the server will know to ignore the
|
14487
|
+
# request if it has already been completed. For example, consider a situation
|
14488
|
+
# where you make an initial request and the request times out. If you make the
|
14489
|
+
# request again with the same request ID, the server can check if original
|
14490
|
+
# operation with the same request ID was received, and if so, will ignore the
|
14491
|
+
# second request. This prevents clients from accidentally creating duplicate
|
14492
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
14493
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
14494
|
+
# @param [String] fields
|
14495
|
+
# Selector specifying which fields to include in a partial response.
|
14496
|
+
# @param [String] quota_user
|
14497
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
14498
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
14499
|
+
# @param [String] user_ip
|
14500
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
14501
|
+
# @param [Google::Apis::RequestOptions] options
|
14502
|
+
# Request-specific options
|
14503
|
+
#
|
14504
|
+
# @yield [result, err] Result & error if block supplied
|
14505
|
+
# @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
|
14506
|
+
# @yieldparam err [StandardError] error object if request failed
|
14507
|
+
#
|
14508
|
+
# @return [Google::Apis::ComputeBeta::Operation]
|
14509
|
+
#
|
14510
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
14511
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
14512
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
14513
|
+
def perform_instance_maintenance(project, zone, instance, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
14514
|
+
command = make_simple_command(:post, 'projects/{project}/zones/{zone}/instances/{instance}/performMaintenance', options)
|
14515
|
+
command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
|
14516
|
+
command.response_class = Google::Apis::ComputeBeta::Operation
|
14517
|
+
command.params['project'] = project unless project.nil?
|
14518
|
+
command.params['zone'] = zone unless zone.nil?
|
14519
|
+
command.params['instance'] = instance unless instance.nil?
|
14520
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
14521
|
+
command.query['fields'] = fields unless fields.nil?
|
14522
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
14523
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
14524
|
+
execute_or_queue_command(command, &block)
|
14525
|
+
end
|
14526
|
+
|
14475
14527
|
# Removes resource policies from an instance.
|
14476
14528
|
# @param [String] project
|
14477
14529
|
# Project ID for this request.
|
@@ -15490,6 +15542,9 @@ module Google
|
|
15490
15542
|
# second request. This prevents clients from accidentally creating duplicate
|
15491
15543
|
# commitments. The request ID must be a valid UUID with the exception that zero
|
15492
15544
|
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
15545
|
+
# @param [Boolean] with_extended_notifications
|
15546
|
+
# Determines whether the customers receive notifications before migration. Only
|
15547
|
+
# applicable to SF vms.
|
15493
15548
|
# @param [String] fields
|
15494
15549
|
# Selector specifying which fields to include in a partial response.
|
15495
15550
|
# @param [String] quota_user
|
@@ -15509,7 +15564,7 @@ module Google
|
|
15509
15564
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
15510
15565
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
15511
15566
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
15512
|
-
def simulate_instance_maintenance_event(project, zone, instance, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
15567
|
+
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)
|
15513
15568
|
command = make_simple_command(:post, 'projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent', options)
|
15514
15569
|
command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
|
15515
15570
|
command.response_class = Google::Apis::ComputeBeta::Operation
|
@@ -15517,6 +15572,7 @@ module Google
|
|
15517
15572
|
command.params['zone'] = zone unless zone.nil?
|
15518
15573
|
command.params['instance'] = instance unless instance.nil?
|
15519
15574
|
command.query['requestId'] = request_id unless request_id.nil?
|
15575
|
+
command.query['withExtendedNotifications'] = with_extended_notifications unless with_extended_notifications.nil?
|
15520
15576
|
command.query['fields'] = fields unless fields.nil?
|
15521
15577
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
15522
15578
|
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_beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.89.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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.12.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.12.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.89.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
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 Beta
|