GoogleApi.NetworkManagement.V1.Model.RouteInfo (google_api_network_management v0.39.0)
View SourceFor display only. Metadata associated with a Compute Engine route.
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. 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. -
displayName
(type:String.t
, default:nil
) - Name of a route. -
instanceTags
(type:list(String.t)
, default:nil
) - Instance tags 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. 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. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkManagement.V1.Model.RouteInfo{ advertisedRouteNextHopUri: String.t() | nil, advertisedRouteSourceRouterUri: String.t() | nil, destIpRange: String.t() | nil, destPortRanges: [String.t()] | nil, displayName: String.t() | nil, instanceTags: [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: [String.t()] | nil, region: String.t() | nil, routeScope: String.t() | nil, routeType: String.t() | nil, srcIpRange: String.t() | nil, srcPortRanges: [String.t()] | nil, uri: String.t() | nil }