mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--can-ip-forward] [--create-disk=[PROPERTY=VALUE,...]]
|
||||
[--csek-key-file=FILE] [--deletion-protection]
|
||||
[--description=DESCRIPTION]
|
||||
[--discard-local-ssds-at-termination-timestamp=DISCARD_LOCAL_SSDS_AT_TERMINATION_TIMESTAMP]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],
|
||||
[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]]
|
||||
[--enable-display-device] [--[no-]enable-nested-virtualization]
|
||||
|
|
@ -445,6 +446,21 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Specifies a textual description of the instances.
|
||||
|
||||
--discard-local-ssds-at-termination-timestamp=DISCARD_LOCAL_SSDS_AT_TERMINATION_TIMESTAMP
|
||||
Required and only allowed for VMs that have one or more local SSDs, use
|
||||
--termination-action=STOP (default), and use either --max-run-duration
|
||||
or --termination-time. This flag indicates whether you want Compute
|
||||
Engine to discard (true) or preserve (false) local SSD data when the
|
||||
VM's terminationTimestamp is reached.
|
||||
|
||||
If set to false, Compute Engine will preserve local SSD data by
|
||||
including the --discard-local-ssd=false flag in the automatic
|
||||
termination command. The --discard-local-ssd=false flag preserves local
|
||||
SSD data by migrating it to persistent storage until you rerun the VM.
|
||||
Importantly, preserving local SSD data incurs costs and is subject to
|
||||
restrictions. For more information, see
|
||||
https://cloud.google.com/compute/docs/disks/local-ssd#stop_instance.
|
||||
|
||||
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]
|
||||
Attaches an existing persistent disk to the instances.
|
||||
|
||||
|
|
@ -585,9 +601,9 @@ FLAGS
|
|||
|
||||
--ipv6-public-ptr-domain=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, the default
|
||||
PTR record will be used. This option can only be specified for the
|
||||
default network interface, nic0.
|
||||
configuration of instance. If unspecified or specified to be an empty
|
||||
string, the default PTR record will be used. This option can only be
|
||||
specified for the default network interface, nic0.
|
||||
|
||||
--key-revocation-action-type=POLICY
|
||||
Specifies the behavior of the instance when the KMS key of one of its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue