1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -26,6 +26,8 @@ SYNOPSIS
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],
[device-name=DEVICE-NAME],[mode=MODE],[name=NAME],[scope=SCOPE]]
[--[no-]enable-nested-virtualization]
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
[--labels=[KEY=VALUE,...]] [--machine-type=MACHINE_TYPE]
[--maintenance-policy=MAINTENANCE_POLICY]
@ -397,8 +399,20 @@ FLAGS
--enable-nested-virtualization to enable and
--no-enable-nested-virtualization to disable.
--external-ipv6-address=EXTERNAL_IPV6_ADDRESS
Assigns the given external IPv6 address to the instance that is
created. The address must be the first IP address in the range. This
option can be used only when creating a single instance.
--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH
The prefix length of the external IPv6 address range. This field should
be used together with --external-ipv6-address. Only the /96 IP address
range is supported, and the default value is 96.
--instance-termination-action=INSTANCE_TERMINATION_ACTION
Specifies the termination action that will be taken upon VM preemption.
Specifies the termination action that will be taken upon VM preemption
(--provisioning-model=SPOT or --preemptible) or automatic instance
termination (--max-run-duration or --termination-time).
INSTANCE_TERMINATION_ACTION must be one of:
DELETE
@ -551,6 +565,10 @@ FLAGS
IP allocator will pick an available range with the specified netmask
and allocate it to this network interface.
network-attachment
Specifies the network attachment that this interface should connect
to. Mutually exclusive with --network and --subnet flags.
--network-performance-configs=[PROPERTY=VALUE,...]
Configures network performance settings for the instance. If this flag
is not specified, the instance will be created with its default network