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

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

#gateway=

def gateway=(value) -> ::Google::Cloud::NetworkServices::V1::Gateway
Parameter
Returns

#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/*.