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
- (::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>) — [Output only] AS-PATH for the route
#as_paths=
def as_paths=(value) -> ::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>) — [Output only] AS-PATH for the route
Returns
- (::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>) — [Output only] AS-PATH for the route
#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
- (::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation) — [Output only] Destination IP range for the route, in human-readable CIDR format
#destination=
def destination=(value) -> ::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation
Parameter
- value (::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation) — [Output only] Destination IP range for the route, in human-readable CIDR format
Returns
- (::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation) — [Output only] Destination IP range for the route, in human-readable CIDR format
#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.