1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Dec 18 10:08:20 UTC 2024

This commit is contained in:
Automated 2024-12-18 10:08:20 +00:00
parent ec6dc40f99
commit 9c53f3cabe
128 changed files with 3295 additions and 279 deletions

View file

@ -105,6 +105,9 @@ GROUPS
network-firewall-policies
Manage Compute Engine network firewall policies.
network-profiles
Read Compute Engine network profiles.
networks
List, create, and delete Compute Engine networks.

View file

@ -0,0 +1,53 @@
NAME
gcloud compute network-profiles describe - describe a network profile
SYNOPSIS
gcloud compute network-profiles describe NETWORK_PROFILE
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describe a network profile.
EXAMPLES
To retrieve a single network profile and print its properties, run the
following command: $ gcloud compute network-profiles describe my-network-profile
POSITIONAL ARGUMENTS
Network profile resource - Name of the network profile you want to
inspect. 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 network_profile 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.
NETWORK_PROFILE
ID of the network_profile or fully qualified identifier for the
network_profile.
To set the network_profile attribute:
▸ provide the argument network_profile on the command line.
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 compute/v1 API. The full documentation for this API
can be found at: https://cloud.google.com/compute/
NOTES
These variants are also available:
$ gcloud alpha compute network-profiles describe
$ gcloud beta compute network-profiles describe

View file

@ -0,0 +1,30 @@
NAME
gcloud compute network-profiles - read Compute Engine network profiles
SYNOPSIS
gcloud compute network-profiles COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Read Compute Engine network profiles.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
describe
Describe a network profile.
list
List network profiles.
NOTES
These variants are also available:
$ gcloud alpha compute network-profiles
$ gcloud beta compute network-profiles

View file

@ -0,0 +1,67 @@
NAME
gcloud compute network-profiles list - list network profiles
SYNOPSIS
gcloud compute network-profiles list [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List network profiles.
EXAMPLES
The following command lists all network profiles:
$ gcloud compute network-profiles list
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.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
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 compute/v1 API. The full documentation for this API
can be found at: https://cloud.google.com/compute/
NOTES
These variants are also available:
$ gcloud alpha compute network-profiles list
$ gcloud beta compute network-profiles list

View file

@ -7,7 +7,8 @@ SYNOPSIS
[--description=DESCRIPTION] [--[no-]enable-ula-internal-ipv6]
[--internal-ipv6-range=INTERNAL_IPV6_RANGE] [--mtu=MTU]
[--network-firewall-policy-enforcement-order=NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER]
[--range=RANGE] [--subnet-mode=MODE]
[--network-profile=NETWORK_PROFILE] [--range=RANGE]
[--subnet-mode=MODE]
[--bgp-best-path-selection-mode=BGP_BEST_PATH_SELECTION_MODE
--[no-]bgp-bps-always-compare-med
--bgp-bps-inter-region-cost=BGP_BPS_INTER_REGION_COST]
@ -87,6 +88,9 @@ FLAGS
BEFORE_CLASSIC_FIREWALL
Network Firewall Policy is enforced before classic firewall.
--network-profile=NETWORK_PROFILE
The network profile to apply to this network.
--range=RANGE
Specifies the IPv4 address range of legacy mode networks. The range
must be specified in CIDR format:

View file

@ -156,12 +156,16 @@ FLAGS
enable-bidirectional-access, enable-outbound-vm-access.
--purpose=PURPOSE
The purpose of the subnetwork is set to REGIONAL_MANAGED_PROXY to
migrate from the INTERNAL_HTTPS_LOAD_BALANCER purpose. PURPOSE must
be (only one value is supported):
The purpose of the subnetwork can be changed in a few scenarios.
PURPOSE must be one of:
PRIVATE
The default subnet type. Only PEER_MIGRATION subnets can be
changed to PRIVATE.
REGIONAL_MANAGED_PROXY
The proxy-only subnet for regional HTTP(S) load balancers.
The proxy-only subnet for regional HTTP(S) load balancers. Only
INTERNAL_HTTPS_LOAD_BALANCER subnets can be changed to
REGIONAL_MANAGED_PROXY.
--remove-secondary-ranges=PROPERTY=VALUE,[...]
Removes secondary ranges from the subnetwork.