google-apis-compute_beta 0.15.0 → 0.19.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 +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/compute_beta/classes.rb +585 -103
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +139 -0
- data/lib/google/apis/compute_beta/service.rb +208 -20
- data/lib/google/apis/compute_beta.rb +3 -3
- metadata +5 -5
@@ -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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211019"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3466,6 +3466,12 @@ module Google
|
|
3466
3466
|
include Google::Apis::Core::JsonObjectSupport
|
3467
3467
|
end
|
3468
3468
|
|
3469
|
+
class RegionInstanceGroupManagersResizeAdvancedRequest
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3469
3475
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
3470
3476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
3477
|
|
@@ -3808,6 +3814,12 @@ module Google
|
|
3808
3814
|
include Google::Apis::Core::JsonObjectSupport
|
3809
3815
|
end
|
3810
3816
|
|
3817
|
+
class RouteAsPath
|
3818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3819
|
+
|
3820
|
+
include Google::Apis::Core::JsonObjectSupport
|
3821
|
+
end
|
3822
|
+
|
3811
3823
|
class RouteList
|
3812
3824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3813
3825
|
|
@@ -3910,6 +3922,18 @@ module Google
|
|
3910
3922
|
include Google::Apis::Core::JsonObjectSupport
|
3911
3923
|
end
|
3912
3924
|
|
3925
|
+
class RouterNatRule
|
3926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3927
|
+
|
3928
|
+
include Google::Apis::Core::JsonObjectSupport
|
3929
|
+
end
|
3930
|
+
|
3931
|
+
class RouterNatRuleAction
|
3932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3933
|
+
|
3934
|
+
include Google::Apis::Core::JsonObjectSupport
|
3935
|
+
end
|
3936
|
+
|
3913
3937
|
class RouterNatSubnetworkToNat
|
3914
3938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3915
3939
|
|
@@ -3934,6 +3958,12 @@ module Google
|
|
3934
3958
|
include Google::Apis::Core::JsonObjectSupport
|
3935
3959
|
end
|
3936
3960
|
|
3961
|
+
class RouterStatusNatStatusNatRuleStatus
|
3962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3963
|
+
|
3964
|
+
include Google::Apis::Core::JsonObjectSupport
|
3965
|
+
end
|
3966
|
+
|
3937
3967
|
class RouterStatusResponse
|
3938
3968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3939
3969
|
|
@@ -4228,6 +4258,12 @@ module Google
|
|
4228
4258
|
include Google::Apis::Core::JsonObjectSupport
|
4229
4259
|
end
|
4230
4260
|
|
4261
|
+
class ShareSettingsProjectConfig
|
4262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4263
|
+
|
4264
|
+
include Google::Apis::Core::JsonObjectSupport
|
4265
|
+
end
|
4266
|
+
|
4231
4267
|
class ShieldedInstanceConfig
|
4232
4268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4233
4269
|
|
@@ -4666,6 +4702,12 @@ module Google
|
|
4666
4702
|
include Google::Apis::Core::JsonObjectSupport
|
4667
4703
|
end
|
4668
4704
|
|
4705
|
+
class TargetHttpsProxiesSetCertificateMapRequest
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
|
+
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
4709
|
+
end
|
4710
|
+
|
4669
4711
|
class TargetHttpsProxiesSetQuicOverrideRequest
|
4670
4712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4671
4713
|
|
@@ -4882,6 +4924,12 @@ module Google
|
|
4882
4924
|
include Google::Apis::Core::JsonObjectSupport
|
4883
4925
|
end
|
4884
4926
|
|
4927
|
+
class TargetSslProxiesSetCertificateMapRequest
|
4928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4929
|
+
|
4930
|
+
include Google::Apis::Core::JsonObjectSupport
|
4931
|
+
end
|
4932
|
+
|
4885
4933
|
class TargetSslProxiesSetProxyHeaderRequest
|
4886
4934
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4887
4935
|
|
@@ -5756,6 +5804,7 @@ module Google
|
|
5756
5804
|
property :interface, as: 'interface'
|
5757
5805
|
property :kind, as: 'kind'
|
5758
5806
|
collection :licenses, as: 'licenses'
|
5807
|
+
property :locked, as: 'locked'
|
5759
5808
|
property :mode, as: 'mode'
|
5760
5809
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeBeta::InitialStateConfig, decorator: Google::Apis::ComputeBeta::InitialStateConfig::Representation
|
5761
5810
|
|
@@ -6719,6 +6768,7 @@ module Google
|
|
6719
6768
|
collection :license_codes, as: 'licenseCodes'
|
6720
6769
|
collection :licenses, as: 'licenses'
|
6721
6770
|
property :location_hint, as: 'locationHint'
|
6771
|
+
property :locked, as: 'locked'
|
6722
6772
|
property :multi_writer, as: 'multiWriter'
|
6723
6773
|
property :name, as: 'name'
|
6724
6774
|
property :options, as: 'options'
|
@@ -7379,6 +7429,7 @@ module Google
|
|
7379
7429
|
|
7380
7430
|
property :service_label, as: 'serviceLabel'
|
7381
7431
|
property :service_name, as: 'serviceName'
|
7432
|
+
collection :source_ip_ranges, as: 'sourceIpRanges'
|
7382
7433
|
property :subnetwork, as: 'subnetwork'
|
7383
7434
|
property :target, as: 'target'
|
7384
7435
|
end
|
@@ -8146,6 +8197,7 @@ module Google
|
|
8146
8197
|
hash :labels, as: 'labels'
|
8147
8198
|
collection :license_codes, as: 'licenseCodes'
|
8148
8199
|
collection :licenses, as: 'licenses'
|
8200
|
+
property :locked, as: 'locked'
|
8149
8201
|
property :name, as: 'name'
|
8150
8202
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeBeta::Image::RawDisk, decorator: Google::Apis::ComputeBeta::Image::RawDisk::Representation
|
8151
8203
|
|
@@ -9255,6 +9307,7 @@ module Google
|
|
9255
9307
|
property :peer_ip_address, as: 'peerIpAddress'
|
9256
9308
|
property :provisioned_link_count, as: 'provisionedLinkCount'
|
9257
9309
|
property :requested_link_count, as: 'requestedLinkCount'
|
9310
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
9258
9311
|
property :self_link, as: 'selfLink'
|
9259
9312
|
property :state, as: 'state'
|
9260
9313
|
end
|
@@ -9291,6 +9344,7 @@ module Google
|
|
9291
9344
|
|
9292
9345
|
property :region, as: 'region'
|
9293
9346
|
property :router, as: 'router'
|
9347
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
9294
9348
|
property :self_link, as: 'selfLink'
|
9295
9349
|
property :state, as: 'state'
|
9296
9350
|
property :type, as: 'type'
|
@@ -9519,6 +9573,7 @@ module Google
|
|
9519
9573
|
|
9520
9574
|
property :self_link, as: 'selfLink'
|
9521
9575
|
property :status, as: 'status'
|
9576
|
+
property :supports_pzs, as: 'supportsPzs'
|
9522
9577
|
end
|
9523
9578
|
end
|
9524
9579
|
|
@@ -11960,6 +12015,14 @@ module Google
|
|
11960
12015
|
end
|
11961
12016
|
end
|
11962
12017
|
|
12018
|
+
class RegionInstanceGroupManagersResizeAdvancedRequest
|
12019
|
+
# @private
|
12020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12021
|
+
property :no_creation_retries, as: 'noCreationRetries'
|
12022
|
+
property :target_size, as: 'targetSize'
|
12023
|
+
end
|
12024
|
+
end
|
12025
|
+
|
11963
12026
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
11964
12027
|
# @private
|
11965
12028
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12501,6 +12564,8 @@ module Google
|
|
12501
12564
|
class Route
|
12502
12565
|
# @private
|
12503
12566
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12567
|
+
collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeBeta::RouteAsPath, decorator: Google::Apis::ComputeBeta::RouteAsPath::Representation
|
12568
|
+
|
12504
12569
|
property :creation_timestamp, as: 'creationTimestamp'
|
12505
12570
|
property :description, as: 'description'
|
12506
12571
|
property :dest_range, as: 'destRange'
|
@@ -12517,6 +12582,7 @@ module Google
|
|
12517
12582
|
property :next_hop_peering, as: 'nextHopPeering'
|
12518
12583
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
12519
12584
|
property :priority, as: 'priority'
|
12585
|
+
property :route_type, as: 'routeType'
|
12520
12586
|
property :self_link, as: 'selfLink'
|
12521
12587
|
collection :tags, as: 'tags'
|
12522
12588
|
collection :warnings, as: 'warnings', class: Google::Apis::ComputeBeta::Route::Warning, decorator: Google::Apis::ComputeBeta::Route::Warning::Representation
|
@@ -12542,6 +12608,14 @@ module Google
|
|
12542
12608
|
end
|
12543
12609
|
end
|
12544
12610
|
|
12611
|
+
class RouteAsPath
|
12612
|
+
# @private
|
12613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12614
|
+
collection :as_lists, as: 'asLists'
|
12615
|
+
property :path_segment_type, as: 'pathSegmentType'
|
12616
|
+
end
|
12617
|
+
end
|
12618
|
+
|
12545
12619
|
class RouteList
|
12546
12620
|
# @private
|
12547
12621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12731,18 +12805,23 @@ module Google
|
|
12731
12805
|
# @private
|
12732
12806
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12733
12807
|
collection :drain_nat_ips, as: 'drainNatIps'
|
12808
|
+
property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
|
12734
12809
|
property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
|
12735
12810
|
property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
|
12736
12811
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::RouterNatLogConfig, decorator: Google::Apis::ComputeBeta::RouterNatLogConfig::Representation
|
12737
12812
|
|
12813
|
+
property :max_ports_per_vm, as: 'maxPortsPerVm'
|
12738
12814
|
property :min_ports_per_vm, as: 'minPortsPerVm'
|
12739
12815
|
property :name, as: 'name'
|
12740
12816
|
property :nat_ip_allocate_option, as: 'natIpAllocateOption'
|
12741
12817
|
collection :nat_ips, as: 'natIps'
|
12818
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::RouterNatRule, decorator: Google::Apis::ComputeBeta::RouterNatRule::Representation
|
12819
|
+
|
12742
12820
|
property :source_subnetwork_ip_ranges_to_nat, as: 'sourceSubnetworkIpRangesToNat'
|
12743
12821
|
collection :subnetworks, as: 'subnetworks', class: Google::Apis::ComputeBeta::RouterNatSubnetworkToNat, decorator: Google::Apis::ComputeBeta::RouterNatSubnetworkToNat::Representation
|
12744
12822
|
|
12745
12823
|
property :tcp_established_idle_timeout_sec, as: 'tcpEstablishedIdleTimeoutSec'
|
12824
|
+
property :tcp_time_wait_timeout_sec, as: 'tcpTimeWaitTimeoutSec'
|
12746
12825
|
property :tcp_transitory_idle_timeout_sec, as: 'tcpTransitoryIdleTimeoutSec'
|
12747
12826
|
property :udp_idle_timeout_sec, as: 'udpIdleTimeoutSec'
|
12748
12827
|
end
|
@@ -12756,6 +12835,25 @@ module Google
|
|
12756
12835
|
end
|
12757
12836
|
end
|
12758
12837
|
|
12838
|
+
class RouterNatRule
|
12839
|
+
# @private
|
12840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12841
|
+
property :action, as: 'action', class: Google::Apis::ComputeBeta::RouterNatRuleAction, decorator: Google::Apis::ComputeBeta::RouterNatRuleAction::Representation
|
12842
|
+
|
12843
|
+
property :description, as: 'description'
|
12844
|
+
property :match, as: 'match'
|
12845
|
+
property :rule_number, as: 'ruleNumber'
|
12846
|
+
end
|
12847
|
+
end
|
12848
|
+
|
12849
|
+
class RouterNatRuleAction
|
12850
|
+
# @private
|
12851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12852
|
+
collection :source_nat_active_ips, as: 'sourceNatActiveIps'
|
12853
|
+
collection :source_nat_drain_ips, as: 'sourceNatDrainIps'
|
12854
|
+
end
|
12855
|
+
end
|
12856
|
+
|
12759
12857
|
class RouterNatSubnetworkToNat
|
12760
12858
|
# @private
|
12761
12859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12809,11 +12907,24 @@ module Google
|
|
12809
12907
|
property :min_extra_nat_ips_needed, as: 'minExtraNatIpsNeeded'
|
12810
12908
|
property :name, as: 'name'
|
12811
12909
|
property :num_vm_endpoints_with_nat_mappings, as: 'numVmEndpointsWithNatMappings'
|
12910
|
+
collection :rule_status, as: 'ruleStatus', class: Google::Apis::ComputeBeta::RouterStatusNatStatusNatRuleStatus, decorator: Google::Apis::ComputeBeta::RouterStatusNatStatusNatRuleStatus::Representation
|
12911
|
+
|
12812
12912
|
collection :user_allocated_nat_ip_resources, as: 'userAllocatedNatIpResources'
|
12813
12913
|
collection :user_allocated_nat_ips, as: 'userAllocatedNatIps'
|
12814
12914
|
end
|
12815
12915
|
end
|
12816
12916
|
|
12917
|
+
class RouterStatusNatStatusNatRuleStatus
|
12918
|
+
# @private
|
12919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12920
|
+
collection :active_nat_ips, as: 'activeNatIps'
|
12921
|
+
collection :drain_nat_ips, as: 'drainNatIps'
|
12922
|
+
property :min_extra_ips_needed, as: 'minExtraIpsNeeded'
|
12923
|
+
property :num_vm_endpoints_with_nat_mappings, as: 'numVmEndpointsWithNatMappings'
|
12924
|
+
property :rule_number, as: 'ruleNumber'
|
12925
|
+
end
|
12926
|
+
end
|
12927
|
+
|
12817
12928
|
class RouterStatusResponse
|
12818
12929
|
# @private
|
12819
12930
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12924,6 +13035,7 @@ module Google
|
|
12924
13035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12925
13036
|
property :automatic_restart, as: 'automaticRestart'
|
12926
13037
|
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
13038
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
12927
13039
|
property :location_hint, as: 'locationHint'
|
12928
13040
|
property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
|
12929
13041
|
property :maintenance_interval, as: 'maintenanceInterval'
|
@@ -12932,6 +13044,7 @@ module Google
|
|
12932
13044
|
|
12933
13045
|
property :on_host_maintenance, as: 'onHostMaintenance'
|
12934
13046
|
property :preemptible, as: 'preemptible'
|
13047
|
+
property :provisioning_model, as: 'provisioningModel'
|
12935
13048
|
end
|
12936
13049
|
end
|
12937
13050
|
|
@@ -13343,11 +13456,20 @@ module Google
|
|
13343
13456
|
class ShareSettings
|
13344
13457
|
# @private
|
13345
13458
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13459
|
+
hash :project_map, as: 'projectMap', class: Google::Apis::ComputeBeta::ShareSettingsProjectConfig, decorator: Google::Apis::ComputeBeta::ShareSettingsProjectConfig::Representation
|
13460
|
+
|
13346
13461
|
collection :projects, as: 'projects'
|
13347
13462
|
property :share_type, as: 'shareType'
|
13348
13463
|
end
|
13349
13464
|
end
|
13350
13465
|
|
13466
|
+
class ShareSettingsProjectConfig
|
13467
|
+
# @private
|
13468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13469
|
+
property :project_id, as: 'projectId'
|
13470
|
+
end
|
13471
|
+
end
|
13472
|
+
|
13351
13473
|
class ShieldedInstanceConfig
|
13352
13474
|
# @private
|
13353
13475
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13937,6 +14059,7 @@ module Google
|
|
13937
14059
|
# @private
|
13938
14060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13939
14061
|
property :policy, as: 'policy'
|
14062
|
+
property :subset_size, as: 'subsetSize'
|
13940
14063
|
end
|
13941
14064
|
end
|
13942
14065
|
|
@@ -14146,6 +14269,13 @@ module Google
|
|
14146
14269
|
end
|
14147
14270
|
end
|
14148
14271
|
|
14272
|
+
class TargetHttpsProxiesSetCertificateMapRequest
|
14273
|
+
# @private
|
14274
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14275
|
+
property :certificate_map, as: 'certificateMap'
|
14276
|
+
end
|
14277
|
+
end
|
14278
|
+
|
14149
14279
|
class TargetHttpsProxiesSetQuicOverrideRequest
|
14150
14280
|
# @private
|
14151
14281
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14166,6 +14296,7 @@ module Google
|
|
14166
14296
|
property :authentication, as: 'authentication'
|
14167
14297
|
property :authorization, as: 'authorization'
|
14168
14298
|
property :authorization_policy, as: 'authorizationPolicy'
|
14299
|
+
property :certificate_map, as: 'certificateMap'
|
14169
14300
|
property :creation_timestamp, as: 'creationTimestamp'
|
14170
14301
|
property :description, as: 'description'
|
14171
14302
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -14524,6 +14655,13 @@ module Google
|
|
14524
14655
|
end
|
14525
14656
|
end
|
14526
14657
|
|
14658
|
+
class TargetSslProxiesSetCertificateMapRequest
|
14659
|
+
# @private
|
14660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14661
|
+
property :certificate_map, as: 'certificateMap'
|
14662
|
+
end
|
14663
|
+
end
|
14664
|
+
|
14527
14665
|
class TargetSslProxiesSetProxyHeaderRequest
|
14528
14666
|
# @private
|
14529
14667
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14541,6 +14679,7 @@ module Google
|
|
14541
14679
|
class TargetSslProxy
|
14542
14680
|
# @private
|
14543
14681
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14682
|
+
property :certificate_map, as: 'certificateMap'
|
14544
14683
|
property :creation_timestamp, as: 'creationTimestamp'
|
14545
14684
|
property :description, as: 'description'
|
14546
14685
|
property :id, :numeric_string => true, as: 'id'
|