google-apis-compute_v1 0.55.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 +4 -0
- data/lib/google/apis/compute_v1/classes.rb +580 -33
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +197 -0
- data/lib/google/apis/compute_v1/service.rb +475 -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
|
|
@@ -9664,6 +9730,8 @@ module Google
|
|
9664
9730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9665
9731
|
collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeV1::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsArpEntry::Representation
|
9666
9732
|
|
9733
|
+
property :bundle_aggregation_type, as: 'bundleAggregationType'
|
9734
|
+
property :bundle_operational_status, as: 'bundleOperationalStatus'
|
9667
9735
|
collection :links, as: 'links', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkStatus::Representation
|
9668
9736
|
|
9669
9737
|
property :mac_address, as: 'macAddress'
|
@@ -9704,6 +9772,7 @@ module Google
|
|
9704
9772
|
property :google_demarc, as: 'googleDemarc'
|
9705
9773
|
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus::Representation
|
9706
9774
|
|
9775
|
+
property :operational_status, as: 'operationalStatus'
|
9707
9776
|
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower::Representation
|
9708
9777
|
|
9709
9778
|
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower::Representation
|
@@ -10345,6 +10414,131 @@ module Google
|
|
10345
10414
|
end
|
10346
10415
|
end
|
10347
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
|
+
|
10348
10542
|
class NetworkEdgeSecurityService
|
10349
10543
|
# @private
|
10350
10544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11779,6 +11973,7 @@ module Google
|
|
11779
11973
|
property :self_link, as: 'selfLink'
|
11780
11974
|
property :usage_export_location, as: 'usageExportLocation', class: Google::Apis::ComputeV1::UsageExportLocation, decorator: Google::Apis::ComputeV1::UsageExportLocation::Representation
|
11781
11975
|
|
11976
|
+
property :vm_dns_setting, as: 'vmDnsSetting'
|
11782
11977
|
property :xpn_project_status, as: 'xpnProjectStatus'
|
11783
11978
|
end
|
11784
11979
|
end
|
@@ -12486,6 +12681,7 @@ module Google
|
|
12486
12681
|
property :id, :numeric_string => true, as: 'id'
|
12487
12682
|
property :kind, as: 'kind'
|
12488
12683
|
property :name, as: 'name'
|
12684
|
+
hash :resource_policies, as: 'resourcePolicies'
|
12489
12685
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
12490
12686
|
property :self_link, as: 'selfLink'
|
12491
12687
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
|
@@ -13782,6 +13978,7 @@ module Google
|
|
13782
13978
|
# @private
|
13783
13979
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13784
13980
|
property :connection_limit, as: 'connectionLimit'
|
13981
|
+
property :network_url, as: 'networkUrl'
|
13785
13982
|
property :project_id_or_num, as: 'projectIdOrNum'
|
13786
13983
|
end
|
13787
13984
|
end
|