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

gcloud: Thu May 23 09:22:11 UTC 2024

This commit is contained in:
Automated 2024-05-23 09:22:11 +00:00
parent 3b84182be4
commit e617a432f4
175 changed files with 2973 additions and 461 deletions

View file

@ -38,10 +38,10 @@ SYNOPSIS
[--network-tier=NETWORK_TIER] [--preemptible]
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
[--private-network-ip=PRIVATE_NETWORK_IP] [--region=REGION]
[--no-restart-on-failure] [--shielded-integrity-monitoring]
[--shielded-secure-boot] [--shielded-vtpm] [--stack-type=STACK_TYPE]
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
[--address=ADDRESS | --no-address]
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--stack-type=STACK_TYPE] [--subnet=SUBNET]
[--tags=TAG,[TAG,...]] [--address=ADDRESS | --no-address]
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
[--image-project=IMAGE_PROJECT --image=IMAGE
@ -638,6 +638,14 @@ FLAGS
Alternatively, the region can be stored in the environment variable
CLOUDSDK_COMPUTE_REGION.
--resource-policies=[RESOURCE_POLICY,...]
A list of resource policy names (not URLs) to be added to each instance
created using this instance template. If you attach any resource
policies to an instance template, you can only use that instance
template to create instances that are in the same region as the
resource policies. Do not include resource policies that are located in
different regions in the same instance template.
--restart-on-failure
The instances will be restarted if they are terminated by Compute
Engine. This does not affect terminations performed by the user.