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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#asns

def asns() -> ::Array<::Integer>
Returns
  • (::Array<::Integer>) — [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.

#asns=

def asns=(value) -> ::Array<::Integer>
Parameter
  • value (::Array<::Integer>) — [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
Returns
  • (::Array<::Integer>) — [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.

#type

def type() -> ::String
Returns
  • (::String) — [Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — [Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
Returns
  • (::String) — [Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.