google-apis-compute_v1 0.79.0 → 0.81.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -472,6 +472,24 @@ module Google
472
472
  include Google::Apis::Core::JsonObjectSupport
473
473
  end
474
474
 
475
+ class BackendServiceListUsable
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ class Warning
479
+ class Representation < Google::Apis::Core::JsonRepresentation; end
480
+
481
+ class Datum
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ include Google::Apis::Core::JsonObjectSupport
488
+ end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
475
493
  class BackendServiceLocalityLoadBalancingPolicyConfig
476
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
477
495
 
@@ -502,6 +520,12 @@ module Google
502
520
  include Google::Apis::Core::JsonObjectSupport
503
521
  end
504
522
 
523
+ class BackendServiceUsedBy
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
505
529
  class BackendServicesScopedList
506
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
507
531
 
@@ -2260,6 +2284,12 @@ module Google
2260
2284
  include Google::Apis::Core::JsonObjectSupport
2261
2285
  end
2262
2286
 
2287
+ class InterconnectDiagnosticsMacsecStatus
2288
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2289
+
2290
+ include Google::Apis::Core::JsonObjectSupport
2291
+ end
2292
+
2263
2293
  class InterconnectList
2264
2294
  class Representation < Google::Apis::Core::JsonRepresentation; end
2265
2295
 
@@ -2308,6 +2338,30 @@ module Google
2308
2338
  include Google::Apis::Core::JsonObjectSupport
2309
2339
  end
2310
2340
 
2341
+ class InterconnectMacsec
2342
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2343
+
2344
+ include Google::Apis::Core::JsonObjectSupport
2345
+ end
2346
+
2347
+ class InterconnectMacsecConfig
2348
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2349
+
2350
+ include Google::Apis::Core::JsonObjectSupport
2351
+ end
2352
+
2353
+ class InterconnectMacsecConfigPreSharedKey
2354
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2355
+
2356
+ include Google::Apis::Core::JsonObjectSupport
2357
+ end
2358
+
2359
+ class InterconnectMacsecPreSharedKey
2360
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2361
+
2362
+ include Google::Apis::Core::JsonObjectSupport
2363
+ end
2364
+
2311
2365
  class InterconnectOutageNotification
2312
2366
  class Representation < Google::Apis::Core::JsonRepresentation; end
2313
2367
 
@@ -2362,6 +2416,12 @@ module Google
2362
2416
  include Google::Apis::Core::JsonObjectSupport
2363
2417
  end
2364
2418
 
2419
+ class InterconnectsGetMacsecConfigResponse
2420
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2421
+
2422
+ include Google::Apis::Core::JsonObjectSupport
2423
+ end
2424
+
2365
2425
  class License
2366
2426
  class Representation < Google::Apis::Core::JsonRepresentation; end
2367
2427
 
@@ -3898,6 +3958,18 @@ module Google
3898
3958
  include Google::Apis::Core::JsonObjectSupport
3899
3959
  end
3900
3960
 
3961
+ class RegionNetworkEndpointGroupsAttachEndpointsRequest
3962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3963
+
3964
+ include Google::Apis::Core::JsonObjectSupport
3965
+ end
3966
+
3967
+ class RegionNetworkEndpointGroupsDetachEndpointsRequest
3968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3969
+
3970
+ include Google::Apis::Core::JsonObjectSupport
3971
+ end
3972
+
3901
3973
  class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
3902
3974
  class Representation < Google::Apis::Core::JsonRepresentation; end
3903
3975
 
@@ -6808,6 +6880,8 @@ module Google
6808
6880
  property :subsetting, as: 'subsetting', class: Google::Apis::ComputeV1::Subsetting, decorator: Google::Apis::ComputeV1::Subsetting::Representation
6809
6881
 
6810
6882
  property :timeout_sec, as: 'timeoutSec'
6883
+ collection :used_by, as: 'usedBy', class: Google::Apis::ComputeV1::BackendServiceUsedBy, decorator: Google::Apis::ComputeV1::BackendServiceUsedBy::Representation
6884
+
6811
6885
  end
6812
6886
  end
6813
6887
 
@@ -6951,6 +7025,38 @@ module Google
6951
7025
  end
6952
7026
  end
6953
7027
 
7028
+ class BackendServiceListUsable
7029
+ # @private
7030
+ class Representation < Google::Apis::Core::JsonRepresentation
7031
+ property :id, as: 'id'
7032
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::BackendService, decorator: Google::Apis::ComputeV1::BackendService::Representation
7033
+
7034
+ property :kind, as: 'kind'
7035
+ property :next_page_token, as: 'nextPageToken'
7036
+ property :self_link, as: 'selfLink'
7037
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::BackendServiceListUsable::Warning, decorator: Google::Apis::ComputeV1::BackendServiceListUsable::Warning::Representation
7038
+
7039
+ end
7040
+
7041
+ class Warning
7042
+ # @private
7043
+ class Representation < Google::Apis::Core::JsonRepresentation
7044
+ property :code, as: 'code'
7045
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::BackendServiceListUsable::Warning::Datum, decorator: Google::Apis::ComputeV1::BackendServiceListUsable::Warning::Datum::Representation
7046
+
7047
+ property :message, as: 'message'
7048
+ end
7049
+
7050
+ class Datum
7051
+ # @private
7052
+ class Representation < Google::Apis::Core::JsonRepresentation
7053
+ property :key, as: 'key'
7054
+ property :value, as: 'value'
7055
+ end
7056
+ end
7057
+ end
7058
+ end
7059
+
6954
7060
  class BackendServiceLocalityLoadBalancingPolicyConfig
6955
7061
  # @private
6956
7062
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6993,6 +7099,13 @@ module Google
6993
7099
  end
6994
7100
  end
6995
7101
 
7102
+ class BackendServiceUsedBy
7103
+ # @private
7104
+ class Representation < Google::Apis::Core::JsonRepresentation
7105
+ property :reference, as: 'reference'
7106
+ end
7107
+ end
7108
+
6996
7109
  class BackendServicesScopedList
6997
7110
  # @private
6998
7111
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10083,6 +10196,7 @@ module Google
10083
10196
  # @private
10084
10197
  class Representation < Google::Apis::Core::JsonRepresentation
10085
10198
  property :admin_enabled, as: 'adminEnabled'
10199
+ collection :available_features, as: 'availableFeatures'
10086
10200
  collection :circuit_infos, as: 'circuitInfos', class: Google::Apis::ComputeV1::InterconnectCircuitInfo, decorator: Google::Apis::ComputeV1::InterconnectCircuitInfo::Representation
10087
10201
 
10088
10202
  property :creation_timestamp, as: 'creationTimestamp'
@@ -10100,12 +10214,16 @@ module Google
10100
10214
  hash :labels, as: 'labels'
10101
10215
  property :link_type, as: 'linkType'
10102
10216
  property :location, as: 'location'
10217
+ property :macsec, as: 'macsec', class: Google::Apis::ComputeV1::InterconnectMacsec, decorator: Google::Apis::ComputeV1::InterconnectMacsec::Representation
10218
+
10219
+ property :macsec_enabled, as: 'macsecEnabled'
10103
10220
  property :name, as: 'name'
10104
10221
  property :noc_contact_email, as: 'nocContactEmail'
10105
10222
  property :operational_status, as: 'operationalStatus'
10106
10223
  property :peer_ip_address, as: 'peerIpAddress'
10107
10224
  property :provisioned_link_count, as: 'provisionedLinkCount'
10108
10225
  property :remote_location, as: 'remoteLocation'
10226
+ collection :requested_features, as: 'requestedFeatures'
10109
10227
  property :requested_link_count, as: 'requestedLinkCount'
10110
10228
  property :satisfies_pzs, as: 'satisfiesPzs'
10111
10229
  property :self_link, as: 'selfLink'
@@ -10344,6 +10462,8 @@ module Google
10344
10462
  property :google_demarc, as: 'googleDemarc'
10345
10463
  property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus::Representation
10346
10464
 
10465
+ property :macsec, as: 'macsec', class: Google::Apis::ComputeV1::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsMacsecStatus::Representation
10466
+
10347
10467
  property :operational_status, as: 'operationalStatus'
10348
10468
  property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeV1::InterconnectDiagnosticsLinkOpticalPower::Representation
10349
10469
 
@@ -10352,6 +10472,14 @@ module Google
10352
10472
  end
10353
10473
  end
10354
10474
 
10475
+ class InterconnectDiagnosticsMacsecStatus
10476
+ # @private
10477
+ class Representation < Google::Apis::Core::JsonRepresentation
10478
+ property :ckn, as: 'ckn'
10479
+ property :operational, as: 'operational'
10480
+ end
10481
+ end
10482
+
10355
10483
  class InterconnectList
10356
10484
  # @private
10357
10485
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10389,6 +10517,8 @@ module Google
10389
10517
  class Representation < Google::Apis::Core::JsonRepresentation
10390
10518
  property :address, as: 'address'
10391
10519
  property :availability_zone, as: 'availabilityZone'
10520
+ collection :available_features, as: 'availableFeatures'
10521
+ collection :available_link_types, as: 'availableLinkTypes'
10392
10522
  property :city, as: 'city'
10393
10523
  property :continent, as: 'continent'
10394
10524
  property :creation_timestamp, as: 'creationTimestamp'
@@ -10448,6 +10578,41 @@ module Google
10448
10578
  end
10449
10579
  end
10450
10580
 
10581
+ class InterconnectMacsec
10582
+ # @private
10583
+ class Representation < Google::Apis::Core::JsonRepresentation
10584
+ property :fail_open, as: 'failOpen'
10585
+ collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeV1::InterconnectMacsecPreSharedKey, decorator: Google::Apis::ComputeV1::InterconnectMacsecPreSharedKey::Representation
10586
+
10587
+ end
10588
+ end
10589
+
10590
+ class InterconnectMacsecConfig
10591
+ # @private
10592
+ class Representation < Google::Apis::Core::JsonRepresentation
10593
+ collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeV1::InterconnectMacsecConfigPreSharedKey, decorator: Google::Apis::ComputeV1::InterconnectMacsecConfigPreSharedKey::Representation
10594
+
10595
+ end
10596
+ end
10597
+
10598
+ class InterconnectMacsecConfigPreSharedKey
10599
+ # @private
10600
+ class Representation < Google::Apis::Core::JsonRepresentation
10601
+ property :cak, as: 'cak'
10602
+ property :ckn, as: 'ckn'
10603
+ property :name, as: 'name'
10604
+ property :start_time, as: 'startTime'
10605
+ end
10606
+ end
10607
+
10608
+ class InterconnectMacsecPreSharedKey
10609
+ # @private
10610
+ class Representation < Google::Apis::Core::JsonRepresentation
10611
+ property :name, as: 'name'
10612
+ property :start_time, as: 'startTime'
10613
+ end
10614
+ end
10615
+
10451
10616
  class InterconnectOutageNotification
10452
10617
  # @private
10453
10618
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10556,6 +10721,15 @@ module Google
10556
10721
  end
10557
10722
  end
10558
10723
 
10724
+ class InterconnectsGetMacsecConfigResponse
10725
+ # @private
10726
+ class Representation < Google::Apis::Core::JsonRepresentation
10727
+ property :etag, as: 'etag'
10728
+ property :result, as: 'result', class: Google::Apis::ComputeV1::InterconnectMacsecConfig, decorator: Google::Apis::ComputeV1::InterconnectMacsecConfig::Representation
10729
+
10730
+ end
10731
+ end
10732
+
10559
10733
  class License
10560
10734
  # @private
10561
10735
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13344,6 +13518,22 @@ module Google
13344
13518
  end
13345
13519
  end
13346
13520
 
13521
+ class RegionNetworkEndpointGroupsAttachEndpointsRequest
13522
+ # @private
13523
+ class Representation < Google::Apis::Core::JsonRepresentation
13524
+ collection :network_endpoints, as: 'networkEndpoints', class: Google::Apis::ComputeV1::NetworkEndpoint, decorator: Google::Apis::ComputeV1::NetworkEndpoint::Representation
13525
+
13526
+ end
13527
+ end
13528
+
13529
+ class RegionNetworkEndpointGroupsDetachEndpointsRequest
13530
+ # @private
13531
+ class Representation < Google::Apis::Core::JsonRepresentation
13532
+ collection :network_endpoints, as: 'networkEndpoints', class: Google::Apis::ComputeV1::NetworkEndpoint, decorator: Google::Apis::ComputeV1::NetworkEndpoint::Representation
13533
+
13534
+ end
13535
+ end
13536
+
13347
13537
  class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
13348
13538
  # @private
13349
13539
  class Representation < Google::Apis::Core::JsonRepresentation