mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -16,52 +16,55 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
Add IAM policy binding for an instance.
|
||||
Adds IAM policy binding for a workbench instance.
|
||||
|
||||
check-instance-upgradability
|
||||
Request for checking if an instance is upgradeable.
|
||||
Checks if a workbench instance is upgradeable.
|
||||
|
||||
create
|
||||
Request for creating an instance.
|
||||
Creates a workbench instance.
|
||||
|
||||
delete
|
||||
Request for deleting instances.
|
||||
Deletes a workbench instance.
|
||||
|
||||
describe
|
||||
Request for describing instances.
|
||||
Describes a workbench instance.
|
||||
|
||||
diagnose
|
||||
Request for diagnosing instances.
|
||||
Diagnoses a workbench instance.
|
||||
|
||||
get-config
|
||||
Describes the valid configurations for workbench instances.
|
||||
|
||||
get-iam-policy
|
||||
Get IAM policy for an instance.
|
||||
Gets IAM policy for a workbench instance.
|
||||
|
||||
list
|
||||
Request for listing instances.
|
||||
Lists workbench instances.
|
||||
|
||||
remove-iam-policy-binding
|
||||
Remove IAM policy binding for an instance.
|
||||
Removes IAM policy binding for a workbench instance.
|
||||
|
||||
reset
|
||||
Request for resetting instances.
|
||||
Resets a workbench instance.
|
||||
|
||||
resize-disk
|
||||
Request for updating instances.
|
||||
Resizes the workbench instance's disk.
|
||||
|
||||
rollback
|
||||
Request for rolling back instances.
|
||||
Rolls back a workbench instance.
|
||||
|
||||
set-iam-policy
|
||||
Set the IAM policy for an Instance.
|
||||
Sets the IAM policy for a workbench instance.
|
||||
|
||||
start
|
||||
Request for starting instances.
|
||||
Starts a workbench instance.
|
||||
|
||||
stop
|
||||
Request for stopping instances.
|
||||
Stops a workbench instance.
|
||||
|
||||
update
|
||||
Request for updating instances.
|
||||
Updates a workbench instance.
|
||||
|
||||
upgrade
|
||||
Request for upgrading instances.
|
||||
Upgrades a workbench instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue