Class: Google::Cloud::NetworkServices::V1::GatewayRouteView

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

GatewayRouteView defines view-only resource for Routes to a Gateway

Instance Attribute Summary collapse

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

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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