google-apis-compute_beta 0.53.0 → 0.55.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.
@@ -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.53.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221026"
25
+ REVISION = "20221205"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module ComputeBeta
24
24
 
25
+ class Awsv4Signature
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class AcceleratorConfig
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -2530,6 +2536,72 @@ module Google
2530
2536
  include Google::Apis::Core::JsonObjectSupport
2531
2537
  end
2532
2538
 
2539
+ class NetworkAttachment
2540
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2541
+
2542
+ include Google::Apis::Core::JsonObjectSupport
2543
+ end
2544
+
2545
+ class NetworkAttachmentAggregatedList
2546
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2547
+
2548
+ class Warning
2549
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2550
+
2551
+ class Datum
2552
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2553
+
2554
+ include Google::Apis::Core::JsonObjectSupport
2555
+ end
2556
+
2557
+ include Google::Apis::Core::JsonObjectSupport
2558
+ end
2559
+
2560
+ include Google::Apis::Core::JsonObjectSupport
2561
+ end
2562
+
2563
+ class NetworkAttachmentConnectedEndpoint
2564
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2565
+
2566
+ include Google::Apis::Core::JsonObjectSupport
2567
+ end
2568
+
2569
+ class NetworkAttachmentList
2570
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2571
+
2572
+ class Warning
2573
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2574
+
2575
+ class Datum
2576
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2577
+
2578
+ include Google::Apis::Core::JsonObjectSupport
2579
+ end
2580
+
2581
+ include Google::Apis::Core::JsonObjectSupport
2582
+ end
2583
+
2584
+ include Google::Apis::Core::JsonObjectSupport
2585
+ end
2586
+
2587
+ class NetworkAttachmentsScopedList
2588
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2589
+
2590
+ class Warning
2591
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2592
+
2593
+ class Datum
2594
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2595
+
2596
+ include Google::Apis::Core::JsonObjectSupport
2597
+ end
2598
+
2599
+ include Google::Apis::Core::JsonObjectSupport
2600
+ end
2601
+
2602
+ include Google::Apis::Core::JsonObjectSupport
2603
+ end
2604
+
2533
2605
  class NetworkEdgeSecurityService
2534
2606
  class Representation < Google::Apis::Core::JsonRepresentation; end
2535
2607
 
@@ -4000,6 +4072,12 @@ module Google
4000
4072
  include Google::Apis::Core::JsonObjectSupport
4001
4073
  end
4002
4074
 
4075
+ class ResourceStatusScheduling
4076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4077
+
4078
+ include Google::Apis::Core::JsonObjectSupport
4079
+ end
4080
+
4003
4081
  class RolloutPolicy
4004
4082
  class Representation < Google::Apis::Core::JsonRepresentation; end
4005
4083
 
@@ -4444,6 +4522,12 @@ module Google
4444
4522
  include Google::Apis::Core::JsonObjectSupport
4445
4523
  end
4446
4524
 
4525
+ class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
4526
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4527
+
4528
+ include Google::Apis::Core::JsonObjectSupport
4529
+ end
4530
+
4447
4531
  class SecurityPolicyRuleRateLimitOptionsThreshold
4448
4532
  class Representation < Google::Apis::Core::JsonRepresentation; end
4449
4533
 
@@ -5872,6 +5956,16 @@ module Google
5872
5956
  include Google::Apis::Core::JsonObjectSupport
5873
5957
  end
5874
5958
 
5959
+ class Awsv4Signature
5960
+ # @private
5961
+ class Representation < Google::Apis::Core::JsonRepresentation
5962
+ property :access_key, as: 'accessKey'
5963
+ property :access_key_id, as: 'accessKeyId'
5964
+ property :access_key_version, as: 'accessKeyVersion'
5965
+ property :origin_region, as: 'originRegion'
5966
+ end
5967
+ end
5968
+
5875
5969
  class AcceleratorConfig
5876
5970
  # @private
5877
5971
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7877,6 +7971,7 @@ module Google
7877
7971
  property :all_ports, as: 'allPorts'
7878
7972
  property :allow_global_access, as: 'allowGlobalAccess'
7879
7973
  property :backend_service, as: 'backendService'
7974
+ property :base_forwarding_rule, as: 'baseForwardingRule'
7880
7975
  property :creation_timestamp, as: 'creationTimestamp'
7881
7976
  property :description, as: 'description'
7882
7977
  property :fingerprint, :base64 => true, as: 'fingerprint'
@@ -8609,6 +8704,7 @@ module Google
8609
8704
  property :ignore_case, as: 'ignoreCase'
8610
8705
  collection :metadata_filters, as: 'metadataFilters', class: Google::Apis::ComputeBeta::MetadataFilter, decorator: Google::Apis::ComputeBeta::MetadataFilter::Representation
8611
8706
 
8707
+ property :path_template_match, as: 'pathTemplateMatch'
8612
8708
  property :prefix_match, as: 'prefixMatch'
8613
8709
  collection :query_parameter_matches, as: 'queryParameterMatches', class: Google::Apis::ComputeBeta::HttpQueryParameterMatch, decorator: Google::Apis::ComputeBeta::HttpQueryParameterMatch::Representation
8614
8710
 
@@ -8802,6 +8898,8 @@ module Google
8802
8898
 
8803
8899
  property :hostname, as: 'hostname'
8804
8900
  property :id, :numeric_string => true, as: 'id'
8901
+ property :instance_encryption_key, as: 'instanceEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
8902
+
8805
8903
  property :key_revocation_action_type, as: 'keyRevocationActionType'
8806
8904
  property :kind, as: 'kind'
8807
8905
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
@@ -10047,6 +10145,8 @@ module Google
10047
10145
  class Representation < Google::Apis::Core::JsonRepresentation
10048
10146
  collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry::Representation
10049
10147
 
10148
+ property :bundle_aggregation_type, as: 'bundleAggregationType'
10149
+ property :bundle_operational_status, as: 'bundleOperationalStatus'
10050
10150
  collection :links, as: 'links', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus::Representation
10051
10151
 
10052
10152
  property :mac_address, as: 'macAddress'
@@ -10087,6 +10187,7 @@ module Google
10087
10187
  property :google_demarc, as: 'googleDemarc'
10088
10188
  property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus::Representation
10089
10189
 
10190
+ property :operational_status, as: 'operationalStatus'
10090
10191
  property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
10091
10192
 
10092
10193
  property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
@@ -10729,6 +10830,131 @@ module Google
10729
10830
  end
10730
10831
  end
10731
10832
 
10833
+ class NetworkAttachment
10834
+ # @private
10835
+ class Representation < Google::Apis::Core::JsonRepresentation
10836
+ collection :connection_endpoints, as: 'connectionEndpoints', class: Google::Apis::ComputeBeta::NetworkAttachmentConnectedEndpoint, decorator: Google::Apis::ComputeBeta::NetworkAttachmentConnectedEndpoint::Representation
10837
+
10838
+ property :connection_preference, as: 'connectionPreference'
10839
+ property :creation_timestamp, as: 'creationTimestamp'
10840
+ property :description, as: 'description'
10841
+ property :fingerprint, :base64 => true, as: 'fingerprint'
10842
+ property :id, :numeric_string => true, as: 'id'
10843
+ property :kind, as: 'kind'
10844
+ property :name, as: 'name'
10845
+ property :network, as: 'network'
10846
+ collection :producer_accept_lists, as: 'producerAcceptLists'
10847
+ collection :producer_reject_lists, as: 'producerRejectLists'
10848
+ property :region, as: 'region'
10849
+ property :self_link, as: 'selfLink'
10850
+ property :self_link_with_id, as: 'selfLinkWithId'
10851
+ collection :subnetworks, as: 'subnetworks'
10852
+ end
10853
+ end
10854
+
10855
+ class NetworkAttachmentAggregatedList
10856
+ # @private
10857
+ class Representation < Google::Apis::Core::JsonRepresentation
10858
+ property :id, as: 'id'
10859
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList, decorator: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Representation
10860
+
10861
+ property :kind, as: 'kind'
10862
+ property :next_page_token, as: 'nextPageToken'
10863
+ property :self_link, as: 'selfLink'
10864
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning::Representation
10865
+
10866
+ end
10867
+
10868
+ class Warning
10869
+ # @private
10870
+ class Representation < Google::Apis::Core::JsonRepresentation
10871
+ property :code, as: 'code'
10872
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning::Datum::Representation
10873
+
10874
+ property :message, as: 'message'
10875
+ end
10876
+
10877
+ class Datum
10878
+ # @private
10879
+ class Representation < Google::Apis::Core::JsonRepresentation
10880
+ property :key, as: 'key'
10881
+ property :value, as: 'value'
10882
+ end
10883
+ end
10884
+ end
10885
+ end
10886
+
10887
+ class NetworkAttachmentConnectedEndpoint
10888
+ # @private
10889
+ class Representation < Google::Apis::Core::JsonRepresentation
10890
+ property :ip_address, as: 'ipAddress'
10891
+ property :project_id_or_num, as: 'projectIdOrNum'
10892
+ collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
10893
+ property :status, as: 'status'
10894
+ property :subnetwork, as: 'subnetwork'
10895
+ end
10896
+ end
10897
+
10898
+ class NetworkAttachmentList
10899
+ # @private
10900
+ class Representation < Google::Apis::Core::JsonRepresentation
10901
+ property :id, as: 'id'
10902
+ collection :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkAttachment, decorator: Google::Apis::ComputeBeta::NetworkAttachment::Representation
10903
+
10904
+ property :kind, as: 'kind'
10905
+ property :next_page_token, as: 'nextPageToken'
10906
+ property :self_link, as: 'selfLink'
10907
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning, decorator: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning::Representation
10908
+
10909
+ end
10910
+
10911
+ class Warning
10912
+ # @private
10913
+ class Representation < Google::Apis::Core::JsonRepresentation
10914
+ property :code, as: 'code'
10915
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning::Datum::Representation
10916
+
10917
+ property :message, as: 'message'
10918
+ end
10919
+
10920
+ class Datum
10921
+ # @private
10922
+ class Representation < Google::Apis::Core::JsonRepresentation
10923
+ property :key, as: 'key'
10924
+ property :value, as: 'value'
10925
+ end
10926
+ end
10927
+ end
10928
+ end
10929
+
10930
+ class NetworkAttachmentsScopedList
10931
+ # @private
10932
+ class Representation < Google::Apis::Core::JsonRepresentation
10933
+ collection :network_attachments, as: 'networkAttachments', class: Google::Apis::ComputeBeta::NetworkAttachment, decorator: Google::Apis::ComputeBeta::NetworkAttachment::Representation
10934
+
10935
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning::Representation
10936
+
10937
+ end
10938
+
10939
+ class Warning
10940
+ # @private
10941
+ class Representation < Google::Apis::Core::JsonRepresentation
10942
+ property :code, as: 'code'
10943
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning::Datum::Representation
10944
+
10945
+ property :message, as: 'message'
10946
+ end
10947
+
10948
+ class Datum
10949
+ # @private
10950
+ class Representation < Google::Apis::Core::JsonRepresentation
10951
+ property :key, as: 'key'
10952
+ property :value, as: 'value'
10953
+ end
10954
+ end
10955
+ end
10956
+ end
10957
+
10732
10958
  class NetworkEdgeSecurityService
10733
10959
  # @private
10734
10960
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12238,6 +12464,7 @@ module Google
12238
12464
  property :self_link, as: 'selfLink'
12239
12465
  property :usage_export_location, as: 'usageExportLocation', class: Google::Apis::ComputeBeta::UsageExportLocation, decorator: Google::Apis::ComputeBeta::UsageExportLocation::Representation
12240
12466
 
12467
+ property :vm_dns_setting, as: 'vmDnsSetting'
12241
12468
  property :xpn_project_status, as: 'xpnProjectStatus'
12242
12469
  end
12243
12470
  end
@@ -13350,6 +13577,15 @@ module Google
13350
13577
  # @private
13351
13578
  class Representation < Google::Apis::Core::JsonRepresentation
13352
13579
  property :physical_host, as: 'physicalHost'
13580
+ property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::ResourceStatusScheduling, decorator: Google::Apis::ComputeBeta::ResourceStatusScheduling::Representation
13581
+
13582
+ end
13583
+ end
13584
+
13585
+ class ResourceStatusScheduling
13586
+ # @private
13587
+ class Representation < Google::Apis::Core::JsonRepresentation
13588
+ property :termination_timestamp, as: 'terminationTimestamp'
13353
13589
  end
13354
13590
  end
13355
13591
 
@@ -14230,6 +14466,8 @@ module Google
14230
14466
 
14231
14467
  property :conform_action, as: 'conformAction'
14232
14468
  property :enforce_on_key, as: 'enforceOnKey'
14469
+ collection :enforce_on_key_configs, as: 'enforceOnKeyConfigs', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig::Representation
14470
+
14233
14471
  property :enforce_on_key_name, as: 'enforceOnKeyName'
14234
14472
  property :exceed_action, as: 'exceedAction'
14235
14473
  property :exceed_redirect_options, as: 'exceedRedirectOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions::Representation
@@ -14239,6 +14477,14 @@ module Google
14239
14477
  end
14240
14478
  end
14241
14479
 
14480
+ class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
14481
+ # @private
14482
+ class Representation < Google::Apis::Core::JsonRepresentation
14483
+ property :enforce_on_key_name, as: 'enforceOnKeyName'
14484
+ property :enforce_on_key_type, as: 'enforceOnKeyType'
14485
+ end
14486
+ end
14487
+
14242
14488
  class SecurityPolicyRuleRateLimitOptionsThreshold
14243
14489
  # @private
14244
14490
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14259,6 +14505,8 @@ module Google
14259
14505
  # @private
14260
14506
  class Representation < Google::Apis::Core::JsonRepresentation
14261
14507
  property :authentication, as: 'authentication'
14508
+ property :aws_v4_authentication, as: 'awsV4Authentication', class: Google::Apis::ComputeBeta::Awsv4Signature, decorator: Google::Apis::ComputeBeta::Awsv4Signature::Representation
14509
+
14262
14510
  property :client_tls_policy, as: 'clientTlsPolicy'
14263
14511
  collection :subject_alt_names, as: 'subjectAltNames'
14264
14512
  end
@@ -14363,6 +14611,7 @@ module Google
14363
14611
  # @private
14364
14612
  class Representation < Google::Apis::Core::JsonRepresentation
14365
14613
  property :connection_limit, as: 'connectionLimit'
14614
+ property :network_url, as: 'networkUrl'
14366
14615
  property :project_id_or_num, as: 'projectIdOrNum'
14367
14616
  end
14368
14617
  end
@@ -16237,6 +16486,7 @@ module Google
16237
16486
  class Representation < Google::Apis::Core::JsonRepresentation
16238
16487
  property :host_rewrite, as: 'hostRewrite'
16239
16488
  property :path_prefix_rewrite, as: 'pathPrefixRewrite'
16489
+ property :path_template_rewrite, as: 'pathTemplateRewrite'
16240
16490
  end
16241
16491
  end
16242
16492