Class: Google::Cloud::Compute::V1::BgpRouteAsPath
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BgpRouteAsPath
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#asns ⇒ ::Array<::Integer>
[Output only] ASNs in the path segment.
-
#type ⇒ ::String
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
Instance Attribute Details
#asns ⇒ ::Array<::Integer>
Returns [Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4820 class BgpRouteAsPath include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output only] Type of AS-PATH segment (SEQUENCE or SET) module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 AS_PATH_TYPE_SEQUENCE = 362_887_609 AS_PATH_TYPE_SET = 302_584_650 end end |
#type ⇒ ::String
Returns [Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4820 class BgpRouteAsPath include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output only] Type of AS-PATH segment (SEQUENCE or SET) module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 AS_PATH_TYPE_SEQUENCE = 362_887_609 AS_PATH_TYPE_SET = 302_584_650 end end |