Class: Google::Cloud::NetworkServices::V1::MeshRouteView

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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