mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +00:00
gcloud: Wed Nov 13 10:04:10 UTC 2024
This commit is contained in:
parent
7da5872e5c
commit
a63704a3af
252 changed files with 4821 additions and 807 deletions
|
|
@ -8,6 +8,9 @@ SYNOPSIS
|
|||
[--default-action-on-vm-failure=ACTION_ON_VM_FAILURE]
|
||||
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
|
||||
[--initial-delay=INITIAL_DELAY] [--instance-redistribution-type=TYPE]
|
||||
[--instance-selection=name=NAME,
|
||||
machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]]
|
||||
[--instance-selection-machine-types=[MACHINE_TYPE,...]]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
|
||||
[--stateful-external-ip=[enabled],
|
||||
|
|
@ -126,6 +129,15 @@ OPTIONAL FLAGS
|
|||
The managed instance group proactively redistributes instances to
|
||||
meet its target distribution.
|
||||
|
||||
--instance-selection=name=NAME,machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]
|
||||
Named selection of machine types with an optional rank. For example,
|
||||
--instance-selection="name=instance-selection-1,machine-type=e2-standard-8,machine-type=t2d-standard-8,rank=0"
|
||||
|
||||
--instance-selection-machine-types=[MACHINE_TYPE,...]
|
||||
Machine types that are used to create VMs in the managed instance
|
||||
group. If not provided, the machine type specified in the instance
|
||||
template is used.
|
||||
|
||||
--list-managed-instances-results=MODE
|
||||
Pagination behavior for the group's listManagedInstances API method.
|
||||
This flag does not affect the group's gcloud or console list-instances
|
||||
|
|
|
|||
|
|
@ -7,7 +7,12 @@ SYNOPSIS
|
|||
[--default-action-on-vm-failure=ACTION_ON_VM_FAILURE]
|
||||
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
|
||||
[--instance-redistribution-type=TYPE]
|
||||
[--instance-selection=name=NAME,
|
||||
machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]]
|
||||
[--instance-selection-machine-types=[MACHINE_TYPE,...]]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--remove-instance-selections=[INSTANCE_SELECTION_NAME,...]]
|
||||
[--remove-instance-selections-all]
|
||||
[--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]]
|
||||
[--remove-stateful-external-ips=INTERFACE_NAME,[...]]
|
||||
[--remove-stateful-internal-ips=INTERFACE_NAME,[...]] [--size=SIZE]
|
||||
|
|
@ -105,6 +110,15 @@ FLAGS
|
|||
The managed instance group proactively redistributes instances to
|
||||
meet its target distribution.
|
||||
|
||||
--instance-selection=name=NAME,machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]
|
||||
Named selection of machine types with an optional rank. For example,
|
||||
--instance-selection="name=instance-selection-1,machine-type=e2-standard-8,machine-type=t2d-standard-8,rank=0"
|
||||
|
||||
--instance-selection-machine-types=[MACHINE_TYPE,...]
|
||||
Machine types that are used to create VMs in the managed instance
|
||||
group. If not provided, the machine type specified in the instance
|
||||
template is used.
|
||||
|
||||
--list-managed-instances-results=MODE
|
||||
Pagination behavior for the group's listManagedInstances API method.
|
||||
This flag does not affect the group's gcloud or console list-instances
|
||||
|
|
@ -118,6 +132,13 @@ FLAGS
|
|||
Pagination is enabled for the group's listManagedInstances API
|
||||
method. maxResults and pageToken query parameters are respected.
|
||||
|
||||
--remove-instance-selections=[INSTANCE_SELECTION_NAME,...]
|
||||
Remove specific instance selections from the instance flexibility
|
||||
policy.
|
||||
|
||||
--remove-instance-selections-all
|
||||
Remove all instance selections from the instance flexibility policy.
|
||||
|
||||
--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]
|
||||
Remove stateful configuration for the specified disks.
|
||||
|
||||
|
|
|
|||
|
|
@ -1051,7 +1051,7 @@ FLAGS
|
|||
practice to use --image-family when the latest version of an image is
|
||||
needed.
|
||||
|
||||
By default, debian-11 is assumed for this flag.
|
||||
By default, debian-12 is assumed for this flag.
|
||||
|
||||
Sole Tenancy.
|
||||
|
||||
|
|
|
|||
|
|
@ -812,7 +812,7 @@ FLAGS
|
|||
practice to use --image-family when the latest version of an image is
|
||||
needed.
|
||||
|
||||
By default, debian-11 is assumed for this flag.
|
||||
By default, debian-12 is assumed for this flag.
|
||||
|
||||
Specifies the reservation for instances created from this template.
|
||||
|
||||
|
|
|
|||
|
|
@ -975,7 +975,7 @@ OPTIONAL FLAGS
|
|||
practice to use --image-family when the latest version of an image is
|
||||
needed.
|
||||
|
||||
By default, debian-11 is assumed for this flag.
|
||||
By default, debian-12 is assumed for this flag.
|
||||
|
||||
--source-snapshot=SOURCE_SNAPSHOT
|
||||
The name of the source disk snapshot that the instance boot disk will
|
||||
|
|
|
|||
|
|
@ -1176,7 +1176,7 @@ FLAGS
|
|||
practice to use --image-family when the latest version of an image is
|
||||
needed.
|
||||
|
||||
By default, debian-11 is assumed for this flag.
|
||||
By default, debian-12 is assumed for this flag.
|
||||
|
||||
--source-snapshot=SOURCE_SNAPSHOT
|
||||
The name of the source disk snapshot that the instance boot disk will
|
||||
|
|
|
|||
|
|
@ -1001,7 +1001,7 @@ FLAGS
|
|||
practice to use --image-family when the latest version of an image is
|
||||
needed.
|
||||
|
||||
By default, debian-11 is assumed for this flag.
|
||||
By default, debian-12 is assumed for this flag.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue