diff --git a/clients/network_management/README.md b/clients/network_management/README.md index 4a9fe16abe..3576d27e13 100644 --- a/clients/network_management/README.md +++ b/clients/network_management/README.md @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding ```elixir def deps do - [{:google_api_network_management, "~> 0.37"}] + [{:google_api_network_management, "~> 0.38"}] end ``` diff --git a/clients/network_management/lib/google_api/network_management/v1beta1/metadata.ex b/clients/network_management/lib/google_api/network_management/v1beta1/metadata.ex index 0dae77d9e9..9b7276253e 100644 --- a/clients/network_management/lib/google_api/network_management/v1beta1/metadata.ex +++ b/clients/network_management/lib/google_api/network_management/v1beta1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1 do API client metadata for GoogleApi.NetworkManagement.V1beta1. """ - @discovery_revision "20241202" + @discovery_revision "20241210" def discovery_revision(), do: @discovery_revision end diff --git a/clients/network_management/lib/google_api/network_management/v1beta1/model/route_info.ex b/clients/network_management/lib/google_api/network_management/v1beta1/model/route_info.ex index 48a0c05dba..d59d529128 100644 --- a/clients/network_management/lib/google_api/network_management/v1beta1/model/route_info.ex +++ b/clients/network_management/lib/google_api/network_management/v1beta1/model/route_info.ex @@ -21,25 +21,30 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo do ## Attributes - * `advertisedRouteNextHopUri` (*type:* `String.t`, *default:* `nil`) - For advertised routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network. - * `advertisedRouteSourceRouterUri` (*type:* `String.t`, *default:* `nil`) - For advertised dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix. + * `advertisedRouteNextHopUri` (*type:* `String.t`, *default:* `nil`) - For ADVERTISED routes, the URI of their next hop, i.e. the URI of the hybrid endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the advertised prefix is advertised through, or URI of the source peered network. Deprecated in favor of the next_hop_uri field, not used in new tests. + * `advertisedRouteSourceRouterUri` (*type:* `String.t`, *default:* `nil`) - For ADVERTISED dynamic routes, the URI of the Cloud Router that advertised the corresponding IP prefix. * `destIpRange` (*type:* `String.t`, *default:* `nil`) - Destination IP range of the route. - * `destPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Destination port ranges of the route. Policy based routes only. + * `destPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Destination port ranges of the route. POLICY_BASED routes only. * `displayName` (*type:* `String.t`, *default:* `nil`) - Name of a route. * `instanceTags` (*type:* `list(String.t)`, *default:* `nil`) - Instance tags of the route. - * `nccHubUri` (*type:* `String.t`, *default:* `nil`) - URI of a NCC Hub. NCC_HUB routes only. - * `nccSpokeUri` (*type:* `String.t`, *default:* `nil`) - URI of a NCC Spoke. NCC_HUB routes only. - * `networkUri` (*type:* `String.t`, *default:* `nil`) - URI of a Compute Engine network. NETWORK routes only. - * `nextHop` (*type:* `String.t`, *default:* `nil`) - Next hop of the route. + * `nccHubRouteUri` (*type:* `String.t`, *default:* `nil`) - For PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub, the URI of the corresponding route in NCC Hub's routing table. + * `nccHubUri` (*type:* `String.t`, *default:* `nil`) - URI of the NCC Hub the route is advertised by. PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub only. + * `nccSpokeUri` (*type:* `String.t`, *default:* `nil`) - URI of the destination NCC Spoke. PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub only. + * `networkUri` (*type:* `String.t`, *default:* `nil`) - URI of a VPC network where route is located. + * `nextHop` (*type:* `String.t`, *default:* `nil`) - String type of the next hop of the route (for example, "VPN tunnel"). Deprecated in favor of the next_hop_type and next_hop_uri fields, not used in new tests. + * `nextHopNetworkUri` (*type:* `String.t`, *default:* `nil`) - URI of a VPC network where the next hop resource is located. * `nextHopType` (*type:* `String.t`, *default:* `nil`) - Type of next hop. + * `nextHopUri` (*type:* `String.t`, *default:* `nil`) - URI of the next hop resource. + * `originatingRouteDisplayName` (*type:* `String.t`, *default:* `nil`) - For PEERING_SUBNET, PEERING_STATIC and PEERING_DYNAMIC routes, the name of the originating SUBNET/STATIC/DYNAMIC route. + * `originatingRouteUri` (*type:* `String.t`, *default:* `nil`) - For PEERING_SUBNET and PEERING_STATIC routes, the URI of the originating SUBNET/STATIC route. * `priority` (*type:* `integer()`, *default:* `nil`) - Priority of the route. - * `protocols` (*type:* `list(String.t)`, *default:* `nil`) - Protocols of the route. Policy based routes only. - * `region` (*type:* `String.t`, *default:* `nil`) - Region of the route (if applicable). - * `routeScope` (*type:* `String.t`, *default:* `nil`) - Indicates where route is applicable. + * `protocols` (*type:* `list(String.t)`, *default:* `nil`) - Protocols of the route. POLICY_BASED routes only. + * `region` (*type:* `String.t`, *default:* `nil`) - Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED routes only. If set for POLICY_BASED route, this is a region of VLAN attachments for Cloud Interconnect the route applies to. + * `routeScope` (*type:* `String.t`, *default:* `nil`) - Indicates where route is applicable. Deprecated, routes with NCC_HUB scope are not included in the trace in new tests. * `routeType` (*type:* `String.t`, *default:* `nil`) - Type of route. - * `srcIpRange` (*type:* `String.t`, *default:* `nil`) - Source IP address range of the route. Policy based routes only. - * `srcPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Source port ranges of the route. Policy based routes only. - * `uri` (*type:* `String.t`, *default:* `nil`) - URI of a route (if applicable). + * `srcIpRange` (*type:* `String.t`, *default:* `nil`) - Source IP address range of the route. POLICY_BASED routes only. + * `srcPortRanges` (*type:* `list(String.t)`, *default:* `nil`) - Source port ranges of the route. POLICY_BASED routes only. + * `uri` (*type:* `String.t`, *default:* `nil`) - URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only. """ use GoogleApi.Gax.ModelBase @@ -51,11 +56,16 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo do :destPortRanges => list(String.t()) | nil, :displayName => String.t() | nil, :instanceTags => list(String.t()) | nil, + :nccHubRouteUri => String.t() | nil, :nccHubUri => String.t() | nil, :nccSpokeUri => String.t() | nil, :networkUri => String.t() | nil, :nextHop => String.t() | nil, + :nextHopNetworkUri => String.t() | nil, :nextHopType => String.t() | nil, + :nextHopUri => String.t() | nil, + :originatingRouteDisplayName => String.t() | nil, + :originatingRouteUri => String.t() | nil, :priority => integer() | nil, :protocols => list(String.t()) | nil, :region => String.t() | nil, @@ -72,11 +82,16 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo do field(:destPortRanges, type: :list) field(:displayName) field(:instanceTags, type: :list) + field(:nccHubRouteUri) field(:nccHubUri) field(:nccSpokeUri) field(:networkUri) field(:nextHop) + field(:nextHopNetworkUri) field(:nextHopType) + field(:nextHopUri) + field(:originatingRouteDisplayName) + field(:originatingRouteUri) field(:priority) field(:protocols, type: :list) field(:region) diff --git a/clients/network_management/mix.exs b/clients/network_management/mix.exs index ccfec12262..cdcce258da 100644 --- a/clients/network_management/mix.exs +++ b/clients/network_management/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.NetworkManagement.Mixfile do use Mix.Project - @version "0.37.0" + @version "0.38.0" def project() do [