mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jun 29 09:00:05 UTC 2022
This commit is contained in:
parent
8b80260bd9
commit
cf5ab60e4a
195 changed files with 4700 additions and 413 deletions
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
--template=TEMPLATE [--base-instance-name=BASE_INSTANCE_NAME]
|
||||
[--description=DESCRIPTION] [--initial-delay=INITIAL_DELAY]
|
||||
[--instance-redistribution-type=TYPE]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
|
||||
[--stateful-external-ip=[enabled],
|
||||
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
|
||||
|
|
@ -77,6 +78,19 @@ OPTIONAL 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.
|
||||
|
||||
--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]
|
||||
Disks considered stateful by the instance group. Managed instance
|
||||
groups preserve and reattach stateful disks on VM autohealing, update,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,10 +16,8 @@ DESCRIPTION
|
|||
that takes care of authentication and the translation of the instance name
|
||||
into an IP address.
|
||||
|
||||
Note, this command does not work when connecting to Windows VMs. To connect
|
||||
to a Windows instance, including connecting using a command-line method,
|
||||
refer to this guide:
|
||||
https://cloud.google.com/compute/docs/instances/connecting-to-windows
|
||||
To use SSH to connect to a Windows VM, refer to this guide:
|
||||
https://cloud.google.com/compute/docs/connect/windows-ssh
|
||||
|
||||
The default network comes preconfigured to allow ssh access to all VMs. If
|
||||
the default network was edited, or if not using the default network, you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue