Class: Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#path_id::Integer

Returns If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.

Returns:

  • (::Integer)

    If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.



4842
4843
4844
4845
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4842

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.

Returns:

  • (::String)

    Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.



4842
4843
4844
4845
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4842

class BgpRouteNetworkLayerReachabilityInformation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end