gcloud alpha storage ftp servers update

NAME
gcloud alpha storage ftp servers update - update an existing Cloud FTP server
SYNOPSIS
gcloud alpha storage ftp servers update SERVER_ID --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) Update an existing Cloud FTP server.
EXAMPLES
To update display name of server my-server in us-west1, run:
gcloud alpha storage ftp servers update my-server --location=us-west1 --display-name="New Name"
POSITIONAL ARGUMENTS
SERVER_ID
The ID of the FTP server to update.
REQUIRED FLAGS
--location=LOCATION
The region of the server.
OPTIONAL FLAGS
--allowed-cidr-blocks=[CIDR_BLOCK,…]
Update the list of allowed CIDR blocks (overwrites existing).
--async
Return immediately, without waiting for the operation to complete.
--consumer-accept-list=[PROJECT_ID=LIMIT,…]
Update the PSC allow list (overwrites existing).
--consumer-reject-list=[PROJECT_ID,…]
Update the PSC reject list (overwrites existing).
--display-name=DISPLAY_NAME
Update the display name.
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.