mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Oct 2 09:51:07 UTC 2024
This commit is contained in:
parent
0a5b6f11af
commit
489be55d99
133 changed files with 4948 additions and 242 deletions
|
|
@ -12,18 +12,19 @@ SYNOPSIS
|
|||
[--boot-disk=[KEY=VALUE,...]] [--data-disk=[mode=MODE],[source=SOURCE]]
|
||||
[--description=DESCRIPTION] [--guaranteed] [--labels=[KEY=VALUE,...]]
|
||||
[--metadata=[KEY=VALUE,...]] [--metadata-from-file=[KEY=VALUE,...]]
|
||||
[--range=RANGE] [--reservation-host-folder=RESERVATION_HOST_FOLDER]
|
||||
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
|
||||
[--reservation-host-project=RESERVATION_HOST_PROJECT] [--reserved]
|
||||
[--scopes=[SCOPES,...]] [--service-account=SERVICE_ACCOUNT]
|
||||
[--shielded-secure-boot] [--spot] [--tags=[TAGS,...]]
|
||||
[--valid-after-duration=VALID_AFTER_DURATION]
|
||||
[--range=RANGE] [--reserved] [--scopes=[SCOPES,...]]
|
||||
[--service-account=SERVICE_ACCOUNT] [--shielded-secure-boot] [--spot]
|
||||
[--tags=[TAGS,...]] [--valid-after-duration=VALID_AFTER_DURATION]
|
||||
[--valid-after-time=VALID_AFTER_TIME]
|
||||
[--valid-until-duration=VALID_UNTIL_DURATION]
|
||||
[--valid-until-time=VALID_UNTIL_TIME]
|
||||
[--network-config=[external-ips=EXTERNAL-IPS],
|
||||
[network=NETWORK],[subnetwork=SUBNETWORK] | --internal-ips
|
||||
--network=NETWORK; default="default" --subnetwork=SUBNETWORK]
|
||||
[--reservation=RESERVATION
|
||||
| --reservation-host-folder=RESERVATION_HOST_FOLDER
|
||||
--reservation-host-organization=RESERVATION_HOST_ORGANIZATION
|
||||
--reservation-host-project=RESERVATION_HOST_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -220,18 +221,6 @@ OPTIONAL FLAGS
|
|||
network, or the provided network is peered with another network that is
|
||||
using that CIDR range.
|
||||
|
||||
--reservation-host-folder=RESERVATION_HOST_FOLDER
|
||||
The folder hosting the reservation that the TPU should use. Only one
|
||||
reservation host entity may be specified.
|
||||
|
||||
--reservation-host-organization=RESERVATION_HOST_ORGANIZATION
|
||||
The organization hosting the reservation that the TPU should use. Only
|
||||
one reservation host entity may be specified.
|
||||
|
||||
--reservation-host-project=RESERVATION_HOST_PROJECT
|
||||
The project hosting the reservation that the TPU should use. Only one
|
||||
reservation host entity may be specified.
|
||||
|
||||
--reserved
|
||||
Specifies the request should be scheduled on reserved capacity.
|
||||
|
||||
|
|
@ -313,6 +302,31 @@ OPTIONAL FLAGS
|
|||
--subnetwork=SUBNETWORK
|
||||
Subnetwork that this TPU will be a part of.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--reservation=RESERVATION
|
||||
The name of the reservation. This can either be the full name or just
|
||||
the name.
|
||||
|
||||
However, a full name is required if the reservation is not in the
|
||||
default project.
|
||||
|
||||
Full reservation name format is:
|
||||
|
||||
projects/<project>/reservations/<reservation-name>.
|
||||
|
||||
--reservation-host-folder=RESERVATION_HOST_FOLDER
|
||||
The folder hosting the reservation that the TPU should use. Only one
|
||||
reservation host entity may be specified.
|
||||
|
||||
--reservation-host-organization=RESERVATION_HOST_ORGANIZATION
|
||||
The organization hosting the reservation that the TPU should use.
|
||||
Only one reservation host entity may be specified.
|
||||
|
||||
--reservation-host-project=RESERVATION_HOST_PROJECT
|
||||
The project hosting the reservation that the TPU should use. Only one
|
||||
reservation host entity may be specified.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue