Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::CreateHttpRouteRequest.
Request used by the HttpRoute method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#http_route
def http_route() -> ::Google::Cloud::NetworkServices::V1::HttpRoute
Returns
- (::Google::Cloud::NetworkServices::V1::HttpRoute) — Required. HttpRoute resource to be created.
#http_route=
def http_route=(value) -> ::Google::Cloud::NetworkServices::V1::HttpRoute
Parameter
- value (::Google::Cloud::NetworkServices::V1::HttpRoute) — Required. HttpRoute resource to be created.
Returns
- (::Google::Cloud::NetworkServices::V1::HttpRoute) — Required. HttpRoute resource to be created.
#http_route_id
def http_route_id() -> ::String
Returns
- (::String) — Required. Short name of the HttpRoute resource to be created.
#http_route_id=
def http_route_id=(value) -> ::String
Parameter
- value (::String) — Required. Short name of the HttpRoute resource to be created.
Returns
- (::String) — Required. Short name of the HttpRoute resource to be created.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the HttpRoute. Must be in the
format
projects/*/locations/global
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the HttpRoute. Must be in the
format
projects/*/locations/global
.
Returns
-
(::String) — Required. The parent resource of the HttpRoute. Must be in the
format
projects/*/locations/global
.