mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Sep 24 11:08:57 UTC 2025
This commit is contained in:
parent
79c9fb4d92
commit
1dea1ef852
168 changed files with 6625 additions and 700 deletions
|
|
@ -65,13 +65,17 @@ EXAMPLES
|
|||
--network="projects/{project_id}/global/networks/{network_id}"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VpcFlowLogsConfig resource - Identifier. Unique name of the configuration
|
||||
using one of the forms:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
VpcFlowLogsConfig resource - Identifier. Unique name of the configuration.
|
||||
The name can have one of the following forms:
|
||||
|
||||
◆ For project-level configurations:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
|
||||
◆ For organization-level configurations:
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
The arguments in this group can be used to specify the attributes of
|
||||
this resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument vpc_flow_logs_config on the command line with a
|
||||
|
|
|
|||
|
|
@ -24,13 +24,17 @@ EXAMPLES
|
|||
my-config --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VpcFlowLogsConfig resource - VpcFlowLogsConfig resource name using one of
|
||||
the form:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
VpcFlowLogsConfig resource - The resource name of the VpcFlowLogsConfig,
|
||||
in one of the following formats:
|
||||
|
||||
◆ For a project-level resource:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
|
||||
◆ For an organization-level resource:
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
The arguments in this group can be used to specify the attributes of
|
||||
this resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument vpc_flow_logs_config on the command line with a
|
||||
|
|
|
|||
|
|
@ -24,13 +24,17 @@ EXAMPLES
|
|||
my-config --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VpcFlowLogsConfig resource - VpcFlowLogsConfig resource name using the
|
||||
form:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
VpcFlowLogsConfig resource - The resource name of the VpcFlowLogsConfig,
|
||||
in one of the following formats:
|
||||
|
||||
◆ For project-level resources:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
|
||||
◆ For organization-level resources:
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
The arguments in this group can be used to specify the attributes of
|
||||
this resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument vpc_flow_logs_config on the command line with a
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@ COMMANDS
|
|||
(BETA) Fetch all organization-level VPC Flow Logs configurations
|
||||
associated with the project.
|
||||
|
||||
show-effective-flow-logs-configs
|
||||
(BETA) Show all effective VPC Flow Logs configurations for a resource.
|
||||
|
||||
update
|
||||
(BETA) Updates one or more fields in an existing VPC Flow Logs
|
||||
configuration.
|
||||
|
|
|
|||
|
|
@ -25,12 +25,16 @@ EXAMPLES
|
|||
--location=global --filter="state:ENABLED"
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The parent resource of the VpcFlowLogsConfig:
|
||||
projects/{project_id}/locations/global
|
||||
organizations/{organization_id}/locations/global The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
attributes are not given arguments in this group but can be set in other
|
||||
ways.
|
||||
Location resource - The parent resource of the VpcFlowLogsConfig, in one
|
||||
of the following formats:
|
||||
|
||||
◆ For project-level resourcs: projects/{project_id}/locations/global
|
||||
|
||||
◆ For organization-level resources:
|
||||
organizations/{organization_id}/locations/global The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE)
|
||||
Some attributes are not given arguments in this group but can be set in
|
||||
other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
|
|
|
|||
|
|
@ -21,10 +21,10 @@ EXAMPLES
|
|||
$ gcloud beta network-management vpc-flow-logs-configs \ query-org-vpc-flow-logs-configs --location=global
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The parent resource of the VpcFlowLogsConfig:
|
||||
projects/{project_id}/locations/global This represents a Cloud resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can be
|
||||
set in other ways.
|
||||
Location resource - The parent resource of the VpcFlowLogsConfig,
|
||||
specified in the following format: projects/{project_id}/locations/global
|
||||
This represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
|
|
@ -79,5 +79,9 @@ API REFERENCE
|
|||
for this API can be found at: https://cloud.google.com/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud network-management vpc-flow-logs-configs \
|
||||
query-org-vpc-flow-logs-configs
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,95 @@
|
|||
NAME
|
||||
gcloud beta network-management vpc-flow-logs-configs
|
||||
show-effective-flow-logs-configs - show all effective VPC Flow Logs
|
||||
configurations for a resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta network-management vpc-flow-logs-configs
|
||||
show-effective-flow-logs-configs --location=LOCATION
|
||||
--resource=RESOURCE [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Shows all effective VPC Flow Logs configurations for a resource. The
|
||||
effective configurations include all configurations that apply to the
|
||||
resource, including inherited ones from parent resources.
|
||||
|
||||
EXAMPLES
|
||||
To show all effective VPC Flow Logs configurations for a network my-network
|
||||
in project my-project, run:
|
||||
|
||||
$ gcloud beta network-management vpc-flow-logs-configs \
|
||||
show-effective-flow-logs-configs --location=global \
|
||||
--resource="projects/my-project/global/networks/my-network"
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The parent resource of the VpcFlowLogsConfig,
|
||||
specified in the following format: projects/{project_id}/locations/global
|
||||
This represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--resource=RESOURCE
|
||||
The resource to get the effective VPC Flow Logs configuration for. The
|
||||
resource must belong to the same project as the parent. The resource
|
||||
must be a network, subnetwork, interconnect attachment, VPN tunnel, or
|
||||
a project.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
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 networkmanagement/v1beta1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud network-management vpc-flow-logs-configs \
|
||||
show-effective-flow-logs-configs
|
||||
|
||||
|
|
@ -40,13 +40,17 @@ EXAMPLES
|
|||
my-config --location=global --state=DISABLED
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VpcFlowLogsConfig resource - Identifier. Unique name of the configuration
|
||||
using one of the forms:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
VpcFlowLogsConfig resource - Identifier. Unique name of the configuration.
|
||||
The name can have one of the following forms:
|
||||
|
||||
◆ For project-level configurations:
|
||||
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
|
||||
◆ For organization-level configurations:
|
||||
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
|
||||
The arguments in this group can be used to specify the attributes of
|
||||
this resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument vpc_flow_logs_config on the command line with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue