google-apis-compute_alpha 0.139.0 → 0.140.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74dac6d91790bd95c1d4675d263a915fe962626f553ca5e7efdb999735214a89
|
|
4
|
+
data.tar.gz: 756fb667b9cf44962e75a86f6f5e2d5b1f7e35cd8f82f5e66a928abad672aba4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f448a0a9c2e4c6d60561987b053b261d9f2aebae5037c3cab3b222bb954db98c133cd4deed73074d867d17ffb1f4ddb86c9470b400b5d41a08632be948f46924
|
|
7
|
+
data.tar.gz: 3f60d13fafc89c4ae3d8c0a68692b7f842d3259cfe7e63cac69c240ce1b14a66ffa6f5493964a0d89b4399fa2433823809498908d208b98980009f2e8665ade5
|
data/CHANGELOG.md
CHANGED
|
@@ -16722,6 +16722,13 @@ module Google
|
|
|
16722
16722
|
attr_accessor :auto_delete_auto_created_reservations
|
|
16723
16723
|
alias_method :auto_delete_auto_created_reservations?, :auto_delete_auto_created_reservations
|
|
16724
16724
|
|
|
16725
|
+
# Full or partial URL of an existing future reservation to indicate
|
|
16726
|
+
# intent for reserving capacity in the same cluster as the colocation
|
|
16727
|
+
# resource.
|
|
16728
|
+
# Corresponds to the JSON property `colocationResource`
|
|
16729
|
+
# @return [String]
|
|
16730
|
+
attr_accessor :colocation_resource
|
|
16731
|
+
|
|
16725
16732
|
# If not present, then FR will not deliver a new commitment or update an
|
|
16726
16733
|
# existing commitment.
|
|
16727
16734
|
# Corresponds to the JSON property `commitmentInfo`
|
|
@@ -16883,6 +16890,7 @@ module Google
|
|
|
16883
16890
|
@auto_created_reservations_delete_time = args[:auto_created_reservations_delete_time] if args.key?(:auto_created_reservations_delete_time)
|
|
16884
16891
|
@auto_created_reservations_duration = args[:auto_created_reservations_duration] if args.key?(:auto_created_reservations_duration)
|
|
16885
16892
|
@auto_delete_auto_created_reservations = args[:auto_delete_auto_created_reservations] if args.key?(:auto_delete_auto_created_reservations)
|
|
16893
|
+
@colocation_resource = args[:colocation_resource] if args.key?(:colocation_resource)
|
|
16886
16894
|
@commitment_info = args[:commitment_info] if args.key?(:commitment_info)
|
|
16887
16895
|
@confidential_compute_type = args[:confidential_compute_type] if args.key?(:confidential_compute_type)
|
|
16888
16896
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
@@ -27649,14 +27657,14 @@ module Google
|
|
|
27649
27657
|
include Google::Apis::Core::Hashable
|
|
27650
27658
|
|
|
27651
27659
|
# The action that a MIG performs on a failed VM. If the value of the
|
|
27652
|
-
# onFailedHealthCheck field
|
|
27653
|
-
#
|
|
27654
|
-
#
|
|
27655
|
-
#
|
|
27656
|
-
# repairs a failed
|
|
27657
|
-
#
|
|
27658
|
-
#
|
|
27659
|
-
# does not repair a failed VM.
|
|
27660
|
+
# onFailedHealthCheck field is `DEFAULT_ACTION`, then the same action also
|
|
27661
|
+
# applies to the VMs on which your application fails a health check.
|
|
27662
|
+
# Valid values are
|
|
27663
|
+
#
|
|
27664
|
+
# - REPAIR (default): MIG automatically repairs a failed VM
|
|
27665
|
+
# by recreating it. For more information, see About
|
|
27666
|
+
# repairing VMs in a MIG.
|
|
27667
|
+
# - DO_NOTHING: MIG does not repair a failed VM.
|
|
27660
27668
|
# Corresponds to the JSON property `defaultActionOnFailure`
|
|
27661
27669
|
# @return [String]
|
|
27662
27670
|
attr_accessor :default_action_on_failure
|
|
@@ -37667,6 +37675,14 @@ module Google
|
|
|
37667
37675
|
attr_accessor :fail_open
|
|
37668
37676
|
alias_method :fail_open?, :fail_open
|
|
37669
37677
|
|
|
37678
|
+
# Optional. URL of the InterconnectKeyGroup resource to use for MACsec, in the
|
|
37679
|
+
# format:
|
|
37680
|
+
# projects/`project`/locations/`region`/interconnectKeyGroups/`
|
|
37681
|
+
# interconnectKeyGroup`.
|
|
37682
|
+
# Corresponds to the JSON property `interconnectKeyGroup`
|
|
37683
|
+
# @return [String]
|
|
37684
|
+
attr_accessor :interconnect_key_group
|
|
37685
|
+
|
|
37670
37686
|
# Required. A keychain placeholder describing a set of named key objects
|
|
37671
37687
|
# along with their start times. A MACsec CKN/CAK is generated for each
|
|
37672
37688
|
# key in the key chain. Google router automatically picks the key with
|
|
@@ -37683,6 +37699,7 @@ module Google
|
|
|
37683
37699
|
# Update properties of this object
|
|
37684
37700
|
def update!(**args)
|
|
37685
37701
|
@fail_open = args[:fail_open] if args.key?(:fail_open)
|
|
37702
|
+
@interconnect_key_group = args[:interconnect_key_group] if args.key?(:interconnect_key_group)
|
|
37686
37703
|
@pre_shared_keys = args[:pre_shared_keys] if args.key?(:pre_shared_keys)
|
|
37687
37704
|
end
|
|
37688
37705
|
end
|
|
@@ -58915,6 +58932,11 @@ module Google
|
|
|
58915
58932
|
class ReservationBlock
|
|
58916
58933
|
include Google::Apis::Core::Hashable
|
|
58917
58934
|
|
|
58935
|
+
# Health information for the reservation block.
|
|
58936
|
+
# Corresponds to the JSON property `blockHealthInfo`
|
|
58937
|
+
# @return [Google::Apis::ComputeAlpha::ReservationBlockHealthInfo]
|
|
58938
|
+
attr_accessor :block_health_info
|
|
58939
|
+
|
|
58918
58940
|
# Output only. [Output Only] The number of resources that are allocated in this
|
|
58919
58941
|
# reservation block.
|
|
58920
58942
|
# Corresponds to the JSON property `count`
|
|
@@ -58926,11 +58948,6 @@ module Google
|
|
|
58926
58948
|
# @return [String]
|
|
58927
58949
|
attr_accessor :creation_timestamp
|
|
58928
58950
|
|
|
58929
|
-
# Health information for the reservation block.
|
|
58930
|
-
# Corresponds to the JSON property `healthInfo`
|
|
58931
|
-
# @return [Google::Apis::ComputeAlpha::ReservationBlockHealthInfo]
|
|
58932
|
-
attr_accessor :health_info
|
|
58933
|
-
|
|
58934
58951
|
# Output only. [Output Only] The unique identifier for the resource. This
|
|
58935
58952
|
# identifier is
|
|
58936
58953
|
# defined by the server.
|
|
@@ -59028,9 +59045,9 @@ module Google
|
|
|
59028
59045
|
|
|
59029
59046
|
# Update properties of this object
|
|
59030
59047
|
def update!(**args)
|
|
59048
|
+
@block_health_info = args[:block_health_info] if args.key?(:block_health_info)
|
|
59031
59049
|
@count = args[:count] if args.key?(:count)
|
|
59032
59050
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
59033
|
-
@health_info = args[:health_info] if args.key?(:health_info)
|
|
59034
59051
|
@id = args[:id] if args.key?(:id)
|
|
59035
59052
|
@in_use_count = args[:in_use_count] if args.key?(:in_use_count)
|
|
59036
59053
|
@in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count)
|
|
@@ -59797,11 +59814,6 @@ module Google
|
|
|
59797
59814
|
# @return [String]
|
|
59798
59815
|
attr_accessor :creation_timestamp
|
|
59799
59816
|
|
|
59800
|
-
# Health information for the reservation subBlock.
|
|
59801
|
-
# Corresponds to the JSON property `healthInfo`
|
|
59802
|
-
# @return [Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo]
|
|
59803
|
-
attr_accessor :health_info
|
|
59804
|
-
|
|
59805
59817
|
# Output only. [Output Only] The unique identifier for the resource. This
|
|
59806
59818
|
# identifier is
|
|
59807
59819
|
# defined by the server.
|
|
@@ -59847,6 +59859,13 @@ module Google
|
|
|
59847
59859
|
# @return [Google::Apis::ComputeAlpha::GroupMaintenanceInfo]
|
|
59848
59860
|
attr_accessor :reservation_sub_block_maintenance
|
|
59849
59861
|
|
|
59862
|
+
# Customer specified retention priority for power shedding events.
|
|
59863
|
+
# Used to determine priority of the subBlock relative to others during
|
|
59864
|
+
# a power shedding event. Higher priorities are retained over lower ones.
|
|
59865
|
+
# Corresponds to the JSON property `retentionPriority`
|
|
59866
|
+
# @return [Fixnum]
|
|
59867
|
+
attr_accessor :retention_priority
|
|
59868
|
+
|
|
59850
59869
|
# Output only. [Output Only] Server-defined fully-qualified URL for this
|
|
59851
59870
|
# resource.
|
|
59852
59871
|
# Corresponds to the JSON property `selfLink`
|
|
@@ -59864,6 +59883,11 @@ module Google
|
|
|
59864
59883
|
# @return [String]
|
|
59865
59884
|
attr_accessor :status
|
|
59866
59885
|
|
|
59886
|
+
# Health information for the reservation subBlock.
|
|
59887
|
+
# Corresponds to the JSON property `subBlockHealthInfo`
|
|
59888
|
+
# @return [Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo]
|
|
59889
|
+
attr_accessor :sub_block_health_info
|
|
59890
|
+
|
|
59867
59891
|
# Output only. [Output Only] Zone in which the reservation subBlock resides.
|
|
59868
59892
|
# Corresponds to the JSON property `zone`
|
|
59869
59893
|
# @return [String]
|
|
@@ -59878,7 +59902,6 @@ module Google
|
|
|
59878
59902
|
@accelerator_topologies_info = args[:accelerator_topologies_info] if args.key?(:accelerator_topologies_info)
|
|
59879
59903
|
@count = args[:count] if args.key?(:count)
|
|
59880
59904
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
59881
|
-
@health_info = args[:health_info] if args.key?(:health_info)
|
|
59882
59905
|
@id = args[:id] if args.key?(:id)
|
|
59883
59906
|
@in_use_count = args[:in_use_count] if args.key?(:in_use_count)
|
|
59884
59907
|
@in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count)
|
|
@@ -59886,9 +59909,11 @@ module Google
|
|
|
59886
59909
|
@name = args[:name] if args.key?(:name)
|
|
59887
59910
|
@physical_topology = args[:physical_topology] if args.key?(:physical_topology)
|
|
59888
59911
|
@reservation_sub_block_maintenance = args[:reservation_sub_block_maintenance] if args.key?(:reservation_sub_block_maintenance)
|
|
59912
|
+
@retention_priority = args[:retention_priority] if args.key?(:retention_priority)
|
|
59889
59913
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
59890
59914
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
59891
59915
|
@status = args[:status] if args.key?(:status)
|
|
59916
|
+
@sub_block_health_info = args[:sub_block_health_info] if args.key?(:sub_block_health_info)
|
|
59892
59917
|
@zone = args[:zone] if args.key?(:zone)
|
|
59893
59918
|
end
|
|
59894
59919
|
end
|
|
@@ -64724,8 +64749,9 @@ module Google
|
|
|
64724
64749
|
|
|
64725
64750
|
# Output only. Effective timeout (in seconds) for TCP connections that are in
|
|
64726
64751
|
# TIME_WAIT
|
|
64727
|
-
# state. This value is equal to tcp_time_wait_timeout_sec
|
|
64728
|
-
#
|
|
64752
|
+
# state. This value is equal to tcp_time_wait_timeout_sec.
|
|
64753
|
+
# If tcp_time_wait_timeout_sec isn't set, the effective timeout is 30s or
|
|
64754
|
+
# 120s. The field is output only.
|
|
64729
64755
|
# Corresponds to the JSON property `effectiveTcpTimeWaitTimeoutSec`
|
|
64730
64756
|
# @return [Fixnum]
|
|
64731
64757
|
attr_accessor :effective_tcp_time_wait_timeout_sec
|
|
@@ -64997,6 +65023,11 @@ module Google
|
|
|
64997
65023
|
# @return [Fixnum]
|
|
64998
65024
|
attr_accessor :rule_number
|
|
64999
65025
|
|
|
65026
|
+
# A list of source workload identities.
|
|
65027
|
+
# Corresponds to the JSON property `sourceWorkloadIdentities`
|
|
65028
|
+
# @return [Array<String>]
|
|
65029
|
+
attr_accessor :source_workload_identities
|
|
65030
|
+
|
|
65000
65031
|
def initialize(**args)
|
|
65001
65032
|
update!(**args)
|
|
65002
65033
|
end
|
|
@@ -65007,6 +65038,7 @@ module Google
|
|
|
65007
65038
|
@description = args[:description] if args.key?(:description)
|
|
65008
65039
|
@match = args[:match] if args.key?(:match)
|
|
65009
65040
|
@rule_number = args[:rule_number] if args.key?(:rule_number)
|
|
65041
|
+
@source_workload_identities = args[:source_workload_identities] if args.key?(:source_workload_identities)
|
|
65010
65042
|
end
|
|
65011
65043
|
end
|
|
65012
65044
|
|
|
@@ -66562,6 +66594,11 @@ module Google
|
|
|
66562
66594
|
# @return [String]
|
|
66563
66595
|
attr_accessor :termination_time
|
|
66564
66596
|
|
|
66597
|
+
# Message to control the enablement of the vsock device.
|
|
66598
|
+
# Corresponds to the JSON property `vsockMode`
|
|
66599
|
+
# @return [Google::Apis::ComputeAlpha::SchedulingVsockMode]
|
|
66600
|
+
attr_accessor :vsock_mode
|
|
66601
|
+
|
|
66565
66602
|
# Represents the Windows Server License Optimization Mode of the VM. If
|
|
66566
66603
|
# unspecified, the default mode is `OFF`.
|
|
66567
66604
|
# Corresponds to the JSON property `windowsLicenseOptimizationMode`
|
|
@@ -66597,6 +66634,7 @@ module Google
|
|
|
66597
66634
|
@shutdown_timeout = args[:shutdown_timeout] if args.key?(:shutdown_timeout)
|
|
66598
66635
|
@skip_guest_os_shutdown = args[:skip_guest_os_shutdown] if args.key?(:skip_guest_os_shutdown)
|
|
66599
66636
|
@termination_time = args[:termination_time] if args.key?(:termination_time)
|
|
66637
|
+
@vsock_mode = args[:vsock_mode] if args.key?(:vsock_mode)
|
|
66600
66638
|
@windows_license_optimization_mode = args[:windows_license_optimization_mode] if args.key?(:windows_license_optimization_mode)
|
|
66601
66639
|
end
|
|
66602
66640
|
end
|
|
@@ -66685,6 +66723,25 @@ module Google
|
|
|
66685
66723
|
end
|
|
66686
66724
|
end
|
|
66687
66725
|
|
|
66726
|
+
# Message to control the enablement of the vsock device.
|
|
66727
|
+
class SchedulingVsockMode
|
|
66728
|
+
include Google::Apis::Core::Hashable
|
|
66729
|
+
|
|
66730
|
+
#
|
|
66731
|
+
# Corresponds to the JSON property `mode`
|
|
66732
|
+
# @return [String]
|
|
66733
|
+
attr_accessor :mode
|
|
66734
|
+
|
|
66735
|
+
def initialize(**args)
|
|
66736
|
+
update!(**args)
|
|
66737
|
+
end
|
|
66738
|
+
|
|
66739
|
+
# Update properties of this object
|
|
66740
|
+
def update!(**args)
|
|
66741
|
+
@mode = args[:mode] if args.key?(:mode)
|
|
66742
|
+
end
|
|
66743
|
+
end
|
|
66744
|
+
|
|
66688
66745
|
# An instance's screenshot.
|
|
66689
66746
|
class Screenshot
|
|
66690
66747
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeAlpha
|
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.140.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260612"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -8248,6 +8248,12 @@ module Google
|
|
|
8248
8248
|
include Google::Apis::Core::JsonObjectSupport
|
|
8249
8249
|
end
|
|
8250
8250
|
|
|
8251
|
+
class SchedulingVsockMode
|
|
8252
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8253
|
+
|
|
8254
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8255
|
+
end
|
|
8256
|
+
|
|
8251
8257
|
class Screenshot
|
|
8252
8258
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8253
8259
|
|
|
@@ -14224,6 +14230,7 @@ module Google
|
|
|
14224
14230
|
property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
|
14225
14231
|
|
|
14226
14232
|
property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
|
|
14233
|
+
property :colocation_resource, as: 'colocationResource'
|
|
14227
14234
|
property :commitment_info, as: 'commitmentInfo', class: Google::Apis::ComputeAlpha::FutureReservationCommitmentInfo, decorator: Google::Apis::ComputeAlpha::FutureReservationCommitmentInfo::Representation
|
|
14228
14235
|
|
|
14229
14236
|
property :confidential_compute_type, as: 'confidentialComputeType'
|
|
@@ -19168,6 +19175,7 @@ module Google
|
|
|
19168
19175
|
# @private
|
|
19169
19176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19170
19177
|
property :fail_open, as: 'failOpen'
|
|
19178
|
+
property :interconnect_key_group, as: 'interconnectKeyGroup'
|
|
19171
19179
|
collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeAlpha::InterconnectMacsecPreSharedKey, decorator: Google::Apis::ComputeAlpha::InterconnectMacsecPreSharedKey::Representation
|
|
19172
19180
|
|
|
19173
19181
|
end
|
|
@@ -24248,10 +24256,10 @@ module Google
|
|
|
24248
24256
|
class ReservationBlock
|
|
24249
24257
|
# @private
|
|
24250
24258
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
24259
|
+
property :block_health_info, as: 'blockHealthInfo', class: Google::Apis::ComputeAlpha::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeAlpha::ReservationBlockHealthInfo::Representation
|
|
24260
|
+
|
|
24251
24261
|
property :count, as: 'count'
|
|
24252
24262
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
24253
|
-
property :health_info, as: 'healthInfo', class: Google::Apis::ComputeAlpha::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeAlpha::ReservationBlockHealthInfo::Representation
|
|
24254
|
-
|
|
24255
24263
|
property :id, :numeric_string => true, as: 'id'
|
|
24256
24264
|
property :in_use_count, as: 'inUseCount'
|
|
24257
24265
|
property :in_use_host_count, as: 'inUseHostCount'
|
|
@@ -24481,8 +24489,6 @@ module Google
|
|
|
24481
24489
|
|
|
24482
24490
|
property :count, as: 'count'
|
|
24483
24491
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
24484
|
-
property :health_info, as: 'healthInfo', class: Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo::Representation
|
|
24485
|
-
|
|
24486
24492
|
property :id, :numeric_string => true, as: 'id'
|
|
24487
24493
|
property :in_use_count, as: 'inUseCount'
|
|
24488
24494
|
property :in_use_host_count, as: 'inUseHostCount'
|
|
@@ -24492,9 +24498,12 @@ module Google
|
|
|
24492
24498
|
|
|
24493
24499
|
property :reservation_sub_block_maintenance, as: 'reservationSubBlockMaintenance', class: Google::Apis::ComputeAlpha::GroupMaintenanceInfo, decorator: Google::Apis::ComputeAlpha::GroupMaintenanceInfo::Representation
|
|
24494
24500
|
|
|
24501
|
+
property :retention_priority, as: 'retentionPriority'
|
|
24495
24502
|
property :self_link, as: 'selfLink'
|
|
24496
24503
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
24497
24504
|
property :status, as: 'status'
|
|
24505
|
+
property :sub_block_health_info, as: 'subBlockHealthInfo', class: Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo::Representation
|
|
24506
|
+
|
|
24498
24507
|
property :zone, as: 'zone'
|
|
24499
24508
|
end
|
|
24500
24509
|
end
|
|
@@ -25723,6 +25732,7 @@ module Google
|
|
|
25723
25732
|
property :description, as: 'description'
|
|
25724
25733
|
property :match, as: 'match'
|
|
25725
25734
|
property :rule_number, as: 'ruleNumber'
|
|
25735
|
+
collection :source_workload_identities, as: 'sourceWorkloadIdentities'
|
|
25726
25736
|
end
|
|
25727
25737
|
end
|
|
25728
25738
|
|
|
@@ -26085,6 +26095,8 @@ module Google
|
|
|
26085
26095
|
|
|
26086
26096
|
property :skip_guest_os_shutdown, as: 'skipGuestOsShutdown'
|
|
26087
26097
|
property :termination_time, as: 'terminationTime'
|
|
26098
|
+
property :vsock_mode, as: 'vsockMode', class: Google::Apis::ComputeAlpha::SchedulingVsockMode, decorator: Google::Apis::ComputeAlpha::SchedulingVsockMode::Representation
|
|
26099
|
+
|
|
26088
26100
|
property :windows_license_optimization_mode, as: 'windowsLicenseOptimizationMode'
|
|
26089
26101
|
end
|
|
26090
26102
|
end
|
|
@@ -26114,6 +26126,13 @@ module Google
|
|
|
26114
26126
|
end
|
|
26115
26127
|
end
|
|
26116
26128
|
|
|
26129
|
+
class SchedulingVsockMode
|
|
26130
|
+
# @private
|
|
26131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
26132
|
+
property :mode, as: 'mode'
|
|
26133
|
+
end
|
|
26134
|
+
end
|
|
26135
|
+
|
|
26117
26136
|
class Screenshot
|
|
26118
26137
|
# @private
|
|
26119
26138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -57734,6 +57734,60 @@ module Google
|
|
|
57734
57734
|
execute_or_queue_command(command, &block)
|
|
57735
57735
|
end
|
|
57736
57736
|
|
|
57737
|
+
# Updates a reservation subBlock.
|
|
57738
|
+
# @param [String] project
|
|
57739
|
+
# The project ID for this request.
|
|
57740
|
+
# @param [String] zone
|
|
57741
|
+
# The name of the zone for this request.
|
|
57742
|
+
# @param [String] parent_name
|
|
57743
|
+
# The name of the parent reservation and parent block. In the format of
|
|
57744
|
+
# reservations/`reservation_name`/reservationBlocks/`reservation_block_name`
|
|
57745
|
+
# @param [String] reservation_sub_block
|
|
57746
|
+
# The name of the subBlock resource.
|
|
57747
|
+
# @param [Google::Apis::ComputeAlpha::ReservationSubBlock] reservation_sub_block_object
|
|
57748
|
+
# @param [String] request_id
|
|
57749
|
+
# An optional request ID to identify requests. Specify a unique request ID so
|
|
57750
|
+
# that if you must retry your request, the server will know to ignore the
|
|
57751
|
+
# request if it has already been completed.
|
|
57752
|
+
# @param [String] update_mask
|
|
57753
|
+
# The fields to be updated as part of this request.
|
|
57754
|
+
# @param [String] fields
|
|
57755
|
+
# Selector specifying which fields to include in a partial response.
|
|
57756
|
+
# @param [String] quota_user
|
|
57757
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
57758
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
57759
|
+
# @param [String] user_ip
|
|
57760
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
|
57761
|
+
# @param [Google::Apis::RequestOptions] options
|
|
57762
|
+
# Request-specific options
|
|
57763
|
+
#
|
|
57764
|
+
# @yield [result, err] Result & error if block supplied
|
|
57765
|
+
# @yieldparam result [Google::Apis::ComputeAlpha::Operation] parsed result object
|
|
57766
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
57767
|
+
#
|
|
57768
|
+
# @return [Google::Apis::ComputeAlpha::Operation]
|
|
57769
|
+
#
|
|
57770
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
57771
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
57772
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
57773
|
+
def update_reservation_sub_block(project, zone, parent_name, reservation_sub_block, reservation_sub_block_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
|
57774
|
+
command = make_simple_command(:patch, 'projects/{project}/zones/{zone}/{+parentName}/reservationSubBlocks/{reservationSubBlock}', options)
|
|
57775
|
+
command.request_representation = Google::Apis::ComputeAlpha::ReservationSubBlock::Representation
|
|
57776
|
+
command.request_object = reservation_sub_block_object
|
|
57777
|
+
command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
|
|
57778
|
+
command.response_class = Google::Apis::ComputeAlpha::Operation
|
|
57779
|
+
command.params['project'] = project unless project.nil?
|
|
57780
|
+
command.params['zone'] = zone unless zone.nil?
|
|
57781
|
+
command.params['parentName'] = parent_name unless parent_name.nil?
|
|
57782
|
+
command.params['reservationSubBlock'] = reservation_sub_block unless reservation_sub_block.nil?
|
|
57783
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
|
57784
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
57785
|
+
command.query['fields'] = fields unless fields.nil?
|
|
57786
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
57787
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
|
57788
|
+
execute_or_queue_command(command, &block)
|
|
57789
|
+
end
|
|
57790
|
+
|
|
57737
57791
|
# Retrieves an aggregated list of reservations.
|
|
57738
57792
|
# To prevent failure, it is recommended that you set the
|
|
57739
57793
|
# `returnPartialSuccess` parameter to `true`.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.140.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.140.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|