Class: Google::Cloud::Compute::V1::BgpRoute
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BgpRoute
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: Origin
Instance Attribute Summary collapse
-
#as_paths ⇒ ::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>
[Output only] AS-PATH for the route.
-
#communities ⇒ ::Array<::String>
[Output only] BGP communities in human-readable A:B format.
-
#destination ⇒ ::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation
[Output only] Destination IP range for the route, in human-readable CIDR format.
-
#med ⇒ ::Integer
[Output only] BGP multi-exit discriminator.
-
#origin ⇒ ::String
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
Instance Attribute Details
#as_paths ⇒ ::Array<::Google::Cloud::Compute::V1::BgpRouteAsPath>
Returns [Output only] AS-PATH for the route.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4796 class BgpRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output only] BGP origin (EGP, IGP or INCOMPLETE) module Origin # A value indicating that the enum field is not set. UNDEFINED_ORIGIN = 0 BGP_ORIGIN_EGP = 378_906_473 BGP_ORIGIN_IGP = 378_910_317 BGP_ORIGIN_INCOMPLETE = 452_839_811 end end |
#communities ⇒ ::Array<::String>
Returns [Output only] BGP communities in human-readable A:B format.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4796 class BgpRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output only] BGP origin (EGP, IGP or INCOMPLETE) module Origin # A value indicating that the enum field is not set. UNDEFINED_ORIGIN = 0 BGP_ORIGIN_EGP = 378_906_473 BGP_ORIGIN_IGP = 378_910_317 BGP_ORIGIN_INCOMPLETE = 452_839_811 end end |
#destination ⇒ ::Google::Cloud::Compute::V1::BgpRouteNetworkLayerReachabilityInformation
Returns [Output only] Destination IP range for the route, in human-readable CIDR format.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4796 class BgpRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output only] BGP origin (EGP, IGP or INCOMPLETE) module Origin # A value indicating that the enum field is not set. UNDEFINED_ORIGIN = 0 BGP_ORIGIN_EGP = 378_906_473 BGP_ORIGIN_IGP = 378_910_317 BGP_ORIGIN_INCOMPLETE = 452_839_811 end end |
#med ⇒ ::Integer
Returns [Output only] BGP multi-exit discriminator.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4796 class BgpRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output only] BGP origin (EGP, IGP or INCOMPLETE) module Origin # A value indicating that the enum field is not set. UNDEFINED_ORIGIN = 0 BGP_ORIGIN_EGP = 378_906_473 BGP_ORIGIN_IGP = 378_910_317 BGP_ORIGIN_INCOMPLETE = 452_839_811 end end |
#origin ⇒ ::String
Returns [Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values.
4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4796 class BgpRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output only] BGP origin (EGP, IGP or INCOMPLETE) module Origin # A value indicating that the enum field is not set. UNDEFINED_ORIGIN = 0 BGP_ORIGIN_EGP = 378_906_473 BGP_ORIGIN_IGP = 378_910_317 BGP_ORIGIN_INCOMPLETE = 452_839_811 end end |