Network Services V1 API - Class Google::Cloud::NetworkServices::V1::CreateTlsRouteRequest (v0.1.0)

Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::CreateTlsRouteRequest.

Request used by the TlsRoute method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the TlsRoute. Must be in the format projects/*/locations/global.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.

#tls_route

def tls_route() -> ::Google::Cloud::NetworkServices::V1::TlsRoute
Returns

#tls_route=

def tls_route=(value) -> ::Google::Cloud::NetworkServices::V1::TlsRoute
Parameter
Returns

#tls_route_id

def tls_route_id() -> ::String
Returns
  • (::String) — Required. Short name of the TlsRoute resource to be created.

#tls_route_id=

def tls_route_id=(value) -> ::String
Parameter
  • value (::String) — Required. Short name of the TlsRoute resource to be created.
Returns
  • (::String) — Required. Short name of the TlsRoute resource to be created.