google-apis-compute_v1 0.79.0 → 0.80.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 +313 -22
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +125 -0
- data/lib/google/apis/compute_v1/service.rb +545 -41
- metadata +3 -3
@@ -2260,6 +2260,12 @@ module Google
|
|
2260
2260
|
include Google::Apis::Core::JsonObjectSupport
|
2261
2261
|
end
|
2262
2262
|
|
2263
|
+
class InterconnectDiagnosticsMacsecStatus
|
2264
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2265
|
+
|
2266
|
+
include Google::Apis::Core::JsonObjectSupport
|
2267
|
+
end
|
2268
|
+
|
2263
2269
|
class InterconnectList
|
2264
2270
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2265
2271
|
|
@@ -2308,6 +2314,30 @@ module Google
|
|
2308
2314
|
include Google::Apis::Core::JsonObjectSupport
|
2309
2315
|
end
|
2310
2316
|
|
2317
|
+
class InterconnectMacsec
|
2318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2319
|
+
|
2320
|
+
include Google::Apis::Core::JsonObjectSupport
|
2321
|
+
end
|
2322
|
+
|
2323
|
+
class InterconnectMacsecConfig
|
2324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2325
|
+
|
2326
|
+
include Google::Apis::Core::JsonObjectSupport
|
2327
|
+
end
|
2328
|
+
|
2329
|
+
class InterconnectMacsecConfigPreSharedKey
|
2330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2331
|
+
|
2332
|
+
include Google::Apis::Core::JsonObjectSupport
|
2333
|
+
end
|
2334
|
+
|
2335
|
+
class InterconnectMacsecPreSharedKey
|
2336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2337
|
+
|
2338
|
+
include Google::Apis::Core::JsonObjectSupport
|
2339
|
+
end
|
2340
|
+
|
2311
2341
|
class InterconnectOutageNotification
|
2312
2342
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2313
2343
|
|
@@ -2362,6 +2392,12 @@ module Google
|
|
2362
2392
|
include Google::Apis::Core::JsonObjectSupport
|
2363
2393
|
end
|
2364
2394
|
|
2395
|
+
class InterconnectsGetMacsecConfigResponse
|
2396
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2397
|
+
|
2398
|
+
include Google::Apis::Core::JsonObjectSupport
|
2399
|
+
end
|
2400
|
+
|
2365
2401
|
class License
|
2366
2402
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2367
2403
|
|
@@ -3898,6 +3934,18 @@ module Google
|
|
3898
3934
|
include Google::Apis::Core::JsonObjectSupport
|
3899
3935
|
end
|
3900
3936
|
|
3937
|
+
class RegionNetworkEndpointGroupsAttachEndpointsRequest
|
3938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3939
|
+
|
3940
|
+
include Google::Apis::Core::JsonObjectSupport
|
3941
|
+
end
|
3942
|
+
|
3943
|
+
class RegionNetworkEndpointGroupsDetachEndpointsRequest
|
3944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3945
|
+
|
3946
|
+
include Google::Apis::Core::JsonObjectSupport
|
3947
|
+
end
|
3948
|
+
|
3901
3949
|
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
3902
3950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3903
3951
|
|
@@ -10083,6 +10131,7 @@ module Google
|
|
10083
10131
|
# @private
|
10084
10132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10085
10133
|
property :admin_enabled, as: 'adminEnabled'
|
10134
|
+
collection :available_features, as: 'availableFeatures'
|
10086
10135
|
collection :circuit_infos, as: 'circuitInfos', class: Google::Apis::ComputeV1::InterconnectCircuitInfo, decorator: Google::Apis::ComputeV1::InterconnectCircuitInfo::Representation
|
10087
10136
|
|
10088
10137
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -10100,12 +10149,16 @@ module Google
|
|
10100
10149
|
hash :labels, as: 'labels'
|
10101
10150
|
property :link_type, as: 'linkType'
|
10102
10151
|
property :location, as: 'location'
|
10152
|
+
property :macsec, as: 'macsec', class: Google::Apis::ComputeV1::InterconnectMacsec, decorator: Google::Apis::ComputeV1::InterconnectMacsec::Representation
|
10153
|
+
|
10154
|
+
property :macsec_enabled, as: 'macsecEnabled'
|
10103
10155
|
property :name, as: 'name'
|
10104
10156
|
property :noc_contact_email, as: 'nocContactEmail'
|
10105
10157
|
property :operational_status, as: 'operationalStatus'
|
10106
10158
|
property :peer_ip_address, as: 'peerIpAddress'
|
10107
10159
|
property :provisioned_link_count, as: 'provisionedLinkCount'
|
10108
10160
|
property :remote_location, as: 'remoteLocation'
|
10161
|
+
collection :requested_features, as: 'requestedFeatures'
|
10109
10162
|
property :requested_link_count, as: 'requestedLinkCount'
|
10110
10163
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
10111
10164
|
property :self_link, as: 'selfLink'
|
@@ -10344,6 +10397,8 @@ module Google
|
|
10344
10397
|
property :google_demarc, as: 'googleDemarc'
|
10345
10398
|
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus::Representation
|
10346
10399
|
|
10400
|
+
property :macsec, as: 'macsec', class: Google::Apis::ComputeV1::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsMacsecStatus::Representation
|
10401
|
+
|
10347
10402
|
property :operational_status, as: 'operationalStatus'
|
10348
10403
|
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower::Representation
|
10349
10404
|
|
@@ -10352,6 +10407,14 @@ module Google
|
|
10352
10407
|
end
|
10353
10408
|
end
|
10354
10409
|
|
10410
|
+
class InterconnectDiagnosticsMacsecStatus
|
10411
|
+
# @private
|
10412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10413
|
+
property :ckn, as: 'ckn'
|
10414
|
+
property :operational, as: 'operational'
|
10415
|
+
end
|
10416
|
+
end
|
10417
|
+
|
10355
10418
|
class InterconnectList
|
10356
10419
|
# @private
|
10357
10420
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10389,6 +10452,8 @@ module Google
|
|
10389
10452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10390
10453
|
property :address, as: 'address'
|
10391
10454
|
property :availability_zone, as: 'availabilityZone'
|
10455
|
+
collection :available_features, as: 'availableFeatures'
|
10456
|
+
collection :available_link_types, as: 'availableLinkTypes'
|
10392
10457
|
property :city, as: 'city'
|
10393
10458
|
property :continent, as: 'continent'
|
10394
10459
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -10448,6 +10513,41 @@ module Google
|
|
10448
10513
|
end
|
10449
10514
|
end
|
10450
10515
|
|
10516
|
+
class InterconnectMacsec
|
10517
|
+
# @private
|
10518
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10519
|
+
property :fail_open, as: 'failOpen'
|
10520
|
+
collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeV1::InterconnectMacsecPreSharedKey, decorator: Google::Apis::ComputeV1::InterconnectMacsecPreSharedKey::Representation
|
10521
|
+
|
10522
|
+
end
|
10523
|
+
end
|
10524
|
+
|
10525
|
+
class InterconnectMacsecConfig
|
10526
|
+
# @private
|
10527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10528
|
+
collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeV1::InterconnectMacsecConfigPreSharedKey, decorator: Google::Apis::ComputeV1::InterconnectMacsecConfigPreSharedKey::Representation
|
10529
|
+
|
10530
|
+
end
|
10531
|
+
end
|
10532
|
+
|
10533
|
+
class InterconnectMacsecConfigPreSharedKey
|
10534
|
+
# @private
|
10535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10536
|
+
property :cak, as: 'cak'
|
10537
|
+
property :ckn, as: 'ckn'
|
10538
|
+
property :name, as: 'name'
|
10539
|
+
property :start_time, as: 'startTime'
|
10540
|
+
end
|
10541
|
+
end
|
10542
|
+
|
10543
|
+
class InterconnectMacsecPreSharedKey
|
10544
|
+
# @private
|
10545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10546
|
+
property :name, as: 'name'
|
10547
|
+
property :start_time, as: 'startTime'
|
10548
|
+
end
|
10549
|
+
end
|
10550
|
+
|
10451
10551
|
class InterconnectOutageNotification
|
10452
10552
|
# @private
|
10453
10553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10556,6 +10656,15 @@ module Google
|
|
10556
10656
|
end
|
10557
10657
|
end
|
10558
10658
|
|
10659
|
+
class InterconnectsGetMacsecConfigResponse
|
10660
|
+
# @private
|
10661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10662
|
+
property :etag, as: 'etag'
|
10663
|
+
property :result, as: 'result', class: Google::Apis::ComputeV1::InterconnectMacsecConfig, decorator: Google::Apis::ComputeV1::InterconnectMacsecConfig::Representation
|
10664
|
+
|
10665
|
+
end
|
10666
|
+
end
|
10667
|
+
|
10559
10668
|
class License
|
10560
10669
|
# @private
|
10561
10670
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13344,6 +13453,22 @@ module Google
|
|
13344
13453
|
end
|
13345
13454
|
end
|
13346
13455
|
|
13456
|
+
class RegionNetworkEndpointGroupsAttachEndpointsRequest
|
13457
|
+
# @private
|
13458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13459
|
+
collection :network_endpoints, as: 'networkEndpoints', class: Google::Apis::ComputeV1::NetworkEndpoint, decorator: Google::Apis::ComputeV1::NetworkEndpoint::Representation
|
13460
|
+
|
13461
|
+
end
|
13462
|
+
end
|
13463
|
+
|
13464
|
+
class RegionNetworkEndpointGroupsDetachEndpointsRequest
|
13465
|
+
# @private
|
13466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13467
|
+
collection :network_endpoints, as: 'networkEndpoints', class: Google::Apis::ComputeV1::NetworkEndpoint, decorator: Google::Apis::ComputeV1::NetworkEndpoint::Representation
|
13468
|
+
|
13469
|
+
end
|
13470
|
+
end
|
13471
|
+
|
13347
13472
|
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
13348
13473
|
# @private
|
13349
13474
|
class Representation < Google::Apis::Core::JsonRepresentation
|