1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +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

@ -24,6 +24,8 @@ SYNOPSIS
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
[--disk=[auto-delete=AUTO-DELETE],
[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME]]
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
[--labels=[KEY=VALUE,...]] [--machine-type=MACHINE_TYPE]
[--maintenance-policy=MAINTENANCE_POLICY]
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
@ -364,6 +366,16 @@ FLAGS
the instance, this option won't apply. The default value for this
is yes.
--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.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
@ -495,14 +507,18 @@ FLAGS
--aliases="10.128.1.0/24;range1:/32"
Each IP alias range consists of a range name and an CIDR netmask
(e.g. `/24`) separated by a colon, or just the netmask.
Each IP alias range consists of a range name and a CIDR netmask
(e.g. `/24`) separated by a colon or just the netmask.
The range name is the name of the range within the network
interface's subnet from which to allocate an IP alias range. If
unspecified, it defaults to the primary IP range of the subnet.
The 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-tier=NETWORK_TIER
Specifies the network tier that will be used to configure the instance.
NETWORK_TIER must be one of: PREMIUM, STANDARD, FIXED_STANDARD. The