mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -31,6 +31,9 @@ GROUPS
|
|||
patch-jobs
|
||||
Manage OS patches for Compute Engine VMs.
|
||||
|
||||
project-feature-settings
|
||||
Manage VM Manager project feature settings.
|
||||
|
||||
vulnerability-reports
|
||||
Display vulnerability reports for a Compute Engine VM.
|
||||
|
||||
|
|
|
|||
28
gcloud/compute/os-config/project-feature-settings/describe
Normal file
28
gcloud/compute/os-config/project-feature-settings/describe
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
NAME
|
||||
gcloud compute os-config project-feature-settings describe - get all VM
|
||||
Manager project feature settings
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute os-config project-feature-settings describe
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get all VM Manager project feature settings.
|
||||
|
||||
EXAMPLES
|
||||
To get project feature settings for project my-project:
|
||||
|
||||
$ gcloud compute os-config project-feature-settings describe \
|
||||
--project=my-project
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the osconfig/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com/compute/docs/osconfig/rest
|
||||
24
gcloud/compute/os-config/project-feature-settings/help
Normal file
24
gcloud/compute/os-config/project-feature-settings/help
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
NAME
|
||||
gcloud compute os-config project-feature-settings - manage VM Manager
|
||||
project feature settings
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute os-config project-feature-settings COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage VM Manager project feature settings.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
Get all VM Manager project feature settings.
|
||||
|
||||
update
|
||||
Update VM Manager project feature settings.
|
||||
44
gcloud/compute/os-config/project-feature-settings/update
Normal file
44
gcloud/compute/os-config/project-feature-settings/update
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
NAME
|
||||
gcloud compute os-config project-feature-settings update - update VM
|
||||
Manager project feature settings
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute os-config project-feature-settings update
|
||||
--patch-and-config-feature-set=PATCH_AND_CONFIG_FEATURE_SET
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update VM Manager project feature settings.
|
||||
|
||||
EXAMPLES
|
||||
To update project feature settings for project my-project:
|
||||
|
||||
$ gcloud compute os-config project-feature-settings update \
|
||||
--project=my-project --patch-and-config-feature-set=full
|
||||
|
||||
REQUIRED FLAGS
|
||||
--patch-and-config-feature-set=PATCH_AND_CONFIG_FEATURE_SET
|
||||
Specifies the feature set for VM Manager. PATCH_AND_CONFIG_FEATURE_SET
|
||||
must be one of:
|
||||
|
||||
full
|
||||
Full set of VM Manager functionality (alias for osconfig-c).
|
||||
limited
|
||||
Limited feature set. Enables only the basic set of features (alias
|
||||
for osconfig-b).
|
||||
osconfig-b
|
||||
Limited feature set. Enables only the basic set of features.
|
||||
osconfig-c
|
||||
Full set of VM Manager functionality.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the osconfig/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com/compute/docs/osconfig/rest
|
||||
Loading…
Add table
Add a link
Reference in a new issue