google-apis-compute_beta 0.54.0 → 0.56.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.54.0"
19
+ GEM_VERSION = "0.56.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 = "20221101"
25
+ REVISION = "20221206"
26
26
  end
27
27
  end
28
28
  end
@@ -2536,6 +2536,72 @@ module Google
2536
2536
  include Google::Apis::Core::JsonObjectSupport
2537
2537
  end
2538
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
+
2539
2605
  class NetworkEdgeSecurityService
2540
2606
  class Representation < Google::Apis::Core::JsonRepresentation; end
2541
2607
 
@@ -2920,6 +2986,12 @@ module Google
2920
2986
  include Google::Apis::Core::JsonObjectSupport
2921
2987
  end
2922
2988
 
2989
+ class NodeGroupsSimulateMaintenanceEventRequest
2990
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2991
+
2992
+ include Google::Apis::Core::JsonObjectSupport
2993
+ end
2994
+
2923
2995
  class NodeTemplate
2924
2996
  class Representation < Google::Apis::Core::JsonRepresentation; end
2925
2997
 
@@ -4456,6 +4528,12 @@ module Google
4456
4528
  include Google::Apis::Core::JsonObjectSupport
4457
4529
  end
4458
4530
 
4531
+ class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
4532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4533
+
4534
+ include Google::Apis::Core::JsonObjectSupport
4535
+ end
4536
+
4459
4537
  class SecurityPolicyRuleRateLimitOptionsThreshold
4460
4538
  class Representation < Google::Apis::Core::JsonRepresentation; end
4461
4539
 
@@ -7899,6 +7977,7 @@ module Google
7899
7977
  property :all_ports, as: 'allPorts'
7900
7978
  property :allow_global_access, as: 'allowGlobalAccess'
7901
7979
  property :backend_service, as: 'backendService'
7980
+ property :base_forwarding_rule, as: 'baseForwardingRule'
7902
7981
  property :creation_timestamp, as: 'creationTimestamp'
7903
7982
  property :description, as: 'description'
7904
7983
  property :fingerprint, :base64 => true, as: 'fingerprint'
@@ -8825,6 +8904,8 @@ module Google
8825
8904
 
8826
8905
  property :hostname, as: 'hostname'
8827
8906
  property :id, :numeric_string => true, as: 'id'
8907
+ property :instance_encryption_key, as: 'instanceEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
8908
+
8828
8909
  property :key_revocation_action_type, as: 'keyRevocationActionType'
8829
8910
  property :kind, as: 'kind'
8830
8911
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
@@ -10070,6 +10151,8 @@ module Google
10070
10151
  class Representation < Google::Apis::Core::JsonRepresentation
10071
10152
  collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry::Representation
10072
10153
 
10154
+ property :bundle_aggregation_type, as: 'bundleAggregationType'
10155
+ property :bundle_operational_status, as: 'bundleOperationalStatus'
10073
10156
  collection :links, as: 'links', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus::Representation
10074
10157
 
10075
10158
  property :mac_address, as: 'macAddress'
@@ -10110,6 +10193,7 @@ module Google
10110
10193
  property :google_demarc, as: 'googleDemarc'
10111
10194
  property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus::Representation
10112
10195
 
10196
+ property :operational_status, as: 'operationalStatus'
10113
10197
  property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
10114
10198
 
10115
10199
  property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
@@ -10752,6 +10836,131 @@ module Google
10752
10836
  end
10753
10837
  end
10754
10838
 
10839
+ class NetworkAttachment
10840
+ # @private
10841
+ class Representation < Google::Apis::Core::JsonRepresentation
10842
+ collection :connection_endpoints, as: 'connectionEndpoints', class: Google::Apis::ComputeBeta::NetworkAttachmentConnectedEndpoint, decorator: Google::Apis::ComputeBeta::NetworkAttachmentConnectedEndpoint::Representation
10843
+
10844
+ property :connection_preference, as: 'connectionPreference'
10845
+ property :creation_timestamp, as: 'creationTimestamp'
10846
+ property :description, as: 'description'
10847
+ property :fingerprint, :base64 => true, as: 'fingerprint'
10848
+ property :id, :numeric_string => true, as: 'id'
10849
+ property :kind, as: 'kind'
10850
+ property :name, as: 'name'
10851
+ property :network, as: 'network'
10852
+ collection :producer_accept_lists, as: 'producerAcceptLists'
10853
+ collection :producer_reject_lists, as: 'producerRejectLists'
10854
+ property :region, as: 'region'
10855
+ property :self_link, as: 'selfLink'
10856
+ property :self_link_with_id, as: 'selfLinkWithId'
10857
+ collection :subnetworks, as: 'subnetworks'
10858
+ end
10859
+ end
10860
+
10861
+ class NetworkAttachmentAggregatedList
10862
+ # @private
10863
+ class Representation < Google::Apis::Core::JsonRepresentation
10864
+ property :id, as: 'id'
10865
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList, decorator: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Representation
10866
+
10867
+ property :kind, as: 'kind'
10868
+ property :next_page_token, as: 'nextPageToken'
10869
+ property :self_link, as: 'selfLink'
10870
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning::Representation
10871
+
10872
+ end
10873
+
10874
+ class Warning
10875
+ # @private
10876
+ class Representation < Google::Apis::Core::JsonRepresentation
10877
+ property :code, as: 'code'
10878
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkAttachmentAggregatedList::Warning::Datum::Representation
10879
+
10880
+ property :message, as: 'message'
10881
+ end
10882
+
10883
+ class Datum
10884
+ # @private
10885
+ class Representation < Google::Apis::Core::JsonRepresentation
10886
+ property :key, as: 'key'
10887
+ property :value, as: 'value'
10888
+ end
10889
+ end
10890
+ end
10891
+ end
10892
+
10893
+ class NetworkAttachmentConnectedEndpoint
10894
+ # @private
10895
+ class Representation < Google::Apis::Core::JsonRepresentation
10896
+ property :ip_address, as: 'ipAddress'
10897
+ property :project_id_or_num, as: 'projectIdOrNum'
10898
+ collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
10899
+ property :status, as: 'status'
10900
+ property :subnetwork, as: 'subnetwork'
10901
+ end
10902
+ end
10903
+
10904
+ class NetworkAttachmentList
10905
+ # @private
10906
+ class Representation < Google::Apis::Core::JsonRepresentation
10907
+ property :id, as: 'id'
10908
+ collection :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkAttachment, decorator: Google::Apis::ComputeBeta::NetworkAttachment::Representation
10909
+
10910
+ property :kind, as: 'kind'
10911
+ property :next_page_token, as: 'nextPageToken'
10912
+ property :self_link, as: 'selfLink'
10913
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning, decorator: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning::Representation
10914
+
10915
+ end
10916
+
10917
+ class Warning
10918
+ # @private
10919
+ class Representation < Google::Apis::Core::JsonRepresentation
10920
+ property :code, as: 'code'
10921
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkAttachmentList::Warning::Datum::Representation
10922
+
10923
+ property :message, as: 'message'
10924
+ end
10925
+
10926
+ class Datum
10927
+ # @private
10928
+ class Representation < Google::Apis::Core::JsonRepresentation
10929
+ property :key, as: 'key'
10930
+ property :value, as: 'value'
10931
+ end
10932
+ end
10933
+ end
10934
+ end
10935
+
10936
+ class NetworkAttachmentsScopedList
10937
+ # @private
10938
+ class Representation < Google::Apis::Core::JsonRepresentation
10939
+ collection :network_attachments, as: 'networkAttachments', class: Google::Apis::ComputeBeta::NetworkAttachment, decorator: Google::Apis::ComputeBeta::NetworkAttachment::Representation
10940
+
10941
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning::Representation
10942
+
10943
+ end
10944
+
10945
+ class Warning
10946
+ # @private
10947
+ class Representation < Google::Apis::Core::JsonRepresentation
10948
+ property :code, as: 'code'
10949
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkAttachmentsScopedList::Warning::Datum::Representation
10950
+
10951
+ property :message, as: 'message'
10952
+ end
10953
+
10954
+ class Datum
10955
+ # @private
10956
+ class Representation < Google::Apis::Core::JsonRepresentation
10957
+ property :key, as: 'key'
10958
+ property :value, as: 'value'
10959
+ end
10960
+ end
10961
+ end
10962
+ end
10963
+
10755
10964
  class NetworkEdgeSecurityService
10756
10965
  # @private
10757
10966
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11457,6 +11666,13 @@ module Google
11457
11666
  end
11458
11667
  end
11459
11668
 
11669
+ class NodeGroupsSimulateMaintenanceEventRequest
11670
+ # @private
11671
+ class Representation < Google::Apis::Core::JsonRepresentation
11672
+ collection :nodes, as: 'nodes'
11673
+ end
11674
+ end
11675
+
11460
11676
  class NodeTemplate
11461
11677
  # @private
11462
11678
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12261,6 +12477,7 @@ module Google
12261
12477
  property :self_link, as: 'selfLink'
12262
12478
  property :usage_export_location, as: 'usageExportLocation', class: Google::Apis::ComputeBeta::UsageExportLocation, decorator: Google::Apis::ComputeBeta::UsageExportLocation::Representation
12263
12479
 
12480
+ property :vm_dns_setting, as: 'vmDnsSetting'
12264
12481
  property :xpn_project_status, as: 'xpnProjectStatus'
12265
12482
  end
12266
12483
  end
@@ -14262,6 +14479,8 @@ module Google
14262
14479
 
14263
14480
  property :conform_action, as: 'conformAction'
14264
14481
  property :enforce_on_key, as: 'enforceOnKey'
14482
+ collection :enforce_on_key_configs, as: 'enforceOnKeyConfigs', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig::Representation
14483
+
14265
14484
  property :enforce_on_key_name, as: 'enforceOnKeyName'
14266
14485
  property :exceed_action, as: 'exceedAction'
14267
14486
  property :exceed_redirect_options, as: 'exceedRedirectOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions::Representation
@@ -14271,6 +14490,14 @@ module Google
14271
14490
  end
14272
14491
  end
14273
14492
 
14493
+ class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
14494
+ # @private
14495
+ class Representation < Google::Apis::Core::JsonRepresentation
14496
+ property :enforce_on_key_name, as: 'enforceOnKeyName'
14497
+ property :enforce_on_key_type, as: 'enforceOnKeyType'
14498
+ end
14499
+ end
14500
+
14274
14501
  class SecurityPolicyRuleRateLimitOptionsThreshold
14275
14502
  # @private
14276
14503
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14397,6 +14624,7 @@ module Google
14397
14624
  # @private
14398
14625
  class Representation < Google::Apis::Core::JsonRepresentation
14399
14626
  property :connection_limit, as: 'connectionLimit'
14627
+ property :network_url, as: 'networkUrl'
14400
14628
  property :project_id_or_num, as: 'projectIdOrNum'
14401
14629
  end
14402
14630
  end