mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME]]
|
||||
[--[no-]enable-nested-virtualization] [--[no-]enable-uefi-networking]
|
||||
[--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS]
|
||||
[--instance-template-region=INSTANCE_TEMPLATE_REGION]
|
||||
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--ipv6-network-tier=IPV6_NETWORK_TIER]
|
||||
[--key-revocation-action-type=POLICY] [--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -38,8 +39,8 @@ SYNOPSIS
|
|||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance=SOURCE_INSTANCE]
|
||||
[--source-instance-zone=SOURCE_INSTANCE_ZONE] [--stack-type=STACK_TYPE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--termination-time=TERMINATION_TIME]
|
||||
[--subnet=SUBNET] [--subnet-region=SUBNET_REGION]
|
||||
[--tags=TAG,[TAG,...]] [--termination-time=TERMINATION_TIME]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT]
|
||||
[--address=ADDRESS | --no-address]
|
||||
|
|
@ -364,6 +365,9 @@ FLAGS
|
|||
with 30 second increments, with a range of 90 to 330 seconds. If unset,
|
||||
the default behavior of the host error recovery is used.
|
||||
|
||||
--instance-template-region=INSTANCE_TEMPLATE_REGION
|
||||
Specifies the region of the regional instance template.
|
||||
|
||||
--instance-termination-action=INSTANCE_TERMINATION_ACTION
|
||||
Specifies the termination action that will be taken upon VM preemption.
|
||||
INSTANCE_TERMINATION_ACTION must be one of:
|
||||
|
|
@ -730,9 +734,6 @@ FLAGS
|
|||
The name of the source instance that the instance template will be
|
||||
created from.
|
||||
|
||||
You can override machine type and labels. Values of other flags will be
|
||||
ignored and values from the source instance will be used instead.
|
||||
|
||||
--source-instance-zone=SOURCE_INSTANCE_ZONE
|
||||
Zone of the instance to operate on. Overrides the default compute/zone
|
||||
property value for this command invocation.
|
||||
|
|
@ -751,6 +752,9 @@ FLAGS
|
|||
is also specified, subnet must be a subnetwork of the network specified
|
||||
by the --network flag.
|
||||
|
||||
--subnet-region=SUBNET_REGION
|
||||
Specifies the region of the subnetwork.
|
||||
|
||||
--tags=TAG,[TAG,...]
|
||||
Specifies a list of tags to apply to the instance. These tags allow
|
||||
network firewall rules and routes to be applied to specified VM
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ SYNOPSIS
|
|||
[--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]
|
||||
[--subnet=SUBNET] [--subnet-region=SUBNET_REGION]
|
||||
[--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
|
||||
|
|
@ -641,6 +641,9 @@ FLAGS
|
|||
is also specified, subnet must be a subnetwork of the network specified
|
||||
by the --network flag.
|
||||
|
||||
--subnet-region=SUBNET_REGION
|
||||
Specifies the region of the subnetwork.
|
||||
|
||||
--tags=TAG,[TAG,...]
|
||||
Specifies a list of tags to apply to the instance. These tags allow
|
||||
network firewall rules and routes to be applied to specified VM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue