mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
39 lines
1,009 B
Text
39 lines
1,009 B
Text
NAME
|
|
gcloud compute instance-groups managed instance-configs - manage
|
|
instance-specific settings in a managed instance group
|
|
|
|
SYNOPSIS
|
|
gcloud compute instance-groups managed instance-configs COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage instance-specific settings in a managed instance group.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a per-instance config for an instance in a managed instance
|
|
group.
|
|
|
|
delete
|
|
Delete per-instance configs from a managed instance group.
|
|
|
|
list
|
|
List per-instance configs of a managed instance group.
|
|
|
|
update
|
|
Update per-instance config of a managed instance group.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute instance-groups managed instance-configs
|
|
|
|
$ gcloud beta compute instance-groups managed instance-configs
|
|
|