google-apis-networkconnectivity_v1 0.72.0 → 0.74.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1bdc6a1bf07c37e44e74e6f913f1b0ec5574140395ab1e258adc04fcb45a7f0
4
- data.tar.gz: 1caf0af9f2704c749438e7faf20e73e848634e238a786b58514956b26125b6f3
3
+ metadata.gz: c9ffcd164f233e7d3042e91f6dca90472c026e3657d2d8cad49b318915cead92
4
+ data.tar.gz: de2a050eac48f260a39eca417d8844dc706a6d325de32bcde3b31542f442c192
5
5
  SHA512:
6
- metadata.gz: 6ed7ec237042d1928b1ea9e3b47c3fcd3daf07a225b9692cced411119cc824f377407888700756db698624dad49cd799e040e8053af637410700cc150d0f0525
7
- data.tar.gz: b4d14ed2d6baa0889fdea32f5e5a774e25a44b25483e64607b1a6124f656c071e3531538482835707dacf8467fbb444c5c14c61d465ae7d9c1d3b3af8eea40f7
6
+ metadata.gz: dd2929a0de617b91785f258bc3b38c27656123685da0042c1f7922ab6819e336a9363300ab639b383031db51aaf3b28f7ff5a0e04553daa45ee959757386d7f1
7
+ data.tar.gz: 4fb1b168a423a14d26627ea3544448d78c0e4b0b73d21fd28f35145877d3b597f4a3f786d0b2b3e0d4380d0ae7a4ea4b10e8721996c392cd69a18c5c6f2dd91c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.74.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260326
6
+
7
+ ### v0.73.0 (2026-03-15)
8
+
9
+ * Regenerated from discovery document revision 20260309
10
+
3
11
  ### v0.72.0 (2026-02-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20260129
@@ -1753,6 +1753,24 @@ module Google
1753
1753
  class LinkedInterconnectAttachments
1754
1754
  include Google::Apis::Core::Hashable
1755
1755
 
1756
+ # Optional. Dynamic routes overlapped/encompassed by exclude export ranges are
1757
+ # excluded during export to hub.
1758
+ # Corresponds to the JSON property `excludeExportRanges`
1759
+ # @return [Array<String>]
1760
+ attr_accessor :exclude_export_ranges
1761
+
1762
+ # Optional. Hub routes overlapped/encompassed by exclude import ranges are
1763
+ # excluded during import from hub.
1764
+ # Corresponds to the JSON property `excludeImportRanges`
1765
+ # @return [Array<String>]
1766
+ attr_accessor :exclude_import_ranges
1767
+
1768
+ # Optional. Dynamic routes fully encompassed by include export ranges are
1769
+ # included during export to hub.
1770
+ # Corresponds to the JSON property `includeExportRanges`
1771
+ # @return [Array<String>]
1772
+ attr_accessor :include_export_ranges
1773
+
1756
1774
  # Optional. Hub routes fully encompassed by include import ranges are included
1757
1775
  # during import from hub.
1758
1776
  # Corresponds to the JSON property `includeImportRanges`
@@ -1784,6 +1802,9 @@ module Google
1784
1802
 
1785
1803
  # Update properties of this object
1786
1804
  def update!(**args)
1805
+ @exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
1806
+ @exclude_import_ranges = args[:exclude_import_ranges] if args.key?(:exclude_import_ranges)
1807
+ @include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
1787
1808
  @include_import_ranges = args[:include_import_ranges] if args.key?(:include_import_ranges)
1788
1809
  @site_to_site_data_transfer = args[:site_to_site_data_transfer] if args.key?(:site_to_site_data_transfer)
1789
1810
  @uris = args[:uris] if args.key?(:uris)
@@ -1864,6 +1885,24 @@ module Google
1864
1885
  class LinkedRouterApplianceInstances
1865
1886
  include Google::Apis::Core::Hashable
1866
1887
 
1888
+ # Optional. Dynamic routes overlapped/encompassed by exclude export ranges are
1889
+ # excluded during export to hub.
1890
+ # Corresponds to the JSON property `excludeExportRanges`
1891
+ # @return [Array<String>]
1892
+ attr_accessor :exclude_export_ranges
1893
+
1894
+ # Optional. Hub routes overlapped/encompassed by exclude import ranges are
1895
+ # excluded during import from hub.
1896
+ # Corresponds to the JSON property `excludeImportRanges`
1897
+ # @return [Array<String>]
1898
+ attr_accessor :exclude_import_ranges
1899
+
1900
+ # Optional. Dynamic routes fully encompassed by include export ranges are
1901
+ # included during export to hub.
1902
+ # Corresponds to the JSON property `includeExportRanges`
1903
+ # @return [Array<String>]
1904
+ attr_accessor :include_export_ranges
1905
+
1867
1906
  # Optional. Hub routes fully encompassed by include import ranges are included
1868
1907
  # during import from hub.
1869
1908
  # Corresponds to the JSON property `includeImportRanges`
@@ -1896,6 +1935,9 @@ module Google
1896
1935
 
1897
1936
  # Update properties of this object
1898
1937
  def update!(**args)
1938
+ @exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
1939
+ @exclude_import_ranges = args[:exclude_import_ranges] if args.key?(:exclude_import_ranges)
1940
+ @include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
1899
1941
  @include_import_ranges = args[:include_import_ranges] if args.key?(:include_import_ranges)
1900
1942
  @instances = args[:instances] if args.key?(:instances)
1901
1943
  @site_to_site_data_transfer = args[:site_to_site_data_transfer] if args.key?(:site_to_site_data_transfer)
@@ -1967,6 +2009,24 @@ module Google
1967
2009
  class LinkedVpnTunnels
1968
2010
  include Google::Apis::Core::Hashable
1969
2011
 
2012
+ # Optional. Dynamic routes overlapped/encompassed by exclude export ranges are
2013
+ # excluded during export to hub.
2014
+ # Corresponds to the JSON property `excludeExportRanges`
2015
+ # @return [Array<String>]
2016
+ attr_accessor :exclude_export_ranges
2017
+
2018
+ # Optional. Hub routes overlapped/encompassed by exclude import ranges are
2019
+ # excluded during import from hub.
2020
+ # Corresponds to the JSON property `excludeImportRanges`
2021
+ # @return [Array<String>]
2022
+ attr_accessor :exclude_import_ranges
2023
+
2024
+ # Optional. Dynamic routes fully encompassed by include export ranges are
2025
+ # included during export to hub.
2026
+ # Corresponds to the JSON property `includeExportRanges`
2027
+ # @return [Array<String>]
2028
+ attr_accessor :include_export_ranges
2029
+
1970
2030
  # Optional. Hub routes fully encompassed by include import ranges are included
1971
2031
  # during import from hub.
1972
2032
  # Corresponds to the JSON property `includeImportRanges`
@@ -1998,6 +2058,9 @@ module Google
1998
2058
 
1999
2059
  # Update properties of this object
2000
2060
  def update!(**args)
2061
+ @exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
2062
+ @exclude_import_ranges = args[:exclude_import_ranges] if args.key?(:exclude_import_ranges)
2063
+ @include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
2001
2064
  @include_import_ranges = args[:include_import_ranges] if args.key?(:include_import_ranges)
2002
2065
  @site_to_site_data_transfer = args[:site_to_site_data_transfer] if args.key?(:site_to_site_data_transfer)
2003
2066
  @uris = args[:uris] if args.key?(:uris)
@@ -2346,6 +2409,37 @@ module Google
2346
2409
  end
2347
2410
  end
2348
2411
 
2412
+ # Message for response to listing RemoteTransportProfiles
2413
+ class ListRemoteTransportProfilesResponse
2414
+ include Google::Apis::Core::Hashable
2415
+
2416
+ # A token identifying a page of results the server should return.
2417
+ # Corresponds to the JSON property `nextPageToken`
2418
+ # @return [String]
2419
+ attr_accessor :next_page_token
2420
+
2421
+ # The list of RemoteTransportProfiles.
2422
+ # Corresponds to the JSON property `remoteTransportProfiles`
2423
+ # @return [Array<Google::Apis::NetworkconnectivityV1::RemoteTransportProfile>]
2424
+ attr_accessor :remote_transport_profiles
2425
+
2426
+ # Unordered list. Locations that could not be reached.
2427
+ # Corresponds to the JSON property `unreachable`
2428
+ # @return [Array<String>]
2429
+ attr_accessor :unreachable
2430
+
2431
+ def initialize(**args)
2432
+ update!(**args)
2433
+ end
2434
+
2435
+ # Update properties of this object
2436
+ def update!(**args)
2437
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2438
+ @remote_transport_profiles = args[:remote_transport_profiles] if args.key?(:remote_transport_profiles)
2439
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2440
+ end
2441
+ end
2442
+
2349
2443
  # Response for HubService.ListRouteTables method.
2350
2444
  class ListRouteTablesResponse
2351
2445
  include Google::Apis::Core::Hashable
@@ -2573,6 +2667,37 @@ module Google
2573
2667
  end
2574
2668
  end
2575
2669
 
2670
+ # Message for response to listing Transports.
2671
+ class ListTransportsResponse
2672
+ include Google::Apis::Core::Hashable
2673
+
2674
+ # A token identifying a page of results the server should return.
2675
+ # Corresponds to the JSON property `nextPageToken`
2676
+ # @return [String]
2677
+ attr_accessor :next_page_token
2678
+
2679
+ # The list of Transport.
2680
+ # Corresponds to the JSON property `transports`
2681
+ # @return [Array<Google::Apis::NetworkconnectivityV1::Transport>]
2682
+ attr_accessor :transports
2683
+
2684
+ # Unordered list. Locations that could not be reached.
2685
+ # Corresponds to the JSON property `unreachable`
2686
+ # @return [Array<String>]
2687
+ attr_accessor :unreachable
2688
+
2689
+ def initialize(**args)
2690
+ update!(**args)
2691
+ end
2692
+
2693
+ # Update properties of this object
2694
+ def update!(**args)
2695
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2696
+ @transports = args[:transports] if args.key?(:transports)
2697
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2698
+ end
2699
+ end
2700
+
2576
2701
  # A resource that represents a Google Cloud location.
2577
2702
  class Location
2578
2703
  include Google::Apis::Core::Hashable
@@ -3696,6 +3821,85 @@ module Google
3696
3821
  end
3697
3822
  end
3698
3823
 
3824
+ # Message describing RemoteTransportProfile object.
3825
+ class RemoteTransportProfile
3826
+ include Google::Apis::Core::Hashable
3827
+
3828
+ # Output only. Description of the profile.
3829
+ # Corresponds to the JSON property `description`
3830
+ # @return [String]
3831
+ attr_accessor :description
3832
+
3833
+ # Output only. Human readable name of this profile, used to identify this
3834
+ # profile in the UI.
3835
+ # Corresponds to the JSON property `displayName`
3836
+ # @return [String]
3837
+ attr_accessor :display_name
3838
+
3839
+ # Output only. Type of provisioning flows supported by this profile.
3840
+ # Corresponds to the JSON property `flow`
3841
+ # @return [String]
3842
+ attr_accessor :flow
3843
+
3844
+ # Output only. Labels as key value pairs.
3845
+ # Corresponds to the JSON property `labels`
3846
+ # @return [Hash<String,String>]
3847
+ attr_accessor :labels
3848
+
3849
+ # Identifier. Name of the resource in the format of $provider-$site.
3850
+ # Corresponds to the JSON property `name`
3851
+ # @return [String]
3852
+ attr_accessor :name
3853
+
3854
+ # Output only. Order state for this profile.
3855
+ # Corresponds to the JSON property `orderState`
3856
+ # @return [String]
3857
+ attr_accessor :order_state
3858
+
3859
+ # Output only. Name of the provider on the other end of this profile. E.g. “
3860
+ # Amazon Web Services” or “Microsoft Azure”.
3861
+ # Corresponds to the JSON property `provider`
3862
+ # @return [String]
3863
+ attr_accessor :provider
3864
+
3865
+ # Output only. If the profile is a Cloud Service Provider with compute resources,
3866
+ # this is populated with the region where connectivity is being established. If
3867
+ # the profile provides facility-level selection, this is an identity of the
3868
+ # facility any connections on this profile are going through.
3869
+ # Corresponds to the JSON property `providerSite`
3870
+ # @return [String]
3871
+ attr_accessor :provider_site
3872
+
3873
+ # Output only. Availability class that will be configured for this particular
3874
+ # RemoteTransportProfile.
3875
+ # Corresponds to the JSON property `sla`
3876
+ # @return [String]
3877
+ attr_accessor :sla
3878
+
3879
+ # Output only. List of bandwidth enum values that are supported by this profile.
3880
+ # Corresponds to the JSON property `supportedBandwidths`
3881
+ # @return [Array<String>]
3882
+ attr_accessor :supported_bandwidths
3883
+
3884
+ def initialize(**args)
3885
+ update!(**args)
3886
+ end
3887
+
3888
+ # Update properties of this object
3889
+ def update!(**args)
3890
+ @description = args[:description] if args.key?(:description)
3891
+ @display_name = args[:display_name] if args.key?(:display_name)
3892
+ @flow = args[:flow] if args.key?(:flow)
3893
+ @labels = args[:labels] if args.key?(:labels)
3894
+ @name = args[:name] if args.key?(:name)
3895
+ @order_state = args[:order_state] if args.key?(:order_state)
3896
+ @provider = args[:provider] if args.key?(:provider)
3897
+ @provider_site = args[:provider_site] if args.key?(:provider_site)
3898
+ @sla = args[:sla] if args.key?(:sla)
3899
+ @supported_bandwidths = args[:supported_bandwidths] if args.key?(:supported_bandwidths)
3900
+ end
3901
+ end
3902
+
3699
3903
  # A route defines a path from VM instances within a spoke to a specific
3700
3904
  # destination resource. Only VPC spokes have routes.
3701
3905
  class Route
@@ -4725,6 +4929,130 @@ module Google
4725
4929
  end
4726
4930
  end
4727
4931
 
4932
+ # Message describing Transport object.
4933
+ class Transport
4934
+ include Google::Apis::Core::Hashable
4935
+
4936
+ # Optional. List of IP Prefixes that will be advertised to the remote provider.
4937
+ # Both IPv4 and IPv6 addresses are supported.
4938
+ # Corresponds to the JSON property `advertisedRoutes`
4939
+ # @return [Array<String>]
4940
+ attr_accessor :advertised_routes
4941
+
4942
+ # Optional. Bandwidth of the Transport. This must be one of the supported
4943
+ # bandwidths for the remote profile, and must be set when no activation key is
4944
+ # being provided.
4945
+ # Corresponds to the JSON property `bandwidth`
4946
+ # @return [String]
4947
+ attr_accessor :bandwidth
4948
+
4949
+ # Output only. Create time stamp.
4950
+ # Corresponds to the JSON property `createTime`
4951
+ # @return [String]
4952
+ attr_accessor :create_time
4953
+
4954
+ # Optional. Description of the Transport.
4955
+ # Corresponds to the JSON property `description`
4956
+ # @return [String]
4957
+ attr_accessor :description
4958
+
4959
+ # Output only. Google-generated activation key. This is only output if the
4960
+ # selected profile supports an OUTPUT key flow. Inputting this to the provider
4961
+ # is only valid while the resource is in a PENDING_KEY state. Once the provider
4962
+ # has accepted the key, the resource will move to the CONFIGURING state.
4963
+ # Corresponds to the JSON property `generatedActivationKey`
4964
+ # @return [String]
4965
+ attr_accessor :generated_activation_key
4966
+
4967
+ # Optional. Labels as key value pairs.
4968
+ # Corresponds to the JSON property `labels`
4969
+ # @return [Hash<String,String>]
4970
+ attr_accessor :labels
4971
+
4972
+ # Output only. The maximum transmission unit (MTU) of a packet that can be sent
4973
+ # over this transport.
4974
+ # Corresponds to the JSON property `mtuLimit`
4975
+ # @return [Fixnum]
4976
+ attr_accessor :mtu_limit
4977
+
4978
+ # Identifier. Name of the resource.
4979
+ # Corresponds to the JSON property `name`
4980
+ # @return [String]
4981
+ attr_accessor :name
4982
+
4983
+ # Optional. Immutable. Resource URI of the Network that will be peered with this
4984
+ # Transport. This field must be provided during resource creation and cannot be
4985
+ # changed.
4986
+ # Corresponds to the JSON property `network`
4987
+ # @return [String]
4988
+ attr_accessor :network
4989
+
4990
+ # Output only. VPC Network URI that was created for the VPC Peering connection
4991
+ # to the provided `network`. If VPC Peering is disconnected, this can be used to
4992
+ # re-establish.
4993
+ # Corresponds to the JSON property `peeringNetwork`
4994
+ # @return [String]
4995
+ attr_accessor :peering_network
4996
+
4997
+ # Optional. Immutable. Key used for establishing a connection with the remote
4998
+ # transport. This key can only be provided if the profile supports an INPUT key
4999
+ # flow and the resource is in the PENDING_KEY state.
5000
+ # Corresponds to the JSON property `providedActivationKey`
5001
+ # @return [String]
5002
+ attr_accessor :provided_activation_key
5003
+
5004
+ # Optional. Immutable. The user supplied account id for the CSP associated with
5005
+ # the remote profile.
5006
+ # Corresponds to the JSON property `remoteAccountId`
5007
+ # @return [String]
5008
+ attr_accessor :remote_account_id
5009
+
5010
+ # Optional. Immutable. Name of the remoteTransportProfile that this Transport is
5011
+ # connecting to.
5012
+ # Corresponds to the JSON property `remoteProfile`
5013
+ # @return [String]
5014
+ attr_accessor :remote_profile
5015
+
5016
+ # Optional. IP version stack for the established connectivity.
5017
+ # Corresponds to the JSON property `stackType`
5018
+ # @return [String]
5019
+ attr_accessor :stack_type
5020
+
5021
+ # Output only. State of the underlying connectivity.
5022
+ # Corresponds to the JSON property `state`
5023
+ # @return [String]
5024
+ attr_accessor :state
5025
+
5026
+ # Output only. Update time stamp.
5027
+ # Corresponds to the JSON property `updateTime`
5028
+ # @return [String]
5029
+ attr_accessor :update_time
5030
+
5031
+ def initialize(**args)
5032
+ update!(**args)
5033
+ end
5034
+
5035
+ # Update properties of this object
5036
+ def update!(**args)
5037
+ @advertised_routes = args[:advertised_routes] if args.key?(:advertised_routes)
5038
+ @bandwidth = args[:bandwidth] if args.key?(:bandwidth)
5039
+ @create_time = args[:create_time] if args.key?(:create_time)
5040
+ @description = args[:description] if args.key?(:description)
5041
+ @generated_activation_key = args[:generated_activation_key] if args.key?(:generated_activation_key)
5042
+ @labels = args[:labels] if args.key?(:labels)
5043
+ @mtu_limit = args[:mtu_limit] if args.key?(:mtu_limit)
5044
+ @name = args[:name] if args.key?(:name)
5045
+ @network = args[:network] if args.key?(:network)
5046
+ @peering_network = args[:peering_network] if args.key?(:peering_network)
5047
+ @provided_activation_key = args[:provided_activation_key] if args.key?(:provided_activation_key)
5048
+ @remote_account_id = args[:remote_account_id] if args.key?(:remote_account_id)
5049
+ @remote_profile = args[:remote_profile] if args.key?(:remote_profile)
5050
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
5051
+ @state = args[:state] if args.key?(:state)
5052
+ @update_time = args[:update_time] if args.key?(:update_time)
5053
+ end
5054
+ end
5055
+
4728
5056
  # VM instances that this policy-based route applies to.
4729
5057
  class VirtualMachine
4730
5058
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_v1 gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260129"
25
+ REVISION = "20260326"
26
26
  end
27
27
  end
28
28
  end
@@ -310,6 +310,12 @@ module Google
310
310
  include Google::Apis::Core::JsonObjectSupport
311
311
  end
312
312
 
313
+ class ListRemoteTransportProfilesResponse
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
313
319
  class ListRouteTablesResponse
314
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
321
 
@@ -352,6 +358,12 @@ module Google
352
358
  include Google::Apis::Core::JsonObjectSupport
353
359
  end
354
360
 
361
+ class ListTransportsResponse
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
355
367
  class Location
356
368
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
369
 
@@ -484,6 +496,12 @@ module Google
484
496
  include Google::Apis::Core::JsonObjectSupport
485
497
  end
486
498
 
499
+ class RemoteTransportProfile
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
487
505
  class Route
488
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
507
 
@@ -604,6 +622,12 @@ module Google
604
622
  include Google::Apis::Core::JsonObjectSupport
605
623
  end
606
624
 
625
+ class Transport
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
607
631
  class VirtualMachine
608
632
  class Representation < Google::Apis::Core::JsonRepresentation; end
609
633
 
@@ -986,6 +1010,9 @@ module Google
986
1010
  class LinkedInterconnectAttachments
987
1011
  # @private
988
1012
  class Representation < Google::Apis::Core::JsonRepresentation
1013
+ collection :exclude_export_ranges, as: 'excludeExportRanges'
1014
+ collection :exclude_import_ranges, as: 'excludeImportRanges'
1015
+ collection :include_export_ranges, as: 'includeExportRanges'
989
1016
  collection :include_import_ranges, as: 'includeImportRanges'
990
1017
  property :site_to_site_data_transfer, as: 'siteToSiteDataTransfer'
991
1018
  collection :uris, as: 'uris'
@@ -1010,6 +1037,9 @@ module Google
1010
1037
  class LinkedRouterApplianceInstances
1011
1038
  # @private
1012
1039
  class Representation < Google::Apis::Core::JsonRepresentation
1040
+ collection :exclude_export_ranges, as: 'excludeExportRanges'
1041
+ collection :exclude_import_ranges, as: 'excludeImportRanges'
1042
+ collection :include_export_ranges, as: 'includeExportRanges'
1013
1043
  collection :include_import_ranges, as: 'includeImportRanges'
1014
1044
  collection :instances, as: 'instances', class: Google::Apis::NetworkconnectivityV1::RouterApplianceInstance, decorator: Google::Apis::NetworkconnectivityV1::RouterApplianceInstance::Representation
1015
1045
 
@@ -1033,6 +1063,9 @@ module Google
1033
1063
  class LinkedVpnTunnels
1034
1064
  # @private
1035
1065
  class Representation < Google::Apis::Core::JsonRepresentation
1066
+ collection :exclude_export_ranges, as: 'excludeExportRanges'
1067
+ collection :exclude_import_ranges, as: 'excludeImportRanges'
1068
+ collection :include_export_ranges, as: 'includeExportRanges'
1036
1069
  collection :include_import_ranges, as: 'includeImportRanges'
1037
1070
  property :site_to_site_data_transfer, as: 'siteToSiteDataTransfer'
1038
1071
  collection :uris, as: 'uris'
@@ -1148,6 +1181,16 @@ module Google
1148
1181
  end
1149
1182
  end
1150
1183
 
1184
+ class ListRemoteTransportProfilesResponse
1185
+ # @private
1186
+ class Representation < Google::Apis::Core::JsonRepresentation
1187
+ property :next_page_token, as: 'nextPageToken'
1188
+ collection :remote_transport_profiles, as: 'remoteTransportProfiles', class: Google::Apis::NetworkconnectivityV1::RemoteTransportProfile, decorator: Google::Apis::NetworkconnectivityV1::RemoteTransportProfile::Representation
1189
+
1190
+ collection :unreachable, as: 'unreachable'
1191
+ end
1192
+ end
1193
+
1151
1194
  class ListRouteTablesResponse
1152
1195
  # @private
1153
1196
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1218,6 +1261,16 @@ module Google
1218
1261
  end
1219
1262
  end
1220
1263
 
1264
+ class ListTransportsResponse
1265
+ # @private
1266
+ class Representation < Google::Apis::Core::JsonRepresentation
1267
+ property :next_page_token, as: 'nextPageToken'
1268
+ collection :transports, as: 'transports', class: Google::Apis::NetworkconnectivityV1::Transport, decorator: Google::Apis::NetworkconnectivityV1::Transport::Representation
1269
+
1270
+ collection :unreachable, as: 'unreachable'
1271
+ end
1272
+ end
1273
+
1221
1274
  class Location
1222
1275
  # @private
1223
1276
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1470,6 +1523,22 @@ module Google
1470
1523
  end
1471
1524
  end
1472
1525
 
1526
+ class RemoteTransportProfile
1527
+ # @private
1528
+ class Representation < Google::Apis::Core::JsonRepresentation
1529
+ property :description, as: 'description'
1530
+ property :display_name, as: 'displayName'
1531
+ property :flow, as: 'flow'
1532
+ hash :labels, as: 'labels'
1533
+ property :name, as: 'name'
1534
+ property :order_state, as: 'orderState'
1535
+ property :provider, as: 'provider'
1536
+ property :provider_site, as: 'providerSite'
1537
+ property :sla, as: 'sla'
1538
+ collection :supported_bandwidths, as: 'supportedBandwidths'
1539
+ end
1540
+ end
1541
+
1473
1542
  class Route
1474
1543
  # @private
1475
1544
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1720,6 +1789,28 @@ module Google
1720
1789
  end
1721
1790
  end
1722
1791
 
1792
+ class Transport
1793
+ # @private
1794
+ class Representation < Google::Apis::Core::JsonRepresentation
1795
+ collection :advertised_routes, as: 'advertisedRoutes'
1796
+ property :bandwidth, as: 'bandwidth'
1797
+ property :create_time, as: 'createTime'
1798
+ property :description, as: 'description'
1799
+ property :generated_activation_key, as: 'generatedActivationKey'
1800
+ hash :labels, as: 'labels'
1801
+ property :mtu_limit, as: 'mtuLimit'
1802
+ property :name, as: 'name'
1803
+ property :network, as: 'network'
1804
+ property :peering_network, as: 'peeringNetwork'
1805
+ property :provided_activation_key, as: 'providedActivationKey'
1806
+ property :remote_account_id, as: 'remoteAccountId'
1807
+ property :remote_profile, as: 'remoteProfile'
1808
+ property :stack_type, as: 'stackType'
1809
+ property :state, as: 'state'
1810
+ property :update_time, as: 'updateTime'
1811
+ end
1812
+ end
1813
+
1723
1814
  class VirtualMachine
1724
1815
  # @private
1725
1816
  class Representation < Google::Apis::Core::JsonRepresentation