gcloud alpha storage ftp servers create

NAME
gcloud alpha storage ftp servers create - create a new Cloud FTP server
SYNOPSIS
gcloud alpha storage ftp servers create SERVER_ID --access-type=ACCESS_TYPE --location=LOCATION [--allowed-cidr-blocks=[CIDR_BLOCK,…]] [--async] [--consumer-accept-list=[PROJECT_ID=LIMIT,…]] [--consumer-reject-list=[PROJECT_ID,…]] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Create a new Cloud FTP server. Returns a long-running operation.
EXAMPLES
To create an EXTERNAL server my-server in us-west1, run:
gcloud alpha storage ftp servers create my-server --location=us-west1 --access-type=EXTERNAL --allowed-cidr-blocks=0.0.0.0/0
POSITIONAL ARGUMENTS
SERVER_ID
The ID of the FTP server to create.
REQUIRED FLAGS
--access-type=ACCESS_TYPE
The type of access for the server. ACCESS_TYPE must be one of: EXTERNAL, INTERNAL.
--location=LOCATION
The region where the server will be created.
OPTIONAL FLAGS
--allowed-cidr-blocks=[CIDR_BLOCK,…]
(For EXTERNAL servers) A comma-separated list of CIDR blocks allowed to connect.
--async
Return immediately, without waiting for the operation to complete.
--consumer-accept-list=[PROJECT_ID=LIMIT,…]
(For INTERNAL servers) A comma-separated list of projects allowed to connect via PSC.
--consumer-reject-list=[PROJECT_ID,…]
(For INTERNAL servers) A comma-separated list of projects denied connection via PSC.
--display-name=DISPLAY_NAME
An optional display name for the server.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.