mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 15 10:31:27 UTC 2023
This commit is contained in:
parent
435c9359b5
commit
2102dc5511
223 changed files with 8143 additions and 443 deletions
|
|
@ -12,8 +12,8 @@ SYNOPSIS
|
|||
[--can-ip-forward] [--confidential-compute]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--csek-key-file=FILE]
|
||||
[--deletion-protection] [--description=DESCRIPTION]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],
|
||||
[device-name=DEVICE-NAME],[mode=MODE],[name=NAME],[scope=SCOPE]]
|
||||
[--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]
|
||||
[--[no-]enable-uefi-networking] [--erase-windows-vss-signature]
|
||||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
|
|
@ -367,7 +367,7 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Specifies a textual description of the instances.
|
||||
|
||||
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME],[scope=SCOPE]
|
||||
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]
|
||||
Attaches persistent disks to the instances. The disks specified must
|
||||
already exist.
|
||||
|
||||
|
|
@ -404,6 +404,10 @@ FLAGS
|
|||
zonal disk in the same zone as the instance (default). If regional,
|
||||
the disk is interpreted as a regional disk in the same region as
|
||||
the instance. The default value for this is zonal.
|
||||
force-attach
|
||||
If yes, this persistent disk will force-attached to the instance
|
||||
even it is already attached to another instance. The default value
|
||||
is 'no'.
|
||||
|
||||
--enable-display-device
|
||||
Enable a display device on VM instances. Disabled by default.
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ SYNOPSIS
|
|||
[--container-restart-policy=POLICY; default="always"]
|
||||
[--container-stdin] [--container-tty]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],
|
||||
[device-name=DEVICE-NAME],[mode=MODE],[name=NAME],[scope=SCOPE]]
|
||||
[--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],
|
||||
[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]]
|
||||
[--[no-]enable-nested-virtualization]
|
||||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
|
||||
|
|
@ -363,7 +363,7 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Specifies a textual description of the instances.
|
||||
|
||||
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[mode=MODE],[name=NAME],[scope=SCOPE]
|
||||
--disk=[auto-delete=AUTO-DELETE],[boot=BOOT],[device-name=DEVICE-NAME],[force-attach=FORCE-ATTACH],[mode=MODE],[name=NAME],[scope=SCOPE]
|
||||
Attaches persistent disks to the instances. The disks specified must
|
||||
already exist.
|
||||
|
||||
|
|
@ -404,6 +404,10 @@ FLAGS
|
|||
zonal disk in the same zone as the instance (default). If regional,
|
||||
the disk is interpreted as a regional disk in the same region as
|
||||
the instance. The default value for this is zonal.
|
||||
force-attach
|
||||
If yes, this persistent disk will force-attached to the instance
|
||||
even it is already attached to another instance. The default value
|
||||
is 'no'.
|
||||
|
||||
--[no-]enable-nested-virtualization
|
||||
If set to true, enables nested virtualization for the instance. Use
|
||||
|
|
|
|||
|
|
@ -10,8 +10,11 @@ SYNOPSIS
|
|||
[--internal-ipv6-prefix-length=INTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--ipv6-network-tier=IPV6_NETWORK_TIER] [--network=NETWORK]
|
||||
[--network-interface=NETWORK_INTERFACE; default="nic0"]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP] [--stack-type=STACK_TYPE]
|
||||
[--subnetwork=SUBNETWORK] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP]
|
||||
[--security-policy=SECURITY_POLICY]
|
||||
[--security-policy-region=SECURITY_POLICY_REGION]
|
||||
[--stack-type=STACK_TYPE] [--subnetwork=SUBNETWORK] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute instances network-interfaces update updates
|
||||
|
|
@ -91,6 +94,15 @@ FLAGS
|
|||
available in the new subnetwork, then another available IP address will
|
||||
be allocated automatically from the new subnetwork CIDR range.
|
||||
|
||||
--security-policy=SECURITY_POLICY
|
||||
The security policy that will be set for this instance network
|
||||
interface. To remove the policy from this instance network interface
|
||||
set the policy to an empty string.
|
||||
|
||||
--security-policy-region=SECURITY_POLICY_REGION
|
||||
Region of the security policy to operate on. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
The stack type for the default network interface. Determines if IPv6 is
|
||||
enabled on the default network interface. STACK_TYPE must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue