Class CreateGatewayRequest (0.2.1)

CreateGatewayRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request used by the CreateGateway method.

Attributes

NameDescription
parent str
Required. The parent resource of the Gateway. Must be in the format ``projects/*/locations/*``.
gateway_id str
Required. Short name of the Gateway resource to be created.
gateway google.cloud.network_services_v1.types.Gateway
Required. Gateway resource to be created.

Inheritance

builtins.object > proto.message.Message > CreateGatewayRequest