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