Class: Google::Cloud::NetworkServices::V1::CreateTlsRouteRequest

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

Overview

Request used by the TlsRoute method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



186
187
188
189
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 186

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

#tls_route::Google::Cloud::NetworkServices::V1::TlsRoute

Returns Required. TlsRoute resource to be created.

Returns:



186
187
188
189
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 186

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

#tls_route_id::String

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

Returns:

  • (::String)

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



186
187
188
189
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 186

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