mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jan 10 10:17:49 UTC 2024
This commit is contained in:
parent
08ad88258a
commit
5fec13c692
262 changed files with 3211 additions and 4501 deletions
|
|
@ -20,7 +20,7 @@ SYNOPSIS
|
|||
[--[no-]enable-uefi-networking] [--erase-windows-vss-signature]
|
||||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--[no-]graceful-shutdown]
|
||||
[--graceful-shutdown]
|
||||
[--graceful-shutdown-max-duration=GRACEFUL_SHUTDOWN_MAX_DURATION]
|
||||
[--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS]
|
||||
[--hostname=HOSTNAME]
|
||||
|
|
@ -514,9 +514,8 @@ FLAGS
|
|||
be used together with --external-ipv6-address. Only the /96 IP address
|
||||
range is supported, and the default value is 96.
|
||||
|
||||
--[no-]graceful-shutdown
|
||||
If set to true, enables graceful shutdown for the instance. Use
|
||||
--graceful-shutdown to enable and --no-graceful-shutdown to disable.
|
||||
--graceful-shutdown
|
||||
Enables graceful shutdown for the instance.
|
||||
|
||||
--graceful-shutdown-max-duration=GRACEFUL_SHUTDOWN_MAX_DURATION
|
||||
Specifies time needed to gracefully shutdown the instance. After that
|
||||
|
|
@ -1309,18 +1308,18 @@ FLAGS
|
|||
|
||||
--aliases="10.128.1.0/24;range1:/32"
|
||||
|
||||
Each IP alias range consists of a range name and an IP range
|
||||
separated by a colon, or just the IP range.
|
||||
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 range can be a CIDR range (e.g. `192.168.100.0/24`), a single
|
||||
IP address (e.g. `192.168.100.1`), or a netmask in CIDR format (e.g.
|
||||
`/24`). If the IP range is specified by CIDR range or single IP
|
||||
address, it must belong to the CIDR range specified by the range
|
||||
name on the subnet. If the IP range is specified by netmask, the
|
||||
IP allocator will pick an available range with the specified netmask
|
||||
and allocate it to this network interface.
|
||||
Each IP alias range consists of a range name and an IP range
|
||||
separated by a colon, or just the IP range. 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 range can be a CIDR
|
||||
range (e.g. 192.168.100.0/24), a single IP address (e.g.
|
||||
192.168.100.1), or a netmask in CIDR format (e.g. /24). If the IP
|
||||
range is specified by CIDR range or single IP address, it must
|
||||
belong to the CIDR range specified by the range name on the
|
||||
subnet. If the IP range is specified by netmask, 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue