mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Mar 13 09:56:21 UTC 2024
This commit is contained in:
parent
7f632e0c5d
commit
75379bf68b
273 changed files with 9390 additions and 532 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute project-info update
|
||||
gcloud compute project-info update [--cloud-armor-tier=CLOUD_ARMOR_TIER]
|
||||
[--default-network-tier=DEFAULT_NETWORK_TIER] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -11,6 +11,10 @@ DESCRIPTION
|
|||
project resource.
|
||||
|
||||
FLAGS
|
||||
--cloud-armor-tier=CLOUD_ARMOR_TIER
|
||||
Cloud armor tier to assign to the project. CLOUD_ARMOR_TIER must be one
|
||||
of: CA_STANDARD, CA_ENTERPRISE_PAYGO.
|
||||
|
||||
--default-network-tier=DEFAULT_NETWORK_TIER
|
||||
The default network tier to assign to the project. DEFAULT_NETWORK_TIER
|
||||
must be one of: PREMIUM, STANDARD, FIXED_STANDARD.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SYNOPSIS
|
|||
[--network=NETWORK; default="default"] [--range=RANGE]
|
||||
[--reservation-host-folder=RESERVATION_HOST_FOLDER]
|
||||
[--reservation-host-organization=RESERVATION_HOST_ORGANIZATION]
|
||||
[--reservation-host-project=RESERVATION_HOST_PROJECT]
|
||||
[--reservation-host-project=RESERVATION_HOST_PROJECT] [--reserved]
|
||||
[--scopes=[SCOPES,...]] [--service-account=SERVICE_ACCOUNT]
|
||||
[--shielded-secure-boot] [--spot] [--subnetwork=SUBNETWORK]
|
||||
[--tags=[TAGS,...]] [--valid-after-duration=VALID_AFTER_DURATION]
|
||||
|
|
@ -207,6 +207,13 @@ OPTIONAL FLAGS
|
|||
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.
|
||||
|
||||
If --reservation-host-project, --reservation-host-folder, or
|
||||
--reservation-host-organization are present then this flag has no
|
||||
effect.
|
||||
|
||||
--scopes=[SCOPES,...]
|
||||
List of comma-separated scopes to be made available for the service
|
||||
account.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue