Class: Google::Cloud::Compute::V1::ExchangedPeeringRoute
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ExchangedPeeringRoute
- 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
-
#dest_range ⇒ ::String
The destination range of the route.
-
#imported ⇒ ::Boolean
True if the peering route has been imported from a peer.
-
#next_hop_region ⇒ ::String
The region of peering route next hop, only applies to dynamic routes.
-
#priority ⇒ ::Integer
The priority of the peering route.
-
#type ⇒ ::String
The type of the peering route.
Instance Attribute Details
#dest_range ⇒ ::String
7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7438 class ExchangedPeeringRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the peering route. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # For routes exported from local network. DYNAMIC_PEERING_ROUTE = 469_794_858 # The peering route. STATIC_PEERING_ROUTE = 473_407_545 # The peering route corresponding to subnetwork range. SUBNET_PEERING_ROUTE = 465_782_504 end end |
#imported ⇒ ::Boolean
7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7438 class ExchangedPeeringRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the peering route. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # For routes exported from local network. DYNAMIC_PEERING_ROUTE = 469_794_858 # The peering route. STATIC_PEERING_ROUTE = 473_407_545 # The peering route corresponding to subnetwork range. SUBNET_PEERING_ROUTE = 465_782_504 end end |
#next_hop_region ⇒ ::String
7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7438 class ExchangedPeeringRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the peering route. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # For routes exported from local network. DYNAMIC_PEERING_ROUTE = 469_794_858 # The peering route. STATIC_PEERING_ROUTE = 473_407_545 # The peering route corresponding to subnetwork range. SUBNET_PEERING_ROUTE = 465_782_504 end end |
#priority ⇒ ::Integer
7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7438 class ExchangedPeeringRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the peering route. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # For routes exported from local network. DYNAMIC_PEERING_ROUTE = 469_794_858 # The peering route. STATIC_PEERING_ROUTE = 473_407_545 # The peering route corresponding to subnetwork range. SUBNET_PEERING_ROUTE = 465_782_504 end end |
#type ⇒ ::String
7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7438 class ExchangedPeeringRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the peering route. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # For routes exported from local network. DYNAMIC_PEERING_ROUTE = 469_794_858 # The peering route. STATIC_PEERING_ROUTE = 473_407_545 # The peering route corresponding to subnetwork range. SUBNET_PEERING_ROUTE = 465_782_504 end end |