google-apis-compute_v1 0.54.0 → 0.56.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 +8 -0
- data/lib/google/apis/compute_v1/classes.rb +836 -72
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +294 -0
- data/lib/google/apis/compute_v1/service.rb +572 -9
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20221126"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2458,6 +2458,72 @@ module Google
|
|
2458
2458
|
include Google::Apis::Core::JsonObjectSupport
|
2459
2459
|
end
|
2460
2460
|
|
2461
|
+
class NetworkAttachment
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
|
+
|
2464
|
+
include Google::Apis::Core::JsonObjectSupport
|
2465
|
+
end
|
2466
|
+
|
2467
|
+
class NetworkAttachmentAggregatedList
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
|
+
|
2470
|
+
class Warning
|
2471
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2472
|
+
|
2473
|
+
class Datum
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2475
|
+
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
2477
|
+
end
|
2478
|
+
|
2479
|
+
include Google::Apis::Core::JsonObjectSupport
|
2480
|
+
end
|
2481
|
+
|
2482
|
+
include Google::Apis::Core::JsonObjectSupport
|
2483
|
+
end
|
2484
|
+
|
2485
|
+
class NetworkAttachmentConnectedEndpoint
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2491
|
+
class NetworkAttachmentList
|
2492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
|
+
|
2494
|
+
class Warning
|
2495
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2496
|
+
|
2497
|
+
class Datum
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2499
|
+
|
2500
|
+
include Google::Apis::Core::JsonObjectSupport
|
2501
|
+
end
|
2502
|
+
|
2503
|
+
include Google::Apis::Core::JsonObjectSupport
|
2504
|
+
end
|
2505
|
+
|
2506
|
+
include Google::Apis::Core::JsonObjectSupport
|
2507
|
+
end
|
2508
|
+
|
2509
|
+
class NetworkAttachmentsScopedList
|
2510
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2511
|
+
|
2512
|
+
class Warning
|
2513
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2514
|
+
|
2515
|
+
class Datum
|
2516
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
|
+
|
2518
|
+
include Google::Apis::Core::JsonObjectSupport
|
2519
|
+
end
|
2520
|
+
|
2521
|
+
include Google::Apis::Core::JsonObjectSupport
|
2522
|
+
end
|
2523
|
+
|
2524
|
+
include Google::Apis::Core::JsonObjectSupport
|
2525
|
+
end
|
2526
|
+
|
2461
2527
|
class NetworkEdgeSecurityService
|
2462
2528
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
2529
|
|
@@ -5092,6 +5158,24 @@ module Google
|
|
5092
5158
|
include Google::Apis::Core::JsonObjectSupport
|
5093
5159
|
end
|
5094
5160
|
|
5161
|
+
class TargetTcpProxiesScopedList
|
5162
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5163
|
+
|
5164
|
+
class Warning
|
5165
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5166
|
+
|
5167
|
+
class Datum
|
5168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5169
|
+
|
5170
|
+
include Google::Apis::Core::JsonObjectSupport
|
5171
|
+
end
|
5172
|
+
|
5173
|
+
include Google::Apis::Core::JsonObjectSupport
|
5174
|
+
end
|
5175
|
+
|
5176
|
+
include Google::Apis::Core::JsonObjectSupport
|
5177
|
+
end
|
5178
|
+
|
5095
5179
|
class TargetTcpProxiesSetBackendServiceRequest
|
5096
5180
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5097
5181
|
|
@@ -5110,6 +5194,24 @@ module Google
|
|
5110
5194
|
include Google::Apis::Core::JsonObjectSupport
|
5111
5195
|
end
|
5112
5196
|
|
5197
|
+
class TargetTcpProxyAggregatedList
|
5198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5199
|
+
|
5200
|
+
class Warning
|
5201
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5202
|
+
|
5203
|
+
class Datum
|
5204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5205
|
+
|
5206
|
+
include Google::Apis::Core::JsonObjectSupport
|
5207
|
+
end
|
5208
|
+
|
5209
|
+
include Google::Apis::Core::JsonObjectSupport
|
5210
|
+
end
|
5211
|
+
|
5212
|
+
include Google::Apis::Core::JsonObjectSupport
|
5213
|
+
end
|
5214
|
+
|
5113
5215
|
class TargetTcpProxyList
|
5114
5216
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5115
5217
|
|
@@ -9628,6 +9730,8 @@ module Google
|
|
9628
9730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9629
9731
|
collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeV1::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsArpEntry::Representation
|
9630
9732
|
|
9733
|
+
property :bundle_aggregation_type, as: 'bundleAggregationType'
|
9734
|
+
property :bundle_operational_status, as: 'bundleOperationalStatus'
|
9631
9735
|
collection :links, as: 'links', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkStatus::Representation
|
9632
9736
|
|
9633
9737
|
property :mac_address, as: 'macAddress'
|
@@ -9668,6 +9772,7 @@ module Google
|
|
9668
9772
|
property :google_demarc, as: 'googleDemarc'
|
9669
9773
|
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus::Representation
|
9670
9774
|
|
9775
|
+
property :operational_status, as: 'operationalStatus'
|
9671
9776
|
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower::Representation
|
9672
9777
|
|
9673
9778
|
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower::Representation
|
@@ -10309,6 +10414,131 @@ module Google
|
|
10309
10414
|
end
|
10310
10415
|
end
|
10311
10416
|
|
10417
|
+
class NetworkAttachment
|
10418
|
+
# @private
|
10419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10420
|
+
collection :connection_endpoints, as: 'connectionEndpoints', class: Google::Apis::ComputeV1::NetworkAttachmentConnectedEndpoint, decorator: Google::Apis::ComputeV1::NetworkAttachmentConnectedEndpoint::Representation
|
10421
|
+
|
10422
|
+
property :connection_preference, as: 'connectionPreference'
|
10423
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10424
|
+
property :description, as: 'description'
|
10425
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10426
|
+
property :id, :numeric_string => true, as: 'id'
|
10427
|
+
property :kind, as: 'kind'
|
10428
|
+
property :name, as: 'name'
|
10429
|
+
property :network, as: 'network'
|
10430
|
+
collection :producer_accept_lists, as: 'producerAcceptLists'
|
10431
|
+
collection :producer_reject_lists, as: 'producerRejectLists'
|
10432
|
+
property :region, as: 'region'
|
10433
|
+
property :self_link, as: 'selfLink'
|
10434
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10435
|
+
collection :subnetworks, as: 'subnetworks'
|
10436
|
+
end
|
10437
|
+
end
|
10438
|
+
|
10439
|
+
class NetworkAttachmentAggregatedList
|
10440
|
+
# @private
|
10441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10442
|
+
property :id, as: 'id'
|
10443
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::NetworkAttachmentsScopedList, decorator: Google::Apis::ComputeV1::NetworkAttachmentsScopedList::Representation
|
10444
|
+
|
10445
|
+
property :kind, as: 'kind'
|
10446
|
+
property :next_page_token, as: 'nextPageToken'
|
10447
|
+
property :self_link, as: 'selfLink'
|
10448
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::NetworkAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeV1::NetworkAttachmentAggregatedList::Warning::Representation
|
10449
|
+
|
10450
|
+
end
|
10451
|
+
|
10452
|
+
class Warning
|
10453
|
+
# @private
|
10454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10455
|
+
property :code, as: 'code'
|
10456
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::NetworkAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::NetworkAttachmentAggregatedList::Warning::Datum::Representation
|
10457
|
+
|
10458
|
+
property :message, as: 'message'
|
10459
|
+
end
|
10460
|
+
|
10461
|
+
class Datum
|
10462
|
+
# @private
|
10463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10464
|
+
property :key, as: 'key'
|
10465
|
+
property :value, as: 'value'
|
10466
|
+
end
|
10467
|
+
end
|
10468
|
+
end
|
10469
|
+
end
|
10470
|
+
|
10471
|
+
class NetworkAttachmentConnectedEndpoint
|
10472
|
+
# @private
|
10473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10474
|
+
property :ip_address, as: 'ipAddress'
|
10475
|
+
property :project_id_or_num, as: 'projectIdOrNum'
|
10476
|
+
collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
|
10477
|
+
property :status, as: 'status'
|
10478
|
+
property :subnetwork, as: 'subnetwork'
|
10479
|
+
end
|
10480
|
+
end
|
10481
|
+
|
10482
|
+
class NetworkAttachmentList
|
10483
|
+
# @private
|
10484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10485
|
+
property :id, as: 'id'
|
10486
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::NetworkAttachment, decorator: Google::Apis::ComputeV1::NetworkAttachment::Representation
|
10487
|
+
|
10488
|
+
property :kind, as: 'kind'
|
10489
|
+
property :next_page_token, as: 'nextPageToken'
|
10490
|
+
property :self_link, as: 'selfLink'
|
10491
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::NetworkAttachmentList::Warning, decorator: Google::Apis::ComputeV1::NetworkAttachmentList::Warning::Representation
|
10492
|
+
|
10493
|
+
end
|
10494
|
+
|
10495
|
+
class Warning
|
10496
|
+
# @private
|
10497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10498
|
+
property :code, as: 'code'
|
10499
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::NetworkAttachmentList::Warning::Datum, decorator: Google::Apis::ComputeV1::NetworkAttachmentList::Warning::Datum::Representation
|
10500
|
+
|
10501
|
+
property :message, as: 'message'
|
10502
|
+
end
|
10503
|
+
|
10504
|
+
class Datum
|
10505
|
+
# @private
|
10506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10507
|
+
property :key, as: 'key'
|
10508
|
+
property :value, as: 'value'
|
10509
|
+
end
|
10510
|
+
end
|
10511
|
+
end
|
10512
|
+
end
|
10513
|
+
|
10514
|
+
class NetworkAttachmentsScopedList
|
10515
|
+
# @private
|
10516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10517
|
+
collection :network_attachments, as: 'networkAttachments', class: Google::Apis::ComputeV1::NetworkAttachment, decorator: Google::Apis::ComputeV1::NetworkAttachment::Representation
|
10518
|
+
|
10519
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::NetworkAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeV1::NetworkAttachmentsScopedList::Warning::Representation
|
10520
|
+
|
10521
|
+
end
|
10522
|
+
|
10523
|
+
class Warning
|
10524
|
+
# @private
|
10525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10526
|
+
property :code, as: 'code'
|
10527
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::NetworkAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::NetworkAttachmentsScopedList::Warning::Datum::Representation
|
10528
|
+
|
10529
|
+
property :message, as: 'message'
|
10530
|
+
end
|
10531
|
+
|
10532
|
+
class Datum
|
10533
|
+
# @private
|
10534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10535
|
+
property :key, as: 'key'
|
10536
|
+
property :value, as: 'value'
|
10537
|
+
end
|
10538
|
+
end
|
10539
|
+
end
|
10540
|
+
end
|
10541
|
+
|
10312
10542
|
class NetworkEdgeSecurityService
|
10313
10543
|
# @private
|
10314
10544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11743,6 +11973,7 @@ module Google
|
|
11743
11973
|
property :self_link, as: 'selfLink'
|
11744
11974
|
property :usage_export_location, as: 'usageExportLocation', class: Google::Apis::ComputeV1::UsageExportLocation, decorator: Google::Apis::ComputeV1::UsageExportLocation::Representation
|
11745
11975
|
|
11976
|
+
property :vm_dns_setting, as: 'vmDnsSetting'
|
11746
11977
|
property :xpn_project_status, as: 'xpnProjectStatus'
|
11747
11978
|
end
|
11748
11979
|
end
|
@@ -12450,6 +12681,7 @@ module Google
|
|
12450
12681
|
property :id, :numeric_string => true, as: 'id'
|
12451
12682
|
property :kind, as: 'kind'
|
12452
12683
|
property :name, as: 'name'
|
12684
|
+
hash :resource_policies, as: 'resourcePolicies'
|
12453
12685
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
12454
12686
|
property :self_link, as: 'selfLink'
|
12455
12687
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
|
@@ -13746,6 +13978,7 @@ module Google
|
|
13746
13978
|
# @private
|
13747
13979
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13748
13980
|
property :connection_limit, as: 'connectionLimit'
|
13981
|
+
property :network_url, as: 'networkUrl'
|
13749
13982
|
property :project_id_or_num, as: 'projectIdOrNum'
|
13750
13983
|
end
|
13751
13984
|
end
|
@@ -15087,6 +15320,34 @@ module Google
|
|
15087
15320
|
end
|
15088
15321
|
end
|
15089
15322
|
|
15323
|
+
class TargetTcpProxiesScopedList
|
15324
|
+
# @private
|
15325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15326
|
+
collection :target_tcp_proxies, as: 'targetTcpProxies', class: Google::Apis::ComputeV1::TargetTcpProxy, decorator: Google::Apis::ComputeV1::TargetTcpProxy::Representation
|
15327
|
+
|
15328
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::TargetTcpProxiesScopedList::Warning, decorator: Google::Apis::ComputeV1::TargetTcpProxiesScopedList::Warning::Representation
|
15329
|
+
|
15330
|
+
end
|
15331
|
+
|
15332
|
+
class Warning
|
15333
|
+
# @private
|
15334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15335
|
+
property :code, as: 'code'
|
15336
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::TargetTcpProxiesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::TargetTcpProxiesScopedList::Warning::Datum::Representation
|
15337
|
+
|
15338
|
+
property :message, as: 'message'
|
15339
|
+
end
|
15340
|
+
|
15341
|
+
class Datum
|
15342
|
+
# @private
|
15343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15344
|
+
property :key, as: 'key'
|
15345
|
+
property :value, as: 'value'
|
15346
|
+
end
|
15347
|
+
end
|
15348
|
+
end
|
15349
|
+
end
|
15350
|
+
|
15090
15351
|
class TargetTcpProxiesSetBackendServiceRequest
|
15091
15352
|
# @private
|
15092
15353
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15117,6 +15378,39 @@ module Google
|
|
15117
15378
|
end
|
15118
15379
|
end
|
15119
15380
|
|
15381
|
+
class TargetTcpProxyAggregatedList
|
15382
|
+
# @private
|
15383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15384
|
+
property :id, as: 'id'
|
15385
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::TargetTcpProxiesScopedList, decorator: Google::Apis::ComputeV1::TargetTcpProxiesScopedList::Representation
|
15386
|
+
|
15387
|
+
property :kind, as: 'kind'
|
15388
|
+
property :next_page_token, as: 'nextPageToken'
|
15389
|
+
property :self_link, as: 'selfLink'
|
15390
|
+
collection :unreachables, as: 'unreachables'
|
15391
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::TargetTcpProxyAggregatedList::Warning, decorator: Google::Apis::ComputeV1::TargetTcpProxyAggregatedList::Warning::Representation
|
15392
|
+
|
15393
|
+
end
|
15394
|
+
|
15395
|
+
class Warning
|
15396
|
+
# @private
|
15397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15398
|
+
property :code, as: 'code'
|
15399
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::TargetTcpProxyAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::TargetTcpProxyAggregatedList::Warning::Datum::Representation
|
15400
|
+
|
15401
|
+
property :message, as: 'message'
|
15402
|
+
end
|
15403
|
+
|
15404
|
+
class Datum
|
15405
|
+
# @private
|
15406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15407
|
+
property :key, as: 'key'
|
15408
|
+
property :value, as: 'value'
|
15409
|
+
end
|
15410
|
+
end
|
15411
|
+
end
|
15412
|
+
end
|
15413
|
+
|
15120
15414
|
class TargetTcpProxyList
|
15121
15415
|
# @private
|
15122
15416
|
class Representation < Google::Apis::Core::JsonRepresentation
|