1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Apr 12 10:43:12 UTC 2023

This commit is contained in:
Automated 2023-04-12 10:43:12 +00:00
parent 32e56b8b99
commit b155beb241
220 changed files with 7834 additions and 1142 deletions

View file

@ -4,9 +4,7 @@ NAME
SYNOPSIS
gcloud alpha compute disks stop-async-replication DISK_NAME
[--secondary-disk=SECONDARY_DISK] [--region=REGION | --zone=ZONE]
[--secondary-disk-region=SECONDARY_DISK_REGION
| --secondary-disk-zone=SECONDARY_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute disks stop-async-replication stops async
@ -29,11 +27,6 @@ POSITIONAL ARGUMENTS
Name of the disk to stop async replication.
FLAGS
--secondary-disk=SECONDARY_DISK
(DEPRECATED) Secondary disk for asynchronous replication.
Flag --secondary-disk is deprecated.
At most one of these can be specified:
--region=REGION
@ -77,19 +70,6 @@ FLAGS
Alternatively, the zone can be stored in the environment variable
CLOUDSDK_COMPUTE_ZONE.
At most one of these can be specified:
--secondary-disk-region=SECONDARY_DISK_REGION
(DEPRECATED) Region of the secondary disk for asynchronous
replication.
Flag --secondary-disk-zone is deprecated.
--secondary-disk-zone=SECONDARY_DISK_ZONE
(DEPRECATED) Zone of the secondary disk for asynchronous replication.
Flag --secondary-disk-zone is deprecated.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -3,13 +3,13 @@ NAME
SYNOPSIS
gcloud alpha compute images import IMAGE_NAME
(--aws-access-key-id=AWS_ACCESS_KEY_ID --aws-region=AWS_REGION
(--source-file=SOURCE_FILE | --source-image=SOURCE_IMAGE
| --aws-access-key-id=AWS_ACCESS_KEY_ID --aws-region=AWS_REGION
--aws-secret-access-key=AWS_SECRET_ACCESS_KEY
--aws-session-token=AWS_SESSION_TOKEN
(--aws-source-ami-file-path=AWS_SOURCE_AMI_FILE_PATH
| --aws-ami-export-location=AWS_AMI_EXPORT_LOCATION
--aws-ami-id=AWS_AMI_ID) | --source-file=SOURCE_FILE
| --source-image=SOURCE_IMAGE) [--no-address] [--async]
--aws-ami-id=AWS_AMI_ID)) [--no-address] [--async]
[--compute-service-account=COMPUTE_SERVICE_ACCOUNT]
[--description=DESCRIPTION] [--family=FAMILY] [--no-guest-environment]
[--guest-os-features=[GUEST_OS_FEATURE,...]]
@ -59,6 +59,20 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
Exactly one of these must be specified:
Image import from local file, Cloud Storage or Compute Engine image.
At most one of these can be specified:
--source-file=SOURCE_FILE
A local file, or the Cloud Storage URI of the virtual disk file to
import. For example: gs://my-bucket/my-image.vmdk or
./my-local-image.vmdk. For more information about Cloud Storage
URIs, see
https://cloud.google.com/storage/docs/request-endpoints#json-api.
--source-image=SOURCE_IMAGE
An existing Compute Engine image from which to import.
Image import from AWS.
--aws-access-key-id=AWS_ACCESS_KEY_ID
@ -113,20 +127,6 @@ REQUIRED FLAGS
This flag argument must be specified if any of the other
arguments in this group are specified.
Image import from local file, Cloud Storage or Compute Engine image.
At most one of these can be specified:
--source-file=SOURCE_FILE
A local file, or the Cloud Storage URI of the virtual disk file to
import. For example: gs://my-bucket/my-image.vmdk or
./my-local-image.vmdk. For more information about Cloud Storage
URIs, see
https://cloud.google.com/storage/docs/request-endpoints#json-api.
--source-image=SOURCE_IMAGE
An existing Compute Engine image from which to import.
OPTIONAL FLAGS
--no-address
Temporary VMs are created in your project during image import. Set this

View file

@ -8,6 +8,8 @@ SYNOPSIS
--runtime-version=RUNTIME_VERSION
(--node-id=NODE_ID | --node-count=NODE_COUNT --node-prefix=NODE_PREFIX)
[--async] [--best-effort] [--guaranteed] [--internal-ips]
[--metadata=[METADATA,...]]
[--metadata-from-file=[METADATA_FROM_FILE,...]]
[--network=NETWORK; default="default"]
[--reservation-host-folder=RESERVATION_HOST_FOLDER]
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
@ -129,6 +131,14 @@ OPTIONAL FLAGS
default is that external IP addresses will be associated with the TPU
workers.
--metadata=[METADATA,...]
List of comma-separated metadata key-value pairs for the Cloud TPU VM
node. Example: --metadata='key1=value1,key2=value2'
--metadata-from-file=[METADATA_FROM_FILE,...]
Same as --metadata except the value for the entry will be read from a
local file. Example: --metadata-from-file='key1=value1.txt'
--network=NETWORK; default="default"
Network that this TPU will be a part of.