Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::BgpRoute (v2.18.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::BgpRoute.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#as_paths

def as_paths() -> ::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>
Returns

#as_paths=

def as_paths=(value) -> ::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>
Parameter
Returns

#communities

def communities() -> ::Array<::String>
Returns
  • (::Array<::String>) — [Output only] BGP communities in human-readable A:B format.

#communities=

def communities=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — [Output only] BGP communities in human-readable A:B format.
Returns
  • (::Array<::String>) — [Output only] BGP communities in human-readable A:B format.

#destination

def destination() -> ::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation
Returns

#destination=

def destination=(value) -> ::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation
Parameter
Returns

#med

def med() -> ::Integer
Returns
  • (::Integer) — [Output only] BGP multi-exit discriminator

#med=

def med=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output only] BGP multi-exit discriminator
Returns
  • (::Integer) — [Output only] BGP multi-exit discriminator

#origin

def origin() -> ::String
Returns
  • (::String) — [Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.

#origin=

def origin=(value) -> ::String
Parameter
  • value (::String) — [Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
Returns
  • (::String) — [Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.