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)
Returns Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}.
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)
Returns Output only. The resource id for the route.
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)
Returns Output only. Location where the route exists.
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)
Returns Output only. Project number where the route exists.
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)
Returns Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute.
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 |