google-apis-compute_beta 0.54.0 → 0.55.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.
|
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 = "
|
25
|
+
REVISION = "20221205"
|
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
|
|
@@ -4456,6 +4522,12 @@ module Google
|
|
4456
4522
|
include Google::Apis::Core::JsonObjectSupport
|
4457
4523
|
end
|
4458
4524
|
|
4525
|
+
class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
|
4526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4459
4531
|
class SecurityPolicyRuleRateLimitOptionsThreshold
|
4460
4532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4461
4533
|
|
@@ -7899,6 +7971,7 @@ module Google
|
|
7899
7971
|
property :all_ports, as: 'allPorts'
|
7900
7972
|
property :allow_global_access, as: 'allowGlobalAccess'
|
7901
7973
|
property :backend_service, as: 'backendService'
|
7974
|
+
property :base_forwarding_rule, as: 'baseForwardingRule'
|
7902
7975
|
property :creation_timestamp, as: 'creationTimestamp'
|
7903
7976
|
property :description, as: 'description'
|
7904
7977
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -8825,6 +8898,8 @@ module Google
|
|
8825
8898
|
|
8826
8899
|
property :hostname, as: 'hostname'
|
8827
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
|
+
|
8828
8903
|
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
8829
8904
|
property :kind, as: 'kind'
|
8830
8905
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
@@ -10070,6 +10145,8 @@ module Google
|
|
10070
10145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10071
10146
|
collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry::Representation
|
10072
10147
|
|
10148
|
+
property :bundle_aggregation_type, as: 'bundleAggregationType'
|
10149
|
+
property :bundle_operational_status, as: 'bundleOperationalStatus'
|
10073
10150
|
collection :links, as: 'links', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus::Representation
|
10074
10151
|
|
10075
10152
|
property :mac_address, as: 'macAddress'
|
@@ -10110,6 +10187,7 @@ module Google
|
|
10110
10187
|
property :google_demarc, as: 'googleDemarc'
|
10111
10188
|
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus::Representation
|
10112
10189
|
|
10190
|
+
property :operational_status, as: 'operationalStatus'
|
10113
10191
|
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
|
10114
10192
|
|
10115
10193
|
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
|
@@ -10752,6 +10830,131 @@ module Google
|
|
10752
10830
|
end
|
10753
10831
|
end
|
10754
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
|
+
|
10755
10958
|
class NetworkEdgeSecurityService
|
10756
10959
|
# @private
|
10757
10960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12261,6 +12464,7 @@ module Google
|
|
12261
12464
|
property :self_link, as: 'selfLink'
|
12262
12465
|
property :usage_export_location, as: 'usageExportLocation', class: Google::Apis::ComputeBeta::UsageExportLocation, decorator: Google::Apis::ComputeBeta::UsageExportLocation::Representation
|
12263
12466
|
|
12467
|
+
property :vm_dns_setting, as: 'vmDnsSetting'
|
12264
12468
|
property :xpn_project_status, as: 'xpnProjectStatus'
|
12265
12469
|
end
|
12266
12470
|
end
|
@@ -14262,6 +14466,8 @@ module Google
|
|
14262
14466
|
|
14263
14467
|
property :conform_action, as: 'conformAction'
|
14264
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
|
+
|
14265
14471
|
property :enforce_on_key_name, as: 'enforceOnKeyName'
|
14266
14472
|
property :exceed_action, as: 'exceedAction'
|
14267
14473
|
property :exceed_redirect_options, as: 'exceedRedirectOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions::Representation
|
@@ -14271,6 +14477,14 @@ module Google
|
|
14271
14477
|
end
|
14272
14478
|
end
|
14273
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
|
+
|
14274
14488
|
class SecurityPolicyRuleRateLimitOptionsThreshold
|
14275
14489
|
# @private
|
14276
14490
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14397,6 +14611,7 @@ module Google
|
|
14397
14611
|
# @private
|
14398
14612
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14399
14613
|
property :connection_limit, as: 'connectionLimit'
|
14614
|
+
property :network_url, as: 'networkUrl'
|
14400
14615
|
property :project_id_or_num, as: 'projectIdOrNum'
|
14401
14616
|
end
|
14402
14617
|
end
|