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. [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
#asns32
def asns32() -> ::Array<::Integer>
Returns
- (::Array<::Integer>) — Output only. [Output only] ASNs in the path segment. This field is for better support of 32 bit ASNs as the other asns field suffers from overflow when the ASN is larger. When type is SEQUENCE, these are ordered.
#asns32=
def asns32=(value) -> ::Array<::Integer>
Parameter
- value (::Array<::Integer>) — Output only. [Output only] ASNs in the path segment. This field is for better support of 32 bit ASNs as the other asns field suffers from overflow when the ASN is larger. When type is SEQUENCE, these are ordered.
Returns
- (::Array<::Integer>) — Output only. [Output only] ASNs in the path segment. This field is for better support of 32 bit ASNs as the other asns field suffers from overflow when the ASN is larger. When type is SEQUENCE, these are ordered.
#asns=
def asns=(value) -> ::Array<::Integer>
Parameter
- value (::Array<::Integer>) — Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
Returns
- (::Array<::Integer>) — Output only. [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
#type
def type() -> ::String
Returns
- (::String) — Output only. [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. [Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
Returns
- (::String) — Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.