google-apis-compute_beta 0.115.0 → 0.117.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: 5c83b138528bc2e99966e30c0d9d1d81cae20e8f66c8dbfc822b8a4d37de7833
|
4
|
+
data.tar.gz: c092acb77a99356f8ed8e667a5291cad7d9d524b5f35e5344541eef64e2422f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4ae5b65be39970cd5f49522ca5695da025fe82041e3feffc43f8275c64df0a05c5165e87c25172c73416a174b177366d52ce49d9a5b33eaf91e5e6c4cc510d8
|
7
|
+
data.tar.gz: 55f664ff7e982d2a88b6329301cf698e1b7b34d5b40b12dd64b393450f99d8602b293041d50c7a4aa96eaded18eb2174a88209d3eac53d169837e0b6223a1bb2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-compute_beta
|
2
2
|
|
3
|
+
### v0.117.0 (2025-06-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250626
|
6
|
+
|
7
|
+
### v0.116.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250601
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.115.0 (2025-05-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250511
|
@@ -4749,7 +4749,7 @@ module Google
|
|
4749
4749
|
# backend service must set the network field, and all NEGs must belong to that
|
4750
4750
|
# network. However, individual NEGs can belong to different subnetworks of that
|
4751
4751
|
# network. - The maximum number of network endpoints across all backends of a
|
4752
|
-
# backend service with fastIPMove is
|
4752
|
+
# backend service with fastIPMove is 32. - The maximum number of backend
|
4753
4753
|
# services with fastIPMove that can have the same network endpoint attached to
|
4754
4754
|
# one of its backends is 64. - The maximum number of backend services with
|
4755
4755
|
# fastIPMove in a VPC in a region is 64. - The network endpoints that are
|
@@ -10652,6 +10652,12 @@ module Google
|
|
10652
10652
|
# @return [String]
|
10653
10653
|
attr_accessor :parent
|
10654
10654
|
|
10655
|
+
# The type of the firewall policy. This field can be either VPC_POLICY or
|
10656
|
+
# RDMA_ROCE_POLICY. Note: if not specified then VPC_POLICY will be used.
|
10657
|
+
# Corresponds to the JSON property `policyType`
|
10658
|
+
# @return [String]
|
10659
|
+
attr_accessor :policy_type
|
10660
|
+
|
10655
10661
|
# [Output Only] URL of the region where the regional firewall policy resides.
|
10656
10662
|
# This field is not applicable to global firewall policies. You must specify
|
10657
10663
|
# this field as part of the HTTP request URL. It is not settable as a field in
|
@@ -10713,6 +10719,7 @@ module Google
|
|
10713
10719
|
@name = args[:name] if args.key?(:name)
|
10714
10720
|
@packet_mirroring_rules = args[:packet_mirroring_rules] if args.key?(:packet_mirroring_rules)
|
10715
10721
|
@parent = args[:parent] if args.key?(:parent)
|
10722
|
+
@policy_type = args[:policy_type] if args.key?(:policy_type)
|
10716
10723
|
@region = args[:region] if args.key?(:region)
|
10717
10724
|
@rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
|
10718
10725
|
@rules = args[:rules] if args.key?(:rules)
|
@@ -11643,6 +11650,11 @@ module Google
|
|
11643
11650
|
# @return [String]
|
11644
11651
|
attr_accessor :self_link
|
11645
11652
|
|
11653
|
+
# [Output Only] Server-defined URL for this resource with the resource id.
|
11654
|
+
# Corresponds to the JSON property `selfLinkWithId`
|
11655
|
+
# @return [String]
|
11656
|
+
attr_accessor :self_link_with_id
|
11657
|
+
|
11646
11658
|
# Service Directory resources to register this forwarding rule with. Currently,
|
11647
11659
|
# only supports a single Service Directory resource.
|
11648
11660
|
# Corresponds to the JSON property `serviceDirectoryRegistrations`
|
@@ -11741,6 +11753,7 @@ module Google
|
|
11741
11753
|
@psc_connection_status = args[:psc_connection_status] if args.key?(:psc_connection_status)
|
11742
11754
|
@region = args[:region] if args.key?(:region)
|
11743
11755
|
@self_link = args[:self_link] if args.key?(:self_link)
|
11756
|
+
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
11744
11757
|
@service_directory_registrations = args[:service_directory_registrations] if args.key?(:service_directory_registrations)
|
11745
11758
|
@service_label = args[:service_label] if args.key?(:service_label)
|
11746
11759
|
@service_name = args[:service_name] if args.key?(:service_name)
|
@@ -13609,6 +13622,16 @@ module Google
|
|
13609
13622
|
class GroupMaintenanceInfo
|
13610
13623
|
include Google::Apis::Core::Hashable
|
13611
13624
|
|
13625
|
+
# Describes number of instances that have ongoing maintenance.
|
13626
|
+
# Corresponds to the JSON property `instanceMaintenanceOngoingCount`
|
13627
|
+
# @return [Fixnum]
|
13628
|
+
attr_accessor :instance_maintenance_ongoing_count
|
13629
|
+
|
13630
|
+
# Describes number of instances that have pending maintenance.
|
13631
|
+
# Corresponds to the JSON property `instanceMaintenancePendingCount`
|
13632
|
+
# @return [Fixnum]
|
13633
|
+
attr_accessor :instance_maintenance_pending_count
|
13634
|
+
|
13612
13635
|
# Progress for ongoing maintenance for this group of VMs/hosts. Describes number
|
13613
13636
|
# of hosts in the block that have ongoing maintenance.
|
13614
13637
|
# Corresponds to the JSON property `maintenanceOngoingCount`
|
@@ -13626,6 +13649,22 @@ module Google
|
|
13626
13649
|
# @return [String]
|
13627
13650
|
attr_accessor :scheduling_type
|
13628
13651
|
|
13652
|
+
# Describes number of subblock Infrastructure that has ongoing maintenance. Here,
|
13653
|
+
# Subblock Infrastructure Maintenance pertains to upstream hardware contained
|
13654
|
+
# in the Subblock that is necessary for a VM Family(e.g. NVLink Domains). Not
|
13655
|
+
# all VM Families will support this field.
|
13656
|
+
# Corresponds to the JSON property `subblockInfraMaintenanceOngoingCount`
|
13657
|
+
# @return [Fixnum]
|
13658
|
+
attr_accessor :subblock_infra_maintenance_ongoing_count
|
13659
|
+
|
13660
|
+
# Describes number of subblock Infrastructure that has pending maintenance. Here,
|
13661
|
+
# Subblock Infrastructure Maintenance pertains to upstream hardware contained
|
13662
|
+
# in the Subblock that is necessary for a VM Family (e.g. NVLink Domains). Not
|
13663
|
+
# all VM Families will support this field.
|
13664
|
+
# Corresponds to the JSON property `subblockInfraMaintenancePendingCount`
|
13665
|
+
# @return [Fixnum]
|
13666
|
+
attr_accessor :subblock_infra_maintenance_pending_count
|
13667
|
+
|
13629
13668
|
# Upcoming Maintenance notification information.
|
13630
13669
|
# Corresponds to the JSON property `upcomingGroupMaintenance`
|
13631
13670
|
# @return [Google::Apis::ComputeBeta::UpcomingMaintenance]
|
@@ -13637,9 +13676,13 @@ module Google
|
|
13637
13676
|
|
13638
13677
|
# Update properties of this object
|
13639
13678
|
def update!(**args)
|
13679
|
+
@instance_maintenance_ongoing_count = args[:instance_maintenance_ongoing_count] if args.key?(:instance_maintenance_ongoing_count)
|
13680
|
+
@instance_maintenance_pending_count = args[:instance_maintenance_pending_count] if args.key?(:instance_maintenance_pending_count)
|
13640
13681
|
@maintenance_ongoing_count = args[:maintenance_ongoing_count] if args.key?(:maintenance_ongoing_count)
|
13641
13682
|
@maintenance_pending_count = args[:maintenance_pending_count] if args.key?(:maintenance_pending_count)
|
13642
13683
|
@scheduling_type = args[:scheduling_type] if args.key?(:scheduling_type)
|
13684
|
+
@subblock_infra_maintenance_ongoing_count = args[:subblock_infra_maintenance_ongoing_count] if args.key?(:subblock_infra_maintenance_ongoing_count)
|
13685
|
+
@subblock_infra_maintenance_pending_count = args[:subblock_infra_maintenance_pending_count] if args.key?(:subblock_infra_maintenance_pending_count)
|
13643
13686
|
@upcoming_group_maintenance = args[:upcoming_group_maintenance] if args.key?(:upcoming_group_maintenance)
|
13644
13687
|
end
|
13645
13688
|
end
|
@@ -15351,7 +15394,8 @@ module Google
|
|
15351
15394
|
|
15352
15395
|
# If false, headerValue is appended to any values that already exist for the
|
15353
15396
|
# header. If true, headerValue is set for the header, discarding any values that
|
15354
|
-
# were set for that header. The default value is
|
15397
|
+
# were set for that header. The default value is true, unless a variable is
|
15398
|
+
# present in headerValue, in which case the default value is false. .
|
15355
15399
|
# Corresponds to the JSON property `replace`
|
15356
15400
|
# @return [Boolean]
|
15357
15401
|
attr_accessor :replace
|
@@ -18464,6 +18508,11 @@ module Google
|
|
18464
18508
|
# @return [String]
|
18465
18509
|
attr_accessor :on_failed_health_check
|
18466
18510
|
|
18511
|
+
# Configuration for VM repairs in the MIG.
|
18512
|
+
# Corresponds to the JSON property `onRepair`
|
18513
|
+
# @return [Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicyOnRepair]
|
18514
|
+
attr_accessor :on_repair
|
18515
|
+
|
18467
18516
|
def initialize(**args)
|
18468
18517
|
update!(**args)
|
18469
18518
|
end
|
@@ -18473,6 +18522,26 @@ module Google
|
|
18473
18522
|
@default_action_on_failure = args[:default_action_on_failure] if args.key?(:default_action_on_failure)
|
18474
18523
|
@force_update_on_repair = args[:force_update_on_repair] if args.key?(:force_update_on_repair)
|
18475
18524
|
@on_failed_health_check = args[:on_failed_health_check] if args.key?(:on_failed_health_check)
|
18525
|
+
@on_repair = args[:on_repair] if args.key?(:on_repair)
|
18526
|
+
end
|
18527
|
+
end
|
18528
|
+
|
18529
|
+
# Configuration for VM repairs in the MIG.
|
18530
|
+
class InstanceGroupManagerInstanceLifecyclePolicyOnRepair
|
18531
|
+
include Google::Apis::Core::Hashable
|
18532
|
+
|
18533
|
+
# Specifies whether the MIG can change a VM's zone during a repair.
|
18534
|
+
# Corresponds to the JSON property `allowChangingZone`
|
18535
|
+
# @return [String]
|
18536
|
+
attr_accessor :allow_changing_zone
|
18537
|
+
|
18538
|
+
def initialize(**args)
|
18539
|
+
update!(**args)
|
18540
|
+
end
|
18541
|
+
|
18542
|
+
# Update properties of this object
|
18543
|
+
def update!(**args)
|
18544
|
+
@allow_changing_zone = args[:allow_changing_zone] if args.key?(:allow_changing_zone)
|
18476
18545
|
end
|
18477
18546
|
end
|
18478
18547
|
|
@@ -40145,7 +40214,8 @@ module Google
|
|
40145
40214
|
# @return [String]
|
40146
40215
|
attr_accessor :description
|
40147
40216
|
|
40148
|
-
# Indicates
|
40217
|
+
# Indicates whether Compute Engine allows unplanned maintenance for your VMs;
|
40218
|
+
# for example, to fix hardware errors.
|
40149
40219
|
# Corresponds to the JSON property `enableEmergentMaintenance`
|
40150
40220
|
# @return [Boolean]
|
40151
40221
|
attr_accessor :enable_emergent_maintenance
|
@@ -40489,6 +40559,19 @@ module Google
|
|
40489
40559
|
# @return [Google::Apis::ComputeBeta::GroupMaintenanceInfo]
|
40490
40560
|
attr_accessor :reservation_maintenance
|
40491
40561
|
|
40562
|
+
# [Output Only] The number of reservation subBlocks associated with this
|
40563
|
+
# reservation block.
|
40564
|
+
# Corresponds to the JSON property `reservationSubBlockCount`
|
40565
|
+
# @return [Fixnum]
|
40566
|
+
attr_accessor :reservation_sub_block_count
|
40567
|
+
|
40568
|
+
# [Output Only] The number of in-use reservation subBlocks associated with this
|
40569
|
+
# reservation block. If at least one VM is running on a subBlock, it is
|
40570
|
+
# considered in-use.
|
40571
|
+
# Corresponds to the JSON property `reservationSubBlockInUseCount`
|
40572
|
+
# @return [Fixnum]
|
40573
|
+
attr_accessor :reservation_sub_block_in_use_count
|
40574
|
+
|
40492
40575
|
# [Output Only] Server-defined fully-qualified URL for this resource.
|
40493
40576
|
# Corresponds to the JSON property `selfLink`
|
40494
40577
|
# @return [String]
|
@@ -40523,6 +40606,8 @@ module Google
|
|
40523
40606
|
@name = args[:name] if args.key?(:name)
|
40524
40607
|
@physical_topology = args[:physical_topology] if args.key?(:physical_topology)
|
40525
40608
|
@reservation_maintenance = args[:reservation_maintenance] if args.key?(:reservation_maintenance)
|
40609
|
+
@reservation_sub_block_count = args[:reservation_sub_block_count] if args.key?(:reservation_sub_block_count)
|
40610
|
+
@reservation_sub_block_in_use_count = args[:reservation_sub_block_in_use_count] if args.key?(:reservation_sub_block_in_use_count)
|
40526
40611
|
@self_link = args[:self_link] if args.key?(:self_link)
|
40527
40612
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
40528
40613
|
@status = args[:status] if args.key?(:status)
|
@@ -40811,6 +40896,265 @@ module Google
|
|
40811
40896
|
end
|
40812
40897
|
end
|
40813
40898
|
|
40899
|
+
# Represents a reservation subBlock resource.
|
40900
|
+
class ReservationSubBlock
|
40901
|
+
include Google::Apis::Core::Hashable
|
40902
|
+
|
40903
|
+
# [Output Only] The number of hosts that are allocated in this reservation
|
40904
|
+
# subBlock.
|
40905
|
+
# Corresponds to the JSON property `count`
|
40906
|
+
# @return [Fixnum]
|
40907
|
+
attr_accessor :count
|
40908
|
+
|
40909
|
+
# [Output Only] Creation timestamp in RFC3339 text format.
|
40910
|
+
# Corresponds to the JSON property `creationTimestamp`
|
40911
|
+
# @return [String]
|
40912
|
+
attr_accessor :creation_timestamp
|
40913
|
+
|
40914
|
+
# [Output Only] The unique identifier for the resource. This identifier is
|
40915
|
+
# defined by the server.
|
40916
|
+
# Corresponds to the JSON property `id`
|
40917
|
+
# @return [Fixnum]
|
40918
|
+
attr_accessor :id
|
40919
|
+
|
40920
|
+
# [Output Only] The number of instances that are currently in use on this
|
40921
|
+
# reservation subBlock.
|
40922
|
+
# Corresponds to the JSON property `inUseCount`
|
40923
|
+
# @return [Fixnum]
|
40924
|
+
attr_accessor :in_use_count
|
40925
|
+
|
40926
|
+
# [Output Only] Type of the resource. Always compute#reservationSubBlock for
|
40927
|
+
# reservation subBlocks.
|
40928
|
+
# Corresponds to the JSON property `kind`
|
40929
|
+
# @return [String]
|
40930
|
+
attr_accessor :kind
|
40931
|
+
|
40932
|
+
# [Output Only] The name of this reservation subBlock generated by Google
|
40933
|
+
# Compute Engine. The name must be 1-63 characters long, and comply with RFC1035
|
40934
|
+
# @pattern [a-z](?:[-a-z0-9]`0,61`[a-z0-9])?
|
40935
|
+
# Corresponds to the JSON property `name`
|
40936
|
+
# @return [String]
|
40937
|
+
attr_accessor :name
|
40938
|
+
|
40939
|
+
# [Output Only] The physical topology of the reservation subBlock.
|
40940
|
+
# Corresponds to the JSON property `physicalTopology`
|
40941
|
+
# @return [Google::Apis::ComputeBeta::ReservationSubBlockPhysicalTopology]
|
40942
|
+
attr_accessor :physical_topology
|
40943
|
+
|
40944
|
+
# Maintenance Info for ReservationBlocks.
|
40945
|
+
# Corresponds to the JSON property `reservationSubBlockMaintenance`
|
40946
|
+
# @return [Google::Apis::ComputeBeta::GroupMaintenanceInfo]
|
40947
|
+
attr_accessor :reservation_sub_block_maintenance
|
40948
|
+
|
40949
|
+
# [Output Only] Server-defined fully-qualified URL for this resource.
|
40950
|
+
# Corresponds to the JSON property `selfLink`
|
40951
|
+
# @return [String]
|
40952
|
+
attr_accessor :self_link
|
40953
|
+
|
40954
|
+
# [Output Only] Server-defined URL for this resource with the resource id.
|
40955
|
+
# Corresponds to the JSON property `selfLinkWithId`
|
40956
|
+
# @return [String]
|
40957
|
+
attr_accessor :self_link_with_id
|
40958
|
+
|
40959
|
+
# [Output Only] Status of the reservation subBlock.
|
40960
|
+
# Corresponds to the JSON property `status`
|
40961
|
+
# @return [String]
|
40962
|
+
attr_accessor :status
|
40963
|
+
|
40964
|
+
# [Output Only] Zone in which the reservation subBlock resides.
|
40965
|
+
# Corresponds to the JSON property `zone`
|
40966
|
+
# @return [String]
|
40967
|
+
attr_accessor :zone
|
40968
|
+
|
40969
|
+
def initialize(**args)
|
40970
|
+
update!(**args)
|
40971
|
+
end
|
40972
|
+
|
40973
|
+
# Update properties of this object
|
40974
|
+
def update!(**args)
|
40975
|
+
@count = args[:count] if args.key?(:count)
|
40976
|
+
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
40977
|
+
@id = args[:id] if args.key?(:id)
|
40978
|
+
@in_use_count = args[:in_use_count] if args.key?(:in_use_count)
|
40979
|
+
@kind = args[:kind] if args.key?(:kind)
|
40980
|
+
@name = args[:name] if args.key?(:name)
|
40981
|
+
@physical_topology = args[:physical_topology] if args.key?(:physical_topology)
|
40982
|
+
@reservation_sub_block_maintenance = args[:reservation_sub_block_maintenance] if args.key?(:reservation_sub_block_maintenance)
|
40983
|
+
@self_link = args[:self_link] if args.key?(:self_link)
|
40984
|
+
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
40985
|
+
@status = args[:status] if args.key?(:status)
|
40986
|
+
@zone = args[:zone] if args.key?(:zone)
|
40987
|
+
end
|
40988
|
+
end
|
40989
|
+
|
40990
|
+
#
|
40991
|
+
class ReservationSubBlockPhysicalTopology
|
40992
|
+
include Google::Apis::Core::Hashable
|
40993
|
+
|
40994
|
+
# The hash of the capacity block within the cluster.
|
40995
|
+
# Corresponds to the JSON property `block`
|
40996
|
+
# @return [String]
|
40997
|
+
attr_accessor :block
|
40998
|
+
|
40999
|
+
# The cluster name of the reservation subBlock.
|
41000
|
+
# Corresponds to the JSON property `cluster`
|
41001
|
+
# @return [String]
|
41002
|
+
attr_accessor :cluster
|
41003
|
+
|
41004
|
+
# The hash of the capacity sub-block within the capacity block.
|
41005
|
+
# Corresponds to the JSON property `subBlock`
|
41006
|
+
# @return [String]
|
41007
|
+
attr_accessor :sub_block
|
41008
|
+
|
41009
|
+
def initialize(**args)
|
41010
|
+
update!(**args)
|
41011
|
+
end
|
41012
|
+
|
41013
|
+
# Update properties of this object
|
41014
|
+
def update!(**args)
|
41015
|
+
@block = args[:block] if args.key?(:block)
|
41016
|
+
@cluster = args[:cluster] if args.key?(:cluster)
|
41017
|
+
@sub_block = args[:sub_block] if args.key?(:sub_block)
|
41018
|
+
end
|
41019
|
+
end
|
41020
|
+
|
41021
|
+
#
|
41022
|
+
class ReservationSubBlocksGetResponse
|
41023
|
+
include Google::Apis::Core::Hashable
|
41024
|
+
|
41025
|
+
# Represents a reservation subBlock resource.
|
41026
|
+
# Corresponds to the JSON property `resource`
|
41027
|
+
# @return [Google::Apis::ComputeBeta::ReservationSubBlock]
|
41028
|
+
attr_accessor :resource
|
41029
|
+
|
41030
|
+
def initialize(**args)
|
41031
|
+
update!(**args)
|
41032
|
+
end
|
41033
|
+
|
41034
|
+
# Update properties of this object
|
41035
|
+
def update!(**args)
|
41036
|
+
@resource = args[:resource] if args.key?(:resource)
|
41037
|
+
end
|
41038
|
+
end
|
41039
|
+
|
41040
|
+
# A list of reservation subBlocks under a single reservation.
|
41041
|
+
class ReservationSubBlocksListResponse
|
41042
|
+
include Google::Apis::Core::Hashable
|
41043
|
+
|
41044
|
+
# Unique identifier for the resource; defined by the server.
|
41045
|
+
# Corresponds to the JSON property `id`
|
41046
|
+
# @return [String]
|
41047
|
+
attr_accessor :id
|
41048
|
+
|
41049
|
+
# A list of reservation subBlock resources.
|
41050
|
+
# Corresponds to the JSON property `items`
|
41051
|
+
# @return [Array<Google::Apis::ComputeBeta::ReservationSubBlock>]
|
41052
|
+
attr_accessor :items
|
41053
|
+
|
41054
|
+
# Type of the resource. Always compute#reservationSubBlock for a list of
|
41055
|
+
# reservation subBlocks.
|
41056
|
+
# Corresponds to the JSON property `kind`
|
41057
|
+
# @return [String]
|
41058
|
+
attr_accessor :kind
|
41059
|
+
|
41060
|
+
# This token allows you to get the next page of results for list requests. If
|
41061
|
+
# the number of results is larger than maxResults, use the nextPageToken as a
|
41062
|
+
# value for the query parameter pageToken in the next list request. Subsequent
|
41063
|
+
# list requests will have their own nextPageToken to continue paging through the
|
41064
|
+
# results.
|
41065
|
+
# Corresponds to the JSON property `nextPageToken`
|
41066
|
+
# @return [String]
|
41067
|
+
attr_accessor :next_page_token
|
41068
|
+
|
41069
|
+
# Server-defined URL for this resource.
|
41070
|
+
# Corresponds to the JSON property `selfLink`
|
41071
|
+
# @return [String]
|
41072
|
+
attr_accessor :self_link
|
41073
|
+
|
41074
|
+
# Informational warning message.
|
41075
|
+
# Corresponds to the JSON property `warning`
|
41076
|
+
# @return [Google::Apis::ComputeBeta::ReservationSubBlocksListResponse::Warning]
|
41077
|
+
attr_accessor :warning
|
41078
|
+
|
41079
|
+
def initialize(**args)
|
41080
|
+
update!(**args)
|
41081
|
+
end
|
41082
|
+
|
41083
|
+
# Update properties of this object
|
41084
|
+
def update!(**args)
|
41085
|
+
@id = args[:id] if args.key?(:id)
|
41086
|
+
@items = args[:items] if args.key?(:items)
|
41087
|
+
@kind = args[:kind] if args.key?(:kind)
|
41088
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
41089
|
+
@self_link = args[:self_link] if args.key?(:self_link)
|
41090
|
+
@warning = args[:warning] if args.key?(:warning)
|
41091
|
+
end
|
41092
|
+
|
41093
|
+
# Informational warning message.
|
41094
|
+
class Warning
|
41095
|
+
include Google::Apis::Core::Hashable
|
41096
|
+
|
41097
|
+
# [Output Only] A warning code, if applicable. For example, Compute Engine
|
41098
|
+
# returns NO_RESULTS_ON_PAGE if there are no results in the response.
|
41099
|
+
# Corresponds to the JSON property `code`
|
41100
|
+
# @return [String]
|
41101
|
+
attr_accessor :code
|
41102
|
+
|
41103
|
+
# [Output Only] Metadata about this warning in key: value format. For example: "
|
41104
|
+
# data": [ ` "key": "scope", "value": "zones/us-east1-d" `
|
41105
|
+
# Corresponds to the JSON property `data`
|
41106
|
+
# @return [Array<Google::Apis::ComputeBeta::ReservationSubBlocksListResponse::Warning::Datum>]
|
41107
|
+
attr_accessor :data
|
41108
|
+
|
41109
|
+
# [Output Only] A human-readable description of the warning code.
|
41110
|
+
# Corresponds to the JSON property `message`
|
41111
|
+
# @return [String]
|
41112
|
+
attr_accessor :message
|
41113
|
+
|
41114
|
+
def initialize(**args)
|
41115
|
+
update!(**args)
|
41116
|
+
end
|
41117
|
+
|
41118
|
+
# Update properties of this object
|
41119
|
+
def update!(**args)
|
41120
|
+
@code = args[:code] if args.key?(:code)
|
41121
|
+
@data = args[:data] if args.key?(:data)
|
41122
|
+
@message = args[:message] if args.key?(:message)
|
41123
|
+
end
|
41124
|
+
|
41125
|
+
#
|
41126
|
+
class Datum
|
41127
|
+
include Google::Apis::Core::Hashable
|
41128
|
+
|
41129
|
+
# [Output Only] A key that provides more detail on the warning being returned.
|
41130
|
+
# For example, for warnings where there are no results in a list request for a
|
41131
|
+
# particular zone, this key might be scope and the key value might be the zone
|
41132
|
+
# name. Other examples might be a key indicating a deprecated resource and a
|
41133
|
+
# suggested replacement, or a warning about invalid network settings (for
|
41134
|
+
# example, if an instance attempts to perform IP forwarding but is not enabled
|
41135
|
+
# for IP forwarding).
|
41136
|
+
# Corresponds to the JSON property `key`
|
41137
|
+
# @return [String]
|
41138
|
+
attr_accessor :key
|
41139
|
+
|
41140
|
+
# [Output Only] A warning data value corresponding to the key.
|
41141
|
+
# Corresponds to the JSON property `value`
|
41142
|
+
# @return [String]
|
41143
|
+
attr_accessor :value
|
41144
|
+
|
41145
|
+
def initialize(**args)
|
41146
|
+
update!(**args)
|
41147
|
+
end
|
41148
|
+
|
41149
|
+
# Update properties of this object
|
41150
|
+
def update!(**args)
|
41151
|
+
@key = args[:key] if args.key?(:key)
|
41152
|
+
@value = args[:value] if args.key?(:value)
|
41153
|
+
end
|
41154
|
+
end
|
41155
|
+
end
|
41156
|
+
end
|
41157
|
+
|
40814
41158
|
#
|
40815
41159
|
class ReservationsBlocksPerformMaintenanceRequest
|
40816
41160
|
include Google::Apis::Core::Hashable
|
@@ -42785,6 +43129,11 @@ module Google
|
|
42785
43129
|
# @return [String]
|
42786
43130
|
attr_accessor :network
|
42787
43131
|
|
43132
|
+
# Additional router parameters.
|
43133
|
+
# Corresponds to the JSON property `params`
|
43134
|
+
# @return [Google::Apis::ComputeBeta::RouterParams]
|
43135
|
+
attr_accessor :params
|
43136
|
+
|
42788
43137
|
# [Output Only] URI of the region where the router resides. You must specify
|
42789
43138
|
# this field as part of the HTTP request URL. It is not settable as a field in
|
42790
43139
|
# the request body.
|
@@ -42816,6 +43165,7 @@ module Google
|
|
42816
43165
|
@nats = args[:nats] if args.key?(:nats)
|
42817
43166
|
@ncc_gateway = args[:ncc_gateway] if args.key?(:ncc_gateway)
|
42818
43167
|
@network = args[:network] if args.key?(:network)
|
43168
|
+
@params = args[:params] if args.key?(:params)
|
42819
43169
|
@region = args[:region] if args.key?(:region)
|
42820
43170
|
@self_link = args[:self_link] if args.key?(:self_link)
|
42821
43171
|
end
|
@@ -43932,6 +44282,33 @@ module Google
|
|
43932
44282
|
end
|
43933
44283
|
end
|
43934
44284
|
|
44285
|
+
# Additional router parameters.
|
44286
|
+
class RouterParams
|
44287
|
+
include Google::Apis::Core::Hashable
|
44288
|
+
|
44289
|
+
# Tag keys/values directly bound to this resource. Tag keys and values have the
|
44290
|
+
# same definition as resource manager tags. The field is allowed for INSERT only.
|
44291
|
+
# The keys/values to set on the resource should be specified in either ID ` : `
|
44292
|
+
# or Namespaced format ` : `. For example the following are valid inputs: * `"
|
44293
|
+
# tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"` * `"123/
|
44294
|
+
# environment" : "production", "345/abc" : "xyz"` Note: * Invalid combinations
|
44295
|
+
# of ID & namespaced format is not supported. For instance: `"123/environment" :
|
44296
|
+
# "tagValues/444"` is invalid. * Inconsistent format is not supported. For
|
44297
|
+
# instance: `"tagKeys/333" : "tagValues/444", "123/env" : "prod"` is invalid.
|
44298
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
44299
|
+
# @return [Hash<String,String>]
|
44300
|
+
attr_accessor :resource_manager_tags
|
44301
|
+
|
44302
|
+
def initialize(**args)
|
44303
|
+
update!(**args)
|
44304
|
+
end
|
44305
|
+
|
44306
|
+
# Update properties of this object
|
44307
|
+
def update!(**args)
|
44308
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
44309
|
+
end
|
44310
|
+
end
|
44311
|
+
|
43935
44312
|
#
|
43936
44313
|
class RouterStatus
|
43937
44314
|
include Google::Apis::Core::Hashable
|
@@ -45055,6 +45432,13 @@ module Google
|
|
45055
45432
|
# @return [String]
|
45056
45433
|
attr_accessor :provisioning_model
|
45057
45434
|
|
45435
|
+
# Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off
|
45436
|
+
# and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
45437
|
+
# Corresponds to the JSON property `skipGuestOsShutdown`
|
45438
|
+
# @return [Boolean]
|
45439
|
+
attr_accessor :skip_guest_os_shutdown
|
45440
|
+
alias_method :skip_guest_os_shutdown?, :skip_guest_os_shutdown
|
45441
|
+
|
45058
45442
|
# Specifies the timestamp, when the instance will be terminated, in RFC3339 text
|
45059
45443
|
# format. If specified, the instance termination action will be performed at the
|
45060
45444
|
# termination time.
|
@@ -45084,6 +45468,7 @@ module Google
|
|
45084
45468
|
@on_instance_stop_action = args[:on_instance_stop_action] if args.key?(:on_instance_stop_action)
|
45085
45469
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
45086
45470
|
@provisioning_model = args[:provisioning_model] if args.key?(:provisioning_model)
|
45471
|
+
@skip_guest_os_shutdown = args[:skip_guest_os_shutdown] if args.key?(:skip_guest_os_shutdown)
|
45087
45472
|
@termination_time = args[:termination_time] if args.key?(:termination_time)
|
45088
45473
|
end
|
45089
45474
|
end
|
@@ -58304,6 +58689,12 @@ module Google
|
|
58304
58689
|
class VpnTunnel
|
58305
58690
|
include Google::Apis::Core::Hashable
|
58306
58691
|
|
58692
|
+
# User specified list of ciphers to use for the phase 1 and phase 2 of the IKE
|
58693
|
+
# protocol.
|
58694
|
+
# Corresponds to the JSON property `cipherSuite`
|
58695
|
+
# @return [Google::Apis::ComputeBeta::VpnTunnelCipherSuite]
|
58696
|
+
attr_accessor :cipher_suite
|
58697
|
+
|
58307
58698
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
58308
58699
|
# Corresponds to the JSON property `creationTimestamp`
|
58309
58700
|
# @return [String]
|
@@ -58489,6 +58880,7 @@ module Google
|
|
58489
58880
|
|
58490
58881
|
# Update properties of this object
|
58491
58882
|
def update!(**args)
|
58883
|
+
@cipher_suite = args[:cipher_suite] if args.key?(:cipher_suite)
|
58492
58884
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
58493
58885
|
@description = args[:description] if args.key?(:description)
|
58494
58886
|
@detailed_status = args[:detailed_status] if args.key?(:detailed_status)
|
@@ -58639,6 +59031,31 @@ module Google
|
|
58639
59031
|
end
|
58640
59032
|
end
|
58641
59033
|
|
59034
|
+
#
|
59035
|
+
class VpnTunnelCipherSuite
|
59036
|
+
include Google::Apis::Core::Hashable
|
59037
|
+
|
59038
|
+
#
|
59039
|
+
# Corresponds to the JSON property `phase1`
|
59040
|
+
# @return [Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms]
|
59041
|
+
attr_accessor :phase1
|
59042
|
+
|
59043
|
+
#
|
59044
|
+
# Corresponds to the JSON property `phase2`
|
59045
|
+
# @return [Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms]
|
59046
|
+
attr_accessor :phase2
|
59047
|
+
|
59048
|
+
def initialize(**args)
|
59049
|
+
update!(**args)
|
59050
|
+
end
|
59051
|
+
|
59052
|
+
# Update properties of this object
|
59053
|
+
def update!(**args)
|
59054
|
+
@phase1 = args[:phase1] if args.key?(:phase1)
|
59055
|
+
@phase2 = args[:phase2] if args.key?(:phase2)
|
59056
|
+
end
|
59057
|
+
end
|
59058
|
+
|
58642
59059
|
# Contains a list of VpnTunnel resources.
|
58643
59060
|
class VpnTunnelList
|
58644
59061
|
include Google::Apis::Core::Hashable
|
@@ -58756,6 +59173,74 @@ module Google
|
|
58756
59173
|
end
|
58757
59174
|
end
|
58758
59175
|
|
59176
|
+
#
|
59177
|
+
class VpnTunnelPhase1Algorithms
|
59178
|
+
include Google::Apis::Core::Hashable
|
59179
|
+
|
59180
|
+
#
|
59181
|
+
# Corresponds to the JSON property `dh`
|
59182
|
+
# @return [Array<String>]
|
59183
|
+
attr_accessor :dh
|
59184
|
+
|
59185
|
+
#
|
59186
|
+
# Corresponds to the JSON property `encryption`
|
59187
|
+
# @return [Array<String>]
|
59188
|
+
attr_accessor :encryption
|
59189
|
+
|
59190
|
+
#
|
59191
|
+
# Corresponds to the JSON property `integrity`
|
59192
|
+
# @return [Array<String>]
|
59193
|
+
attr_accessor :integrity
|
59194
|
+
|
59195
|
+
#
|
59196
|
+
# Corresponds to the JSON property `prf`
|
59197
|
+
# @return [Array<String>]
|
59198
|
+
attr_accessor :prf
|
59199
|
+
|
59200
|
+
def initialize(**args)
|
59201
|
+
update!(**args)
|
59202
|
+
end
|
59203
|
+
|
59204
|
+
# Update properties of this object
|
59205
|
+
def update!(**args)
|
59206
|
+
@dh = args[:dh] if args.key?(:dh)
|
59207
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
59208
|
+
@integrity = args[:integrity] if args.key?(:integrity)
|
59209
|
+
@prf = args[:prf] if args.key?(:prf)
|
59210
|
+
end
|
59211
|
+
end
|
59212
|
+
|
59213
|
+
#
|
59214
|
+
class VpnTunnelPhase2Algorithms
|
59215
|
+
include Google::Apis::Core::Hashable
|
59216
|
+
|
59217
|
+
#
|
59218
|
+
# Corresponds to the JSON property `encryption`
|
59219
|
+
# @return [Array<String>]
|
59220
|
+
attr_accessor :encryption
|
59221
|
+
|
59222
|
+
#
|
59223
|
+
# Corresponds to the JSON property `integrity`
|
59224
|
+
# @return [Array<String>]
|
59225
|
+
attr_accessor :integrity
|
59226
|
+
|
59227
|
+
#
|
59228
|
+
# Corresponds to the JSON property `pfs`
|
59229
|
+
# @return [Array<String>]
|
59230
|
+
attr_accessor :pfs
|
59231
|
+
|
59232
|
+
def initialize(**args)
|
59233
|
+
update!(**args)
|
59234
|
+
end
|
59235
|
+
|
59236
|
+
# Update properties of this object
|
59237
|
+
def update!(**args)
|
59238
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
59239
|
+
@integrity = args[:integrity] if args.key?(:integrity)
|
59240
|
+
@pfs = args[:pfs] if args.key?(:pfs)
|
59241
|
+
end
|
59242
|
+
end
|
59243
|
+
|
58759
59244
|
#
|
58760
59245
|
class VpnTunnelsScopedList
|
58761
59246
|
include Google::Apis::Core::Hashable
|
@@ -59079,6 +59564,12 @@ module Google
|
|
59079
59564
|
# @return [String]
|
59080
59565
|
attr_accessor :name
|
59081
59566
|
|
59567
|
+
# [Output Only] Indicates whether there are wire changes yet to be processed.
|
59568
|
+
# Corresponds to the JSON property `reconciling`
|
59569
|
+
# @return [Boolean]
|
59570
|
+
attr_accessor :reconciling
|
59571
|
+
alias_method :reconciling?, :reconciling
|
59572
|
+
|
59082
59573
|
# [Output Only] Server-defined URL for the resource.
|
59083
59574
|
# Corresponds to the JSON property `selfLink`
|
59084
59575
|
# @return [String]
|
@@ -59118,6 +59609,7 @@ module Google
|
|
59118
59609
|
@id = args[:id] if args.key?(:id)
|
59119
59610
|
@kind = args[:kind] if args.key?(:kind)
|
59120
59611
|
@name = args[:name] if args.key?(:name)
|
59612
|
+
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
59121
59613
|
@self_link = args[:self_link] if args.key?(:self_link)
|
59122
59614
|
@topology = args[:topology] if args.key?(:topology)
|
59123
59615
|
@wire_group_properties = args[:wire_group_properties] if args.key?(:wire_group_properties)
|
@@ -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.117.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2164,6 +2164,12 @@ module Google
|
|
2164
2164
|
include Google::Apis::Core::JsonObjectSupport
|
2165
2165
|
end
|
2166
2166
|
|
2167
|
+
class InstanceGroupManagerInstanceLifecyclePolicyOnRepair
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
2167
2173
|
class InstanceGroupManagerList
|
2168
2174
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
2175
|
|
@@ -5368,6 +5374,42 @@ module Google
|
|
5368
5374
|
include Google::Apis::Core::JsonObjectSupport
|
5369
5375
|
end
|
5370
5376
|
|
5377
|
+
class ReservationSubBlock
|
5378
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5379
|
+
|
5380
|
+
include Google::Apis::Core::JsonObjectSupport
|
5381
|
+
end
|
5382
|
+
|
5383
|
+
class ReservationSubBlockPhysicalTopology
|
5384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5385
|
+
|
5386
|
+
include Google::Apis::Core::JsonObjectSupport
|
5387
|
+
end
|
5388
|
+
|
5389
|
+
class ReservationSubBlocksGetResponse
|
5390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5391
|
+
|
5392
|
+
include Google::Apis::Core::JsonObjectSupport
|
5393
|
+
end
|
5394
|
+
|
5395
|
+
class ReservationSubBlocksListResponse
|
5396
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5397
|
+
|
5398
|
+
class Warning
|
5399
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5400
|
+
|
5401
|
+
class Datum
|
5402
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5403
|
+
|
5404
|
+
include Google::Apis::Core::JsonObjectSupport
|
5405
|
+
end
|
5406
|
+
|
5407
|
+
include Google::Apis::Core::JsonObjectSupport
|
5408
|
+
end
|
5409
|
+
|
5410
|
+
include Google::Apis::Core::JsonObjectSupport
|
5411
|
+
end
|
5412
|
+
|
5371
5413
|
class ReservationsBlocksPerformMaintenanceRequest
|
5372
5414
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5373
5415
|
|
@@ -5776,6 +5818,12 @@ module Google
|
|
5776
5818
|
include Google::Apis::Core::JsonObjectSupport
|
5777
5819
|
end
|
5778
5820
|
|
5821
|
+
class RouterParams
|
5822
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5823
|
+
|
5824
|
+
include Google::Apis::Core::JsonObjectSupport
|
5825
|
+
end
|
5826
|
+
|
5779
5827
|
class RouterStatus
|
5780
5828
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5781
5829
|
|
@@ -7750,6 +7798,12 @@ module Google
|
|
7750
7798
|
include Google::Apis::Core::JsonObjectSupport
|
7751
7799
|
end
|
7752
7800
|
|
7801
|
+
class VpnTunnelCipherSuite
|
7802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7803
|
+
|
7804
|
+
include Google::Apis::Core::JsonObjectSupport
|
7805
|
+
end
|
7806
|
+
|
7753
7807
|
class VpnTunnelList
|
7754
7808
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7755
7809
|
|
@@ -7768,6 +7822,18 @@ module Google
|
|
7768
7822
|
include Google::Apis::Core::JsonObjectSupport
|
7769
7823
|
end
|
7770
7824
|
|
7825
|
+
class VpnTunnelPhase1Algorithms
|
7826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7827
|
+
|
7828
|
+
include Google::Apis::Core::JsonObjectSupport
|
7829
|
+
end
|
7830
|
+
|
7831
|
+
class VpnTunnelPhase2Algorithms
|
7832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7833
|
+
|
7834
|
+
include Google::Apis::Core::JsonObjectSupport
|
7835
|
+
end
|
7836
|
+
|
7771
7837
|
class VpnTunnelsScopedList
|
7772
7838
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7773
7839
|
|
@@ -10384,6 +10450,7 @@ module Google
|
|
10384
10450
|
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
10385
10451
|
|
10386
10452
|
property :parent, as: 'parent'
|
10453
|
+
property :policy_type, as: 'policyType'
|
10387
10454
|
property :region, as: 'region'
|
10388
10455
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
10389
10456
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
@@ -10558,6 +10625,7 @@ module Google
|
|
10558
10625
|
property :psc_connection_status, as: 'pscConnectionStatus'
|
10559
10626
|
property :region, as: 'region'
|
10560
10627
|
property :self_link, as: 'selfLink'
|
10628
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10561
10629
|
collection :service_directory_registrations, as: 'serviceDirectoryRegistrations', class: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration, decorator: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration::Representation
|
10562
10630
|
|
10563
10631
|
property :service_label, as: 'serviceLabel'
|
@@ -11060,9 +11128,13 @@ module Google
|
|
11060
11128
|
class GroupMaintenanceInfo
|
11061
11129
|
# @private
|
11062
11130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11131
|
+
property :instance_maintenance_ongoing_count, as: 'instanceMaintenanceOngoingCount'
|
11132
|
+
property :instance_maintenance_pending_count, as: 'instanceMaintenancePendingCount'
|
11063
11133
|
property :maintenance_ongoing_count, as: 'maintenanceOngoingCount'
|
11064
11134
|
property :maintenance_pending_count, as: 'maintenancePendingCount'
|
11065
11135
|
property :scheduling_type, as: 'schedulingType'
|
11136
|
+
property :subblock_infra_maintenance_ongoing_count, as: 'subblockInfraMaintenanceOngoingCount'
|
11137
|
+
property :subblock_infra_maintenance_pending_count, as: 'subblockInfraMaintenancePendingCount'
|
11066
11138
|
property :upcoming_group_maintenance, as: 'upcomingGroupMaintenance', class: Google::Apis::ComputeBeta::UpcomingMaintenance, decorator: Google::Apis::ComputeBeta::UpcomingMaintenance::Representation
|
11067
11139
|
|
11068
11140
|
end
|
@@ -12158,6 +12230,15 @@ module Google
|
|
12158
12230
|
property :default_action_on_failure, as: 'defaultActionOnFailure'
|
12159
12231
|
property :force_update_on_repair, as: 'forceUpdateOnRepair'
|
12160
12232
|
property :on_failed_health_check, as: 'onFailedHealthCheck'
|
12233
|
+
property :on_repair, as: 'onRepair', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicyOnRepair, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicyOnRepair::Representation
|
12234
|
+
|
12235
|
+
end
|
12236
|
+
end
|
12237
|
+
|
12238
|
+
class InstanceGroupManagerInstanceLifecyclePolicyOnRepair
|
12239
|
+
# @private
|
12240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12241
|
+
property :allow_changing_zone, as: 'allowChangingZone'
|
12161
12242
|
end
|
12162
12243
|
end
|
12163
12244
|
|
@@ -17874,6 +17955,8 @@ module Google
|
|
17874
17955
|
|
17875
17956
|
property :reservation_maintenance, as: 'reservationMaintenance', class: Google::Apis::ComputeBeta::GroupMaintenanceInfo, decorator: Google::Apis::ComputeBeta::GroupMaintenanceInfo::Representation
|
17876
17957
|
|
17958
|
+
property :reservation_sub_block_count, as: 'reservationSubBlockCount'
|
17959
|
+
property :reservation_sub_block_in_use_count, as: 'reservationSubBlockInUseCount'
|
17877
17960
|
property :self_link, as: 'selfLink'
|
17878
17961
|
property :self_link_with_id, as: 'selfLinkWithId'
|
17879
17962
|
property :status, as: 'status'
|
@@ -17961,6 +18044,75 @@ module Google
|
|
17961
18044
|
end
|
17962
18045
|
end
|
17963
18046
|
|
18047
|
+
class ReservationSubBlock
|
18048
|
+
# @private
|
18049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18050
|
+
property :count, as: 'count'
|
18051
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
18052
|
+
property :id, :numeric_string => true, as: 'id'
|
18053
|
+
property :in_use_count, as: 'inUseCount'
|
18054
|
+
property :kind, as: 'kind'
|
18055
|
+
property :name, as: 'name'
|
18056
|
+
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeBeta::ReservationSubBlockPhysicalTopology, decorator: Google::Apis::ComputeBeta::ReservationSubBlockPhysicalTopology::Representation
|
18057
|
+
|
18058
|
+
property :reservation_sub_block_maintenance, as: 'reservationSubBlockMaintenance', class: Google::Apis::ComputeBeta::GroupMaintenanceInfo, decorator: Google::Apis::ComputeBeta::GroupMaintenanceInfo::Representation
|
18059
|
+
|
18060
|
+
property :self_link, as: 'selfLink'
|
18061
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
18062
|
+
property :status, as: 'status'
|
18063
|
+
property :zone, as: 'zone'
|
18064
|
+
end
|
18065
|
+
end
|
18066
|
+
|
18067
|
+
class ReservationSubBlockPhysicalTopology
|
18068
|
+
# @private
|
18069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18070
|
+
property :block, as: 'block'
|
18071
|
+
property :cluster, as: 'cluster'
|
18072
|
+
property :sub_block, as: 'subBlock'
|
18073
|
+
end
|
18074
|
+
end
|
18075
|
+
|
18076
|
+
class ReservationSubBlocksGetResponse
|
18077
|
+
# @private
|
18078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18079
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeBeta::ReservationSubBlock, decorator: Google::Apis::ComputeBeta::ReservationSubBlock::Representation
|
18080
|
+
|
18081
|
+
end
|
18082
|
+
end
|
18083
|
+
|
18084
|
+
class ReservationSubBlocksListResponse
|
18085
|
+
# @private
|
18086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18087
|
+
property :id, as: 'id'
|
18088
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::ReservationSubBlock, decorator: Google::Apis::ComputeBeta::ReservationSubBlock::Representation
|
18089
|
+
|
18090
|
+
property :kind, as: 'kind'
|
18091
|
+
property :next_page_token, as: 'nextPageToken'
|
18092
|
+
property :self_link, as: 'selfLink'
|
18093
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ReservationSubBlocksListResponse::Warning, decorator: Google::Apis::ComputeBeta::ReservationSubBlocksListResponse::Warning::Representation
|
18094
|
+
|
18095
|
+
end
|
18096
|
+
|
18097
|
+
class Warning
|
18098
|
+
# @private
|
18099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18100
|
+
property :code, as: 'code'
|
18101
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::ReservationSubBlocksListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::ReservationSubBlocksListResponse::Warning::Datum::Representation
|
18102
|
+
|
18103
|
+
property :message, as: 'message'
|
18104
|
+
end
|
18105
|
+
|
18106
|
+
class Datum
|
18107
|
+
# @private
|
18108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18109
|
+
property :key, as: 'key'
|
18110
|
+
property :value, as: 'value'
|
18111
|
+
end
|
18112
|
+
end
|
18113
|
+
end
|
18114
|
+
end
|
18115
|
+
|
17964
18116
|
class ReservationsBlocksPerformMaintenanceRequest
|
17965
18117
|
# @private
|
17966
18118
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18486,6 +18638,8 @@ module Google
|
|
18486
18638
|
|
18487
18639
|
property :ncc_gateway, as: 'nccGateway'
|
18488
18640
|
property :network, as: 'network'
|
18641
|
+
property :params, as: 'params', class: Google::Apis::ComputeBeta::RouterParams, decorator: Google::Apis::ComputeBeta::RouterParams::Representation
|
18642
|
+
|
18489
18643
|
property :region, as: 'region'
|
18490
18644
|
property :self_link, as: 'selfLink'
|
18491
18645
|
end
|
@@ -18727,6 +18881,13 @@ module Google
|
|
18727
18881
|
end
|
18728
18882
|
end
|
18729
18883
|
|
18884
|
+
class RouterParams
|
18885
|
+
# @private
|
18886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18887
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
18888
|
+
end
|
18889
|
+
end
|
18890
|
+
|
18730
18891
|
class RouterStatus
|
18731
18892
|
# @private
|
18732
18893
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18999,6 +19160,7 @@ module Google
|
|
18999
19160
|
|
19000
19161
|
property :preemptible, as: 'preemptible'
|
19001
19162
|
property :provisioning_model, as: 'provisioningModel'
|
19163
|
+
property :skip_guest_os_shutdown, as: 'skipGuestOsShutdown'
|
19002
19164
|
property :termination_time, as: 'terminationTime'
|
19003
19165
|
end
|
19004
19166
|
end
|
@@ -22312,6 +22474,8 @@ module Google
|
|
22312
22474
|
class VpnTunnel
|
22313
22475
|
# @private
|
22314
22476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
22477
|
+
property :cipher_suite, as: 'cipherSuite', class: Google::Apis::ComputeBeta::VpnTunnelCipherSuite, decorator: Google::Apis::ComputeBeta::VpnTunnelCipherSuite::Representation
|
22478
|
+
|
22315
22479
|
property :creation_timestamp, as: 'creationTimestamp'
|
22316
22480
|
property :description, as: 'description'
|
22317
22481
|
property :detailed_status, as: 'detailedStatus'
|
@@ -22372,6 +22536,16 @@ module Google
|
|
22372
22536
|
end
|
22373
22537
|
end
|
22374
22538
|
|
22539
|
+
class VpnTunnelCipherSuite
|
22540
|
+
# @private
|
22541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22542
|
+
property :phase1, as: 'phase1', class: Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms, decorator: Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms::Representation
|
22543
|
+
|
22544
|
+
property :phase2, as: 'phase2', class: Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms, decorator: Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms::Representation
|
22545
|
+
|
22546
|
+
end
|
22547
|
+
end
|
22548
|
+
|
22375
22549
|
class VpnTunnelList
|
22376
22550
|
# @private
|
22377
22551
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -22404,6 +22578,25 @@ module Google
|
|
22404
22578
|
end
|
22405
22579
|
end
|
22406
22580
|
|
22581
|
+
class VpnTunnelPhase1Algorithms
|
22582
|
+
# @private
|
22583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22584
|
+
collection :dh, as: 'dh'
|
22585
|
+
collection :encryption, as: 'encryption'
|
22586
|
+
collection :integrity, as: 'integrity'
|
22587
|
+
collection :prf, as: 'prf'
|
22588
|
+
end
|
22589
|
+
end
|
22590
|
+
|
22591
|
+
class VpnTunnelPhase2Algorithms
|
22592
|
+
# @private
|
22593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22594
|
+
collection :encryption, as: 'encryption'
|
22595
|
+
collection :integrity, as: 'integrity'
|
22596
|
+
collection :pfs, as: 'pfs'
|
22597
|
+
end
|
22598
|
+
end
|
22599
|
+
|
22407
22600
|
class VpnTunnelsScopedList
|
22408
22601
|
# @private
|
22409
22602
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -22491,6 +22684,7 @@ module Google
|
|
22491
22684
|
property :id, :numeric_string => true, as: 'id'
|
22492
22685
|
property :kind, as: 'kind'
|
22493
22686
|
property :name, as: 'name'
|
22687
|
+
property :reconciling, as: 'reconciling'
|
22494
22688
|
property :self_link, as: 'selfLink'
|
22495
22689
|
property :topology, as: 'topology', class: Google::Apis::ComputeBeta::WireGroupTopology, decorator: Google::Apis::ComputeBeta::WireGroupTopology::Representation
|
22496
22690
|
|
@@ -26069,9 +26069,11 @@ module Google
|
|
26069
26069
|
execute_or_queue_command(command, &block)
|
26070
26070
|
end
|
26071
26071
|
|
26072
|
-
# Inserts an association for the specified security policy.
|
26073
|
-
#
|
26074
|
-
#
|
26072
|
+
# Inserts an association for the specified security policy. This has billing
|
26073
|
+
# implications. Projects in the hierarchy with effective hierarchical security
|
26074
|
+
# policies will be automatically enrolled into Cloud Armor Enterprise if not
|
26075
|
+
# already enrolled. Use of this API to modify firewall policies is deprecated.
|
26076
|
+
# Use firewallPolicies.addAssociation instead if possible.
|
26075
26077
|
# @param [String] security_policy
|
26076
26078
|
# Name of the security policy to update.
|
26077
26079
|
# @param [Google::Apis::ComputeBeta::SecurityPolicyAssociation] security_policy_association_object
|
@@ -41345,6 +41347,203 @@ module Google
|
|
41345
41347
|
execute_or_queue_command(command, &block)
|
41346
41348
|
end
|
41347
41349
|
|
41350
|
+
# Retrieves information about the specified reservation subBlock.
|
41351
|
+
# @param [String] project
|
41352
|
+
# Project ID for this request.
|
41353
|
+
# @param [String] zone
|
41354
|
+
# Name of the zone for this request. Zone name should conform to RFC1035.
|
41355
|
+
# @param [String] parent_name
|
41356
|
+
# The name of the parent reservation and parent block. In the format of
|
41357
|
+
# reservations/`reservation_name`/reservationBlocks/`reservation_block_name`
|
41358
|
+
# @param [String] reservation_sub_block
|
41359
|
+
# The name of the reservation subBlock. Name should conform to RFC1035 or be a
|
41360
|
+
# resource ID.
|
41361
|
+
# @param [String] fields
|
41362
|
+
# Selector specifying which fields to include in a partial response.
|
41363
|
+
# @param [String] quota_user
|
41364
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
41365
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
41366
|
+
# @param [String] user_ip
|
41367
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
41368
|
+
# @param [Google::Apis::RequestOptions] options
|
41369
|
+
# Request-specific options
|
41370
|
+
#
|
41371
|
+
# @yield [result, err] Result & error if block supplied
|
41372
|
+
# @yieldparam result [Google::Apis::ComputeBeta::ReservationSubBlocksGetResponse] parsed result object
|
41373
|
+
# @yieldparam err [StandardError] error object if request failed
|
41374
|
+
#
|
41375
|
+
# @return [Google::Apis::ComputeBeta::ReservationSubBlocksGetResponse]
|
41376
|
+
#
|
41377
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
41378
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
41379
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
41380
|
+
def get_reservation_sub_block(project, zone, parent_name, reservation_sub_block, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
41381
|
+
command = make_simple_command(:get, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}', options)
|
41382
|
+
command.response_representation = Google::Apis::ComputeBeta::ReservationSubBlocksGetResponse::Representation
|
41383
|
+
command.response_class = Google::Apis::ComputeBeta::ReservationSubBlocksGetResponse
|
41384
|
+
command.params['project'] = project unless project.nil?
|
41385
|
+
command.params['zone'] = zone unless zone.nil?
|
41386
|
+
command.params['parentName'] = parent_name unless parent_name.nil?
|
41387
|
+
command.params['reservationSubBlock'] = reservation_sub_block unless reservation_sub_block.nil?
|
41388
|
+
command.query['fields'] = fields unless fields.nil?
|
41389
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
41390
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
41391
|
+
execute_or_queue_command(command, &block)
|
41392
|
+
end
|
41393
|
+
|
41394
|
+
# Retrieves a list of reservation subBlocks under a single reservation.
|
41395
|
+
# @param [String] project
|
41396
|
+
# Project ID for this request.
|
41397
|
+
# @param [String] zone
|
41398
|
+
# Name of the zone for this request. Zone name should conform to RFC1035.
|
41399
|
+
# @param [String] parent_name
|
41400
|
+
# The name of the parent reservation and parent block. In the format of
|
41401
|
+
# reservations/`reservation_name`/reservationBlocks/`reservation_block_name`
|
41402
|
+
# @param [String] filter
|
41403
|
+
# A filter expression that filters resources listed in the response. Most
|
41404
|
+
# Compute resources support two types of filter expressions: expressions that
|
41405
|
+
# support regular expressions and expressions that follow API improvement
|
41406
|
+
# proposal AIP-160. These two types of filter expressions cannot be mixed in one
|
41407
|
+
# request. If you want to use AIP-160, your expression must specify the field
|
41408
|
+
# name, an operator, and the value that you want to use for filtering. The value
|
41409
|
+
# must be a string, a number, or a boolean. The operator must be either `=`, `!=`
|
41410
|
+
# , `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute
|
41411
|
+
# Engine instances, you can exclude instances named `example-instance` by
|
41412
|
+
# specifying `name != example-instance`. The `:*` comparison can be used to test
|
41413
|
+
# whether a key has been defined. For example, to find all objects with `owner`
|
41414
|
+
# label use: ``` labels.owner:* ``` You can also filter nested fields. For
|
41415
|
+
# example, you could specify `scheduling.automaticRestart = false` to include
|
41416
|
+
# instances only if they are not scheduled for automatic restarts. You can use
|
41417
|
+
# filtering on nested fields to filter based on resource labels. To filter on
|
41418
|
+
# multiple expressions, provide each separate expression within parentheses. For
|
41419
|
+
# example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel
|
41420
|
+
# Skylake") ``` By default, each expression is an `AND` expression. However, you
|
41421
|
+
# can include `AND` and `OR` expressions explicitly. For example: ``` (
|
41422
|
+
# cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (
|
41423
|
+
# scheduling.automaticRestart = true) ``` If you want to use a regular
|
41424
|
+
# expression, use the `eq` (equal) or `ne` (not equal) operator against a single
|
41425
|
+
# un-parenthesized expression with or without quotes or against multiple
|
41426
|
+
# parenthesized expressions. Examples: `fieldname eq unquoted literal` `
|
41427
|
+
# fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(
|
41428
|
+
# fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is
|
41429
|
+
# interpreted as a regular expression using Google RE2 library syntax. The
|
41430
|
+
# literal value must match the entire field. For example, to filter for
|
41431
|
+
# instances that do not end with name "instance", you would use `name ne .*
|
41432
|
+
# instance`. You cannot combine constraints on multiple fields using regular
|
41433
|
+
# expressions.
|
41434
|
+
# @param [Fixnum] max_results
|
41435
|
+
# The maximum number of results per page that should be returned. If the number
|
41436
|
+
# of available results is larger than `maxResults`, Compute Engine returns a `
|
41437
|
+
# nextPageToken` that can be used to get the next page of results in subsequent
|
41438
|
+
# list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
41439
|
+
# @param [String] order_by
|
41440
|
+
# Sorts list results by a certain order. By default, results are returned in
|
41441
|
+
# alphanumerical order based on the resource name. You can also sort results in
|
41442
|
+
# descending order based on the creation timestamp using `orderBy="
|
41443
|
+
# creationTimestamp desc"`. This sorts results based on the `creationTimestamp`
|
41444
|
+
# field in reverse chronological order (newest result first). Use this to sort
|
41445
|
+
# resources like operations so that the newest operation is returned first.
|
41446
|
+
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
41447
|
+
# @param [String] page_token
|
41448
|
+
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned
|
41449
|
+
# by a previous list request to get the next page of results.
|
41450
|
+
# @param [Boolean] return_partial_success
|
41451
|
+
# Opt-in for partial success behavior which provides partial results in case of
|
41452
|
+
# failure. The default value is false. For example, when partial success
|
41453
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
41454
|
+
# resources in the zone or no resources, with an error code.
|
41455
|
+
# @param [String] fields
|
41456
|
+
# Selector specifying which fields to include in a partial response.
|
41457
|
+
# @param [String] quota_user
|
41458
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
41459
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
41460
|
+
# @param [String] user_ip
|
41461
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
41462
|
+
# @param [Google::Apis::RequestOptions] options
|
41463
|
+
# Request-specific options
|
41464
|
+
#
|
41465
|
+
# @yield [result, err] Result & error if block supplied
|
41466
|
+
# @yieldparam result [Google::Apis::ComputeBeta::ReservationSubBlocksListResponse] parsed result object
|
41467
|
+
# @yieldparam err [StandardError] error object if request failed
|
41468
|
+
#
|
41469
|
+
# @return [Google::Apis::ComputeBeta::ReservationSubBlocksListResponse]
|
41470
|
+
#
|
41471
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
41472
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
41473
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
41474
|
+
def list_reservation_sub_blocks(project, zone, parent_name, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
41475
|
+
command = make_simple_command(:get, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks', options)
|
41476
|
+
command.response_representation = Google::Apis::ComputeBeta::ReservationSubBlocksListResponse::Representation
|
41477
|
+
command.response_class = Google::Apis::ComputeBeta::ReservationSubBlocksListResponse
|
41478
|
+
command.params['project'] = project unless project.nil?
|
41479
|
+
command.params['zone'] = zone unless zone.nil?
|
41480
|
+
command.params['parentName'] = parent_name unless parent_name.nil?
|
41481
|
+
command.query['filter'] = filter unless filter.nil?
|
41482
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
41483
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
41484
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
41485
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
41486
|
+
command.query['fields'] = fields unless fields.nil?
|
41487
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
41488
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
41489
|
+
execute_or_queue_command(command, &block)
|
41490
|
+
end
|
41491
|
+
|
41492
|
+
# Allows customers to perform maintenance on a reservation subBlock
|
41493
|
+
# @param [String] project
|
41494
|
+
# Project ID for this request.
|
41495
|
+
# @param [String] zone
|
41496
|
+
# Name of the zone for this request. Zone name should conform to RFC1035.
|
41497
|
+
# @param [String] parent_name
|
41498
|
+
# The name of the parent reservation and parent block. In the format of
|
41499
|
+
# reservations/`reservation_name`/reservationBlocks/`reservation_block_name`
|
41500
|
+
# @param [String] reservation_sub_block
|
41501
|
+
# The name of the reservation subBlock. Name should conform to RFC1035 or be a
|
41502
|
+
# resource ID.
|
41503
|
+
# @param [String] request_id
|
41504
|
+
# An optional request ID to identify requests. Specify a unique request ID so
|
41505
|
+
# that if you must retry your request, the server will know to ignore the
|
41506
|
+
# request if it has already been completed. For example, consider a situation
|
41507
|
+
# where you make an initial request and the request times out. If you make the
|
41508
|
+
# request again with the same request ID, the server can check if original
|
41509
|
+
# operation with the same request ID was received, and if so, will ignore the
|
41510
|
+
# second request. This prevents clients from accidentally creating duplicate
|
41511
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
41512
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
41513
|
+
# @param [String] fields
|
41514
|
+
# Selector specifying which fields to include in a partial response.
|
41515
|
+
# @param [String] quota_user
|
41516
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
41517
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
41518
|
+
# @param [String] user_ip
|
41519
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
41520
|
+
# @param [Google::Apis::RequestOptions] options
|
41521
|
+
# Request-specific options
|
41522
|
+
#
|
41523
|
+
# @yield [result, err] Result & error if block supplied
|
41524
|
+
# @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
|
41525
|
+
# @yieldparam err [StandardError] error object if request failed
|
41526
|
+
#
|
41527
|
+
# @return [Google::Apis::ComputeBeta::Operation]
|
41528
|
+
#
|
41529
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
41530
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
41531
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
41532
|
+
def perform_reservation_sub_block_maintenance(project, zone, parent_name, reservation_sub_block, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
41533
|
+
command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/performMaintenance', options)
|
41534
|
+
command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
|
41535
|
+
command.response_class = Google::Apis::ComputeBeta::Operation
|
41536
|
+
command.params['project'] = project unless project.nil?
|
41537
|
+
command.params['zone'] = zone unless zone.nil?
|
41538
|
+
command.params['parentName'] = parent_name unless parent_name.nil?
|
41539
|
+
command.params['reservationSubBlock'] = reservation_sub_block unless reservation_sub_block.nil?
|
41540
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
41541
|
+
command.query['fields'] = fields unless fields.nil?
|
41542
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
41543
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
41544
|
+
execute_or_queue_command(command, &block)
|
41545
|
+
end
|
41546
|
+
|
41348
41547
|
# Retrieves an aggregated list of reservations. To prevent failure, Google
|
41349
41548
|
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
41350
41549
|
# @param [String] project
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.117.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_beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.117.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|