Class: Google::Cloud::NetworkServices::V1::MeshRouteView
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::MeshRouteView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/route_view.rb
Overview
MeshRouteView defines view-only resource for Routes to a Mesh
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 MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view}.
65 66 67 68 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 65 class MeshRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_id ⇒ ::String (readonly)
Returns Output only. The resource id for the route.
65 66 67 68 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 65 class MeshRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_location ⇒ ::String (readonly)
Returns Output only. Location where the route exists.
65 66 67 68 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 65 class MeshRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_project_number ⇒ ::Integer (readonly)
Returns Output only. Project number where the route exists.
65 66 67 68 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 65 class MeshRouteView 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.
65 66 67 68 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 65 class MeshRouteView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |