Class: Google::Cloud::NetworkServices::V1::CreateTcpRouteRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/tcp_route.rb

Overview

Request used by the TcpRoute method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource of the TcpRoute. Must be in the format projects/*/locations/global.

Returns:

  • (::String)

    Required. The parent resource of the TcpRoute. Must be in the format projects/*/locations/global.



214
215
216
217
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 214

class CreateTcpRouteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tcp_route::Google::Cloud::NetworkServices::V1::TcpRoute

Returns Required. TcpRoute resource to be created.

Returns:



214
215
216
217
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 214

class CreateTcpRouteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tcp_route_id::String

Returns Required. Short name of the TcpRoute resource to be created.

Returns:

  • (::String)

    Required. Short name of the TcpRoute resource to be created.



214
215
216
217
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 214

class CreateTcpRouteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end