google-apis-compute_beta 0.16.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.16.0"
19
+ GEM_VERSION = "0.20.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 = "20210820"
25
+ REVISION = "20211025"
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
 
@@ -6191,6 +6227,7 @@ module Google
6191
6227
  property :security_settings, as: 'securitySettings', class: Google::Apis::ComputeBeta::SecuritySettings, decorator: Google::Apis::ComputeBeta::SecuritySettings::Representation
6192
6228
 
6193
6229
  property :self_link, as: 'selfLink'
6230
+ collection :service_bindings, as: 'serviceBindings'
6194
6231
  property :session_affinity, as: 'sessionAffinity'
6195
6232
  property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
6196
6233
 
@@ -9271,6 +9308,7 @@ module Google
9271
9308
  property :peer_ip_address, as: 'peerIpAddress'
9272
9309
  property :provisioned_link_count, as: 'provisionedLinkCount'
9273
9310
  property :requested_link_count, as: 'requestedLinkCount'
9311
+ property :satisfies_pzs, as: 'satisfiesPzs'
9274
9312
  property :self_link, as: 'selfLink'
9275
9313
  property :state, as: 'state'
9276
9314
  end
@@ -9307,6 +9345,7 @@ module Google
9307
9345
 
9308
9346
  property :region, as: 'region'
9309
9347
  property :router, as: 'router'
9348
+ property :satisfies_pzs, as: 'satisfiesPzs'
9310
9349
  property :self_link, as: 'selfLink'
9311
9350
  property :state, as: 'state'
9312
9351
  property :type, as: 'type'
@@ -9535,6 +9574,7 @@ module Google
9535
9574
 
9536
9575
  property :self_link, as: 'selfLink'
9537
9576
  property :status, as: 'status'
9577
+ property :supports_pzs, as: 'supportsPzs'
9538
9578
  end
9539
9579
  end
9540
9580
 
@@ -9704,6 +9744,7 @@ module Google
9704
9744
  class Representation < Google::Apis::Core::JsonRepresentation
9705
9745
  hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::LocationPolicyLocation, decorator: Google::Apis::ComputeBeta::LocationPolicyLocation::Representation
9706
9746
 
9747
+ property :target_shape, as: 'targetShape'
9707
9748
  end
9708
9749
  end
9709
9750
 
@@ -11387,7 +11428,6 @@ module Google
11387
11428
  collection :bindings, as: 'bindings', class: Google::Apis::ComputeBeta::Binding, decorator: Google::Apis::ComputeBeta::Binding::Representation
11388
11429
 
11389
11430
  property :etag, :base64 => true, as: 'etag'
11390
- property :iam_owned, as: 'iamOwned'
11391
11431
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::Rule, decorator: Google::Apis::ComputeBeta::Rule::Representation
11392
11432
 
11393
11433
  property :version, as: 'version'
@@ -11976,6 +12016,14 @@ module Google
11976
12016
  end
11977
12017
  end
11978
12018
 
12019
+ class RegionInstanceGroupManagersResizeAdvancedRequest
12020
+ # @private
12021
+ class Representation < Google::Apis::Core::JsonRepresentation
12022
+ property :no_creation_retries, as: 'noCreationRetries'
12023
+ property :target_size, as: 'targetSize'
12024
+ end
12025
+ end
12026
+
11979
12027
  class RegionInstanceGroupManagersSetAutoHealingRequest
11980
12028
  # @private
11981
12029
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12517,6 +12565,8 @@ module Google
12517
12565
  class Route
12518
12566
  # @private
12519
12567
  class Representation < Google::Apis::Core::JsonRepresentation
12568
+ collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeBeta::RouteAsPath, decorator: Google::Apis::ComputeBeta::RouteAsPath::Representation
12569
+
12520
12570
  property :creation_timestamp, as: 'creationTimestamp'
12521
12571
  property :description, as: 'description'
12522
12572
  property :dest_range, as: 'destRange'
@@ -12533,6 +12583,7 @@ module Google
12533
12583
  property :next_hop_peering, as: 'nextHopPeering'
12534
12584
  property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
12535
12585
  property :priority, as: 'priority'
12586
+ property :route_type, as: 'routeType'
12536
12587
  property :self_link, as: 'selfLink'
12537
12588
  collection :tags, as: 'tags'
12538
12589
  collection :warnings, as: 'warnings', class: Google::Apis::ComputeBeta::Route::Warning, decorator: Google::Apis::ComputeBeta::Route::Warning::Representation
@@ -12558,6 +12609,14 @@ module Google
12558
12609
  end
12559
12610
  end
12560
12611
 
12612
+ class RouteAsPath
12613
+ # @private
12614
+ class Representation < Google::Apis::Core::JsonRepresentation
12615
+ collection :as_lists, as: 'asLists'
12616
+ property :path_segment_type, as: 'pathSegmentType'
12617
+ end
12618
+ end
12619
+
12561
12620
  class RouteList
12562
12621
  # @private
12563
12622
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12747,18 +12806,23 @@ module Google
12747
12806
  # @private
12748
12807
  class Representation < Google::Apis::Core::JsonRepresentation
12749
12808
  collection :drain_nat_ips, as: 'drainNatIps'
12809
+ property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
12750
12810
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
12751
12811
  property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
12752
12812
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::RouterNatLogConfig, decorator: Google::Apis::ComputeBeta::RouterNatLogConfig::Representation
12753
12813
 
12814
+ property :max_ports_per_vm, as: 'maxPortsPerVm'
12754
12815
  property :min_ports_per_vm, as: 'minPortsPerVm'
12755
12816
  property :name, as: 'name'
12756
12817
  property :nat_ip_allocate_option, as: 'natIpAllocateOption'
12757
12818
  collection :nat_ips, as: 'natIps'
12819
+ collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::RouterNatRule, decorator: Google::Apis::ComputeBeta::RouterNatRule::Representation
12820
+
12758
12821
  property :source_subnetwork_ip_ranges_to_nat, as: 'sourceSubnetworkIpRangesToNat'
12759
12822
  collection :subnetworks, as: 'subnetworks', class: Google::Apis::ComputeBeta::RouterNatSubnetworkToNat, decorator: Google::Apis::ComputeBeta::RouterNatSubnetworkToNat::Representation
12760
12823
 
12761
12824
  property :tcp_established_idle_timeout_sec, as: 'tcpEstablishedIdleTimeoutSec'
12825
+ property :tcp_time_wait_timeout_sec, as: 'tcpTimeWaitTimeoutSec'
12762
12826
  property :tcp_transitory_idle_timeout_sec, as: 'tcpTransitoryIdleTimeoutSec'
12763
12827
  property :udp_idle_timeout_sec, as: 'udpIdleTimeoutSec'
12764
12828
  end
@@ -12772,6 +12836,25 @@ module Google
12772
12836
  end
12773
12837
  end
12774
12838
 
12839
+ class RouterNatRule
12840
+ # @private
12841
+ class Representation < Google::Apis::Core::JsonRepresentation
12842
+ property :action, as: 'action', class: Google::Apis::ComputeBeta::RouterNatRuleAction, decorator: Google::Apis::ComputeBeta::RouterNatRuleAction::Representation
12843
+
12844
+ property :description, as: 'description'
12845
+ property :match, as: 'match'
12846
+ property :rule_number, as: 'ruleNumber'
12847
+ end
12848
+ end
12849
+
12850
+ class RouterNatRuleAction
12851
+ # @private
12852
+ class Representation < Google::Apis::Core::JsonRepresentation
12853
+ collection :source_nat_active_ips, as: 'sourceNatActiveIps'
12854
+ collection :source_nat_drain_ips, as: 'sourceNatDrainIps'
12855
+ end
12856
+ end
12857
+
12775
12858
  class RouterNatSubnetworkToNat
12776
12859
  # @private
12777
12860
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12825,11 +12908,24 @@ module Google
12825
12908
  property :min_extra_nat_ips_needed, as: 'minExtraNatIpsNeeded'
12826
12909
  property :name, as: 'name'
12827
12910
  property :num_vm_endpoints_with_nat_mappings, as: 'numVmEndpointsWithNatMappings'
12911
+ collection :rule_status, as: 'ruleStatus', class: Google::Apis::ComputeBeta::RouterStatusNatStatusNatRuleStatus, decorator: Google::Apis::ComputeBeta::RouterStatusNatStatusNatRuleStatus::Representation
12912
+
12828
12913
  collection :user_allocated_nat_ip_resources, as: 'userAllocatedNatIpResources'
12829
12914
  collection :user_allocated_nat_ips, as: 'userAllocatedNatIps'
12830
12915
  end
12831
12916
  end
12832
12917
 
12918
+ class RouterStatusNatStatusNatRuleStatus
12919
+ # @private
12920
+ class Representation < Google::Apis::Core::JsonRepresentation
12921
+ collection :active_nat_ips, as: 'activeNatIps'
12922
+ collection :drain_nat_ips, as: 'drainNatIps'
12923
+ property :min_extra_ips_needed, as: 'minExtraIpsNeeded'
12924
+ property :num_vm_endpoints_with_nat_mappings, as: 'numVmEndpointsWithNatMappings'
12925
+ property :rule_number, as: 'ruleNumber'
12926
+ end
12927
+ end
12928
+
12833
12929
  class RouterStatusResponse
12834
12930
  # @private
12835
12931
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13361,11 +13457,20 @@ module Google
13361
13457
  class ShareSettings
13362
13458
  # @private
13363
13459
  class Representation < Google::Apis::Core::JsonRepresentation
13460
+ hash :project_map, as: 'projectMap', class: Google::Apis::ComputeBeta::ShareSettingsProjectConfig, decorator: Google::Apis::ComputeBeta::ShareSettingsProjectConfig::Representation
13461
+
13364
13462
  collection :projects, as: 'projects'
13365
13463
  property :share_type, as: 'shareType'
13366
13464
  end
13367
13465
  end
13368
13466
 
13467
+ class ShareSettingsProjectConfig
13468
+ # @private
13469
+ class Representation < Google::Apis::Core::JsonRepresentation
13470
+ property :project_id, as: 'projectId'
13471
+ end
13472
+ end
13473
+
13369
13474
  class ShieldedInstanceConfig
13370
13475
  # @private
13371
13476
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13955,6 +14060,7 @@ module Google
13955
14060
  # @private
13956
14061
  class Representation < Google::Apis::Core::JsonRepresentation
13957
14062
  property :policy, as: 'policy'
14063
+ property :subset_size, as: 'subsetSize'
13958
14064
  end
13959
14065
  end
13960
14066
 
@@ -14994,6 +15100,7 @@ module Google
14994
15100
  class ValidateUrlMapsRequest
14995
15101
  # @private
14996
15102
  class Representation < Google::Apis::Core::JsonRepresentation
15103
+ collection :load_balancing_schemes, as: 'loadBalancingSchemes'
14997
15104
  property :resource, as: 'resource', class: Google::Apis::ComputeBeta::UrlMap, decorator: Google::Apis::ComputeBeta::UrlMap::Representation
14998
15105
 
14999
15106
  end