mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 15 09:19:06 UTC 2024
This commit is contained in:
parent
e8259d86b1
commit
3b84182be4
193 changed files with 10091 additions and 581 deletions
|
|
@ -912,8 +912,7 @@ FLAGS
|
|||
The name of the instance template that the instance will be created
|
||||
from. An instance template can be a global/regional resource.
|
||||
|
||||
Users can also override machine type and labels. Values of other flags
|
||||
will be ignored and --source-instance-template will be used instead.
|
||||
Users can override instance properties using other flags.
|
||||
|
||||
--source-machine-image=SOURCE_MACHINE_IMAGE
|
||||
The name of the machine image that the instance will be created from.
|
||||
|
|
@ -1261,10 +1260,10 @@ FLAGS
|
|||
Adds a network interface to the instance. Mutually exclusive with any
|
||||
of these flags: --address, --network, --network-tier, --subnet,
|
||||
--private-network-ip, --stack-type, --ipv6-network-tier,
|
||||
--ipv6-public-ptr-domain, --internal-ipv6-address,
|
||||
--internal-ipv6-prefix-length, --ipv6-address, --ipv6-prefix-length,
|
||||
--external-ipv6-address, --external-ipv6-prefix-length. This flag can
|
||||
be repeated to specify multiple network interfaces.
|
||||
--internal-ipv6-address, --internal-ipv6-prefix-length,
|
||||
--ipv6-address, --ipv6-prefix-length, --external-ipv6-address,
|
||||
--external-ipv6-prefix-length, --ipv6-public-ptr-domain. This flag
|
||||
can be repeated to specify multiple network interfaces.
|
||||
|
||||
The following keys are allowed:
|
||||
address
|
||||
|
|
@ -1318,6 +1317,30 @@ FLAGS
|
|||
IPV6_NETWORK_TIER must be PREMIUM (currently only one value is
|
||||
supported).
|
||||
|
||||
internal-ipv6-address
|
||||
Assigns the given internal IPv6 address or range to the instance
|
||||
that is created. The address must be the first IP address in the
|
||||
range or from a /96 IP address range. This option can be used
|
||||
only when creating a single instance.
|
||||
|
||||
internal-ipv6-prefix-length
|
||||
Optional field that indicates the prefix length of the internal
|
||||
IPv6 address range. It should be used together with
|
||||
internal-ipv6-address. Only /96 IP address range is supported and
|
||||
the default value is 96. If not set, either the prefix length
|
||||
from --internal-ipv6-address will be used or the default value of
|
||||
96 will be assigned.
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
ipv6-public-ptr-domain
|
||||
Assigns a custom PTR domain for the external IPv6 in the IPv6
|
||||
access configuration of instance. If its value is not specified,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue