1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00

gcloud: Wed Jun 29 09:00:05 UTC 2022

This commit is contained in:
Automated 2022-06-29 09:00:05 +00:00
parent 8b80260bd9
commit cf5ab60e4a
Failed to extract signature
195 changed files with 4700 additions and 413 deletions

View file

@ -5,6 +5,7 @@ NAME
SYNOPSIS
gcloud beta compute instance-groups managed update NAME
[--description=DESCRIPTION] [--instance-redistribution-type=TYPE]
[--list-managed-instances-results=MODE]
[--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]]
[--remove-stateful-external-ips=INTERFACE_NAME,[...]]
[--remove-stateful-internal-ips=INTERFACE_NAME,[...]]
@ -70,6 +71,19 @@ FLAGS
TYPE must be one of: NONE, PROACTIVE.
--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
behavior. By default it is set to PAGELESS. MODE must be one of:
PAGELESS
Pagination is disabled for the group's listManagedInstances API
method. maxResults and pageToken query parameters are ignored and
all instances are returned in a single response.
PAGINATED
Pagination is enabled for the group's listManagedInstances API
method. maxResults and pageToken query parameters are respected.
--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]
Remove stateful configuration for the specified disks.