mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
48 lines
1.3 KiB
Text
48 lines
1.3 KiB
Text
NAME
|
|
gcloud beta network-management vpc-flow-logs-configs - manage the VPC Flow
|
|
Logs configurations
|
|
|
|
SYNOPSIS
|
|
gcloud beta network-management vpc-flow-logs-configs COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) The flag --location=global is required for all the commands.
|
|
|
|
You can either specify resources for project-level configurations, or use
|
|
the --organization flag to apply organization-level configurations.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Creates a new VPC Flow Logs configuration.
|
|
|
|
delete
|
|
(BETA) Deletes the specified VPC Flow Logs configuration.
|
|
|
|
describe
|
|
(BETA) Describe the details of a specific VPC Flow Logs configuration.
|
|
|
|
list
|
|
(BETA) List all VPC Flow Logs configurations.
|
|
|
|
query-org-vpc-flow-logs-configs
|
|
(BETA) Fetch all organization-level VPC Flow Logs configurations
|
|
associated with the project.
|
|
|
|
update
|
|
(BETA) Updates one or more fields in an existing VPC Flow Logs
|
|
configuration.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud network-management vpc-flow-logs-configs
|
|
|