Class: Google::Cloud::NetworkServices::V1::GatewayRouteView
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GatewayRouteView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/route_view.rb
Overview
GatewayRouteView defines view-only resource for Routes to a Gateway
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#route_id ⇒ ::String
readonly
Output only.
-
#route_location ⇒ ::String
readonly
Output only.
-
#route_project_number ⇒ ::Integer
readonly
Output only.
-
#route_type ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
42 43 44 45 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 42 class GatewayRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_id ⇒ ::String (readonly)
42 43 44 45 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 42 class GatewayRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_location ⇒ ::String (readonly)
42 43 44 45 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 42 class GatewayRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_project_number ⇒ ::Integer (readonly)
42 43 44 45 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 42 class GatewayRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_type ⇒ ::String (readonly)
42 43 44 45 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 42 class GatewayRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |