Class: Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Network Layer Reachability Information (NLRI) for a route.
Instance Attribute Summary collapse
-
#path_id ⇒ ::Integer
If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
-
#prefix ⇒ ::String
Human readable CIDR notation for a prefix.
Instance Attribute Details
#path_id ⇒ ::Integer
Returns If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.
4863 4864 4865 4866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4863 class BgpRouteNetworkLayerReachabilityInformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prefix ⇒ ::String
Returns Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.
4863 4864 4865 4866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4863 class BgpRouteNetworkLayerReachabilityInformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |