google-apis-compute_alpha 0.75.0 → 0.77.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 ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230801"
25
+ REVISION = "20230829"
26
26
  end
27
27
  end
28
28
  end
@@ -604,6 +604,24 @@ module Google
604
604
  include Google::Apis::Core::JsonObjectSupport
605
605
  end
606
606
 
607
+ class BgpRoute
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class BgpRouteAsPath
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class BgpRouteNetworkLayerReachabilityInformation
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
607
625
  class Binding
608
626
  class Representation < Google::Apis::Core::JsonRepresentation; end
609
627
 
@@ -5176,6 +5194,18 @@ module Google
5176
5194
  include Google::Apis::Core::JsonObjectSupport
5177
5195
  end
5178
5196
 
5197
+ class RoutePolicy
5198
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5199
+
5200
+ include Google::Apis::Core::JsonObjectSupport
5201
+ end
5202
+
5203
+ class RoutePolicyPolicyTerm
5204
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5205
+
5206
+ include Google::Apis::Core::JsonObjectSupport
5207
+ end
5208
+
5179
5209
  class Router
5180
5210
  class Representation < Google::Apis::Core::JsonRepresentation; end
5181
5211
 
@@ -5320,6 +5350,48 @@ module Google
5320
5350
  include Google::Apis::Core::JsonObjectSupport
5321
5351
  end
5322
5352
 
5353
+ class RoutersGetRoutePolicyResponse
5354
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5355
+
5356
+ include Google::Apis::Core::JsonObjectSupport
5357
+ end
5358
+
5359
+ class RoutersListBgpRoutes
5360
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5361
+
5362
+ class Warning
5363
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5364
+
5365
+ class Datum
5366
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5367
+
5368
+ include Google::Apis::Core::JsonObjectSupport
5369
+ end
5370
+
5371
+ include Google::Apis::Core::JsonObjectSupport
5372
+ end
5373
+
5374
+ include Google::Apis::Core::JsonObjectSupport
5375
+ end
5376
+
5377
+ class RoutersListRoutePolicies
5378
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5379
+
5380
+ class Warning
5381
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5382
+
5383
+ class Datum
5384
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5385
+
5386
+ include Google::Apis::Core::JsonObjectSupport
5387
+ end
5388
+
5389
+ include Google::Apis::Core::JsonObjectSupport
5390
+ end
5391
+
5392
+ include Google::Apis::Core::JsonObjectSupport
5393
+ end
5394
+
5323
5395
  class RoutersPreviewResponse
5324
5396
  class Representation < Google::Apis::Core::JsonRepresentation; end
5325
5397
 
@@ -5740,6 +5812,12 @@ module Google
5740
5812
  include Google::Apis::Core::JsonObjectSupport
5741
5813
  end
5742
5814
 
5815
+ class ServiceAttachmentTunnelingConfig
5816
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5817
+
5818
+ include Google::Apis::Core::JsonObjectSupport
5819
+ end
5820
+
5743
5821
  class ServiceAttachmentsScopedList
5744
5822
  class Representation < Google::Apis::Core::JsonRepresentation; end
5745
5823
 
@@ -8283,6 +8361,8 @@ module Google
8283
8361
  # @private
8284
8362
  class Representation < Google::Apis::Core::JsonRepresentation
8285
8363
  property :id, as: 'id'
8364
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::BackendService, decorator: Google::Apis::ComputeAlpha::BackendService::Representation
8365
+
8286
8366
  property :kind, as: 'kind'
8287
8367
  property :next_page_token, as: 'nextPageToken'
8288
8368
  property :self_link, as: 'selfLink'
@@ -8445,6 +8525,35 @@ module Google
8445
8525
  end
8446
8526
  end
8447
8527
 
8528
+ class BgpRoute
8529
+ # @private
8530
+ class Representation < Google::Apis::Core::JsonRepresentation
8531
+ collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeAlpha::BgpRouteAsPath, decorator: Google::Apis::ComputeAlpha::BgpRouteAsPath::Representation
8532
+
8533
+ collection :communities, as: 'communities'
8534
+ property :destination, as: 'destination', class: Google::Apis::ComputeAlpha::BgpRouteNetworkLayerReachabilityInformation, decorator: Google::Apis::ComputeAlpha::BgpRouteNetworkLayerReachabilityInformation::Representation
8535
+
8536
+ property :med, as: 'med'
8537
+ property :origin, as: 'origin'
8538
+ end
8539
+ end
8540
+
8541
+ class BgpRouteAsPath
8542
+ # @private
8543
+ class Representation < Google::Apis::Core::JsonRepresentation
8544
+ collection :asns, as: 'asns'
8545
+ property :type, as: 'type'
8546
+ end
8547
+ end
8548
+
8549
+ class BgpRouteNetworkLayerReachabilityInformation
8550
+ # @private
8551
+ class Representation < Google::Apis::Core::JsonRepresentation
8552
+ property :destination, as: 'destination'
8553
+ property :path_id, as: 'pathId'
8554
+ end
8555
+ end
8556
+
8448
8557
  class Binding
8449
8558
  # @private
8450
8559
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9612,6 +9721,7 @@ module Google
9612
9721
  property :all_ports, as: 'allPorts'
9613
9722
  property :allow_global_access, as: 'allowGlobalAccess'
9614
9723
  property :allow_psc_global_access, as: 'allowPscGlobalAccess'
9724
+ property :allow_psc_packet_injection, as: 'allowPscPacketInjection'
9615
9725
  property :backend_service, as: 'backendService'
9616
9726
  property :base_forwarding_rule, as: 'baseForwardingRule'
9617
9727
  property :creation_timestamp, as: 'creationTimestamp'
@@ -11243,6 +11353,7 @@ module Google
11243
11353
  property :name, as: 'name'
11244
11354
  property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
11245
11355
 
11356
+ property :resize_by, as: 'resizeBy'
11246
11357
  property :self_link, as: 'selfLink'
11247
11358
  property :self_link_with_id, as: 'selfLinkWithId'
11248
11359
  property :state, as: 'state'
@@ -11888,8 +11999,8 @@ module Google
11888
11999
  class InstanceSettingsMetadata
11889
12000
  # @private
11890
12001
  class Representation < Google::Apis::Core::JsonRepresentation
12002
+ hash :items, as: 'items'
11891
12003
  property :kind, as: 'kind'
11892
- hash :metadata, as: 'metadata'
11893
12004
  end
11894
12005
  end
11895
12006
 
@@ -14133,6 +14244,8 @@ module Google
14133
14244
  class NetworkRoutingConfig
14134
14245
  # @private
14135
14246
  class Representation < Google::Apis::Core::JsonRepresentation
14247
+ property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
14248
+ property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
14136
14249
  property :routing_mode, as: 'routingMode'
14137
14250
  end
14138
14251
  end
@@ -16953,6 +17066,28 @@ module Google
16953
17066
  end
16954
17067
  end
16955
17068
 
17069
+ class RoutePolicy
17070
+ # @private
17071
+ class Representation < Google::Apis::Core::JsonRepresentation
17072
+ property :fingerprint, :base64 => true, as: 'fingerprint'
17073
+ property :name, as: 'name'
17074
+ collection :terms, as: 'terms', class: Google::Apis::ComputeAlpha::RoutePolicyPolicyTerm, decorator: Google::Apis::ComputeAlpha::RoutePolicyPolicyTerm::Representation
17075
+
17076
+ property :type, as: 'type'
17077
+ end
17078
+ end
17079
+
17080
+ class RoutePolicyPolicyTerm
17081
+ # @private
17082
+ class Representation < Google::Apis::Core::JsonRepresentation
17083
+ collection :actions, as: 'actions', class: Google::Apis::ComputeAlpha::Expr, decorator: Google::Apis::ComputeAlpha::Expr::Representation
17084
+
17085
+ property :match, as: 'match', class: Google::Apis::ComputeAlpha::Expr, decorator: Google::Apis::ComputeAlpha::Expr::Representation
17086
+
17087
+ property :priority, as: 'priority'
17088
+ end
17089
+ end
17090
+
16956
17091
  class Router
16957
17092
  # @private
16958
17093
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17282,6 +17417,83 @@ module Google
17282
17417
  end
17283
17418
  end
17284
17419
 
17420
+ class RoutersGetRoutePolicyResponse
17421
+ # @private
17422
+ class Representation < Google::Apis::Core::JsonRepresentation
17423
+ property :etag, as: 'etag'
17424
+ property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::RoutePolicy, decorator: Google::Apis::ComputeAlpha::RoutePolicy::Representation
17425
+
17426
+ end
17427
+ end
17428
+
17429
+ class RoutersListBgpRoutes
17430
+ # @private
17431
+ class Representation < Google::Apis::Core::JsonRepresentation
17432
+ property :etag, as: 'etag'
17433
+ property :id, as: 'id'
17434
+ property :kind, as: 'kind'
17435
+ property :next_page_token, as: 'nextPageToken'
17436
+ collection :result, as: 'result', class: Google::Apis::ComputeAlpha::BgpRoute, decorator: Google::Apis::ComputeAlpha::BgpRoute::Representation
17437
+
17438
+ property :self_link, as: 'selfLink'
17439
+ collection :unreachable, as: 'unreachable'
17440
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Representation
17441
+
17442
+ end
17443
+
17444
+ class Warning
17445
+ # @private
17446
+ class Representation < Google::Apis::Core::JsonRepresentation
17447
+ property :code, as: 'code'
17448
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Datum::Representation
17449
+
17450
+ property :message, as: 'message'
17451
+ end
17452
+
17453
+ class Datum
17454
+ # @private
17455
+ class Representation < Google::Apis::Core::JsonRepresentation
17456
+ property :key, as: 'key'
17457
+ property :value, as: 'value'
17458
+ end
17459
+ end
17460
+ end
17461
+ end
17462
+
17463
+ class RoutersListRoutePolicies
17464
+ # @private
17465
+ class Representation < Google::Apis::Core::JsonRepresentation
17466
+ property :etag, as: 'etag'
17467
+ property :id, as: 'id'
17468
+ property :kind, as: 'kind'
17469
+ property :next_page_token, as: 'nextPageToken'
17470
+ collection :result, as: 'result', class: Google::Apis::ComputeAlpha::RoutePolicy, decorator: Google::Apis::ComputeAlpha::RoutePolicy::Representation
17471
+
17472
+ property :self_link, as: 'selfLink'
17473
+ collection :unreachable, as: 'unreachable'
17474
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Representation
17475
+
17476
+ end
17477
+
17478
+ class Warning
17479
+ # @private
17480
+ class Representation < Google::Apis::Core::JsonRepresentation
17481
+ property :code, as: 'code'
17482
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Datum::Representation
17483
+
17484
+ property :message, as: 'message'
17485
+ end
17486
+
17487
+ class Datum
17488
+ # @private
17489
+ class Representation < Google::Apis::Core::JsonRepresentation
17490
+ property :key, as: 'key'
17491
+ property :value, as: 'value'
17492
+ end
17493
+ end
17494
+ end
17495
+ end
17496
+
17285
17497
  class RoutersPreviewResponse
17286
17498
  # @private
17287
17499
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17987,6 +18199,8 @@ module Google
17987
18199
  property :region, as: 'region'
17988
18200
  property :self_link, as: 'selfLink'
17989
18201
  property :target_service, as: 'targetService'
18202
+ property :tunneling_config, as: 'tunnelingConfig', class: Google::Apis::ComputeAlpha::ServiceAttachmentTunnelingConfig, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentTunnelingConfig::Representation
18203
+
17990
18204
  end
17991
18205
  end
17992
18206
 
@@ -18074,6 +18288,14 @@ module Google
18074
18288
  end
18075
18289
  end
18076
18290
 
18291
+ class ServiceAttachmentTunnelingConfig
18292
+ # @private
18293
+ class Representation < Google::Apis::Core::JsonRepresentation
18294
+ property :encapsulation_profile, as: 'encapsulationProfile'
18295
+ property :routing_mode, as: 'routingMode'
18296
+ end
18297
+ end
18298
+
18077
18299
  class ServiceAttachmentsScopedList
18078
18300
  # @private
18079
18301
  class Representation < Google::Apis::Core::JsonRepresentation