mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -3,13 +3,15 @@ NAME
|
|||
peering
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware network-peerings create NETWORK_PEERING
|
||||
--peer-network=PEER_NETWORK --peer-network-type=PEER_NETWORK_TYPE
|
||||
gcloud vmware network-peerings create
|
||||
(NETWORK_PEERING : --location=LOCATION) --peer-network=PEER_NETWORK
|
||||
--peer-network-type=PEER_NETWORK_TYPE
|
||||
--vmware-engine-network=VMWARE_ENGINE_NETWORK [--async]
|
||||
[--description=DESCRIPTION] [--no-exchange-subnet-routes]
|
||||
[--no-export-custom-routes] [--no-export-custom-routes-with-public-ip]
|
||||
[--no-import-custom-routes] [--no-import-custom-routes-with-public-ip]
|
||||
[--peer-mtu=PEER_MTU] [--peer-project=PEER_PROJECT]
|
||||
[--vmware-engine-network-project=VMWARE_ENGINE_NETWORK_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -33,9 +35,10 @@ EXAMPLES
|
|||
and location is taken as global.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VMware Engine VPC network peering resource - network_peering. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
VMware Engine VPC network peering resource - network_peering. 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 network_peering on the command line with a fully
|
||||
|
|
@ -52,6 +55,18 @@ POSITIONAL ARGUMENTS
|
|||
To set the network-peering attribute:
|
||||
▸ provide the argument network_peering on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The resource name of the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument network_peering on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set location as 'global' (default).
|
||||
|
||||
REQUIRED FLAGS
|
||||
--peer-network=PEER_NETWORK
|
||||
ID of the network to peer with the VMware Engine network. The peer
|
||||
|
|
@ -126,6 +141,10 @@ OPTIONAL FLAGS
|
|||
Project ID or project number of the peer network. Use this flag when
|
||||
the peer network is in another project.
|
||||
|
||||
--vmware-engine-network-project=VMWARE_ENGINE_NETWORK_PROJECT
|
||||
Project of the VMware Engine network to attach the new peering to. Use
|
||||
this flag when the VMware Engine network is in another project.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ NAME
|
|||
VPC network peering
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware network-peerings delete NETWORK_PEERING [--async]
|
||||
gcloud vmware network-peerings delete
|
||||
(NETWORK_PEERING : --location=LOCATION) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -20,9 +21,10 @@ EXAMPLES
|
|||
and location is taken as global.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VMware Engine VPC network peering resource - network_peering. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
VMware Engine VPC network peering resource - network_peering. 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 network_peering on the command line with a fully
|
||||
|
|
@ -39,6 +41,18 @@ POSITIONAL ARGUMENTS
|
|||
To set the network-peering attribute:
|
||||
▸ provide the argument network_peering on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The resource name of the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument network_peering on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set location as 'global' (default).
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ NAME
|
|||
Engine VPC network peering
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware network-peerings describe NETWORK_PEERING
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud vmware network-peerings describe
|
||||
(NETWORK_PEERING : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get information about a VPC network peering.
|
||||
|
|
@ -18,9 +18,10 @@ EXAMPLES
|
|||
and location is taken as global.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VMware Engine VPC network peering resource - network_peering. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
VMware Engine VPC network peering resource - network_peering. 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 network_peering on the command line with a fully
|
||||
|
|
@ -37,6 +38,18 @@ POSITIONAL ARGUMENTS
|
|||
To set the network-peering attribute:
|
||||
▸ provide the argument network_peering on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The resource name of the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument network_peering on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set location as 'global' (default).
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@ FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
◆ set location as 'global' (default) or a region with a fully specified
|
||||
name;
|
||||
◆ set location as 'global' (default) with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
|
|
@ -38,7 +37,7 @@ FLAGS
|
|||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set location as 'global' (default) or a region.
|
||||
▸ set location as 'global' (default).
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud vmware network-peerings routes list
|
||||
--network-peering=NETWORK_PEERING [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
(--network-peering=NETWORK_PEERING : --location=LOCATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List VPC network peering routes across all locations in your project.
|
||||
|
|
@ -25,9 +25,10 @@ EXAMPLES
|
|||
In above examples, the location is taken as global.
|
||||
|
||||
REQUIRED FLAGS
|
||||
VMware Engine VPC network peering resource - network_peering. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
VMware Engine VPC network peering resource - network_peering. 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 --network-peering on the command line with a
|
||||
|
|
@ -44,6 +45,18 @@ REQUIRED FLAGS
|
|||
To set the network-peering attribute:
|
||||
▸ provide the argument --network-peering on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The resource name of the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --network-peering on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set location as 'global' (default).
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ NAME
|
|||
VPC network peering
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware network-peerings update NETWORK_PEERING [--async]
|
||||
gcloud vmware network-peerings update
|
||||
(NETWORK_PEERING : --location=LOCATION) [--async]
|
||||
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -20,9 +21,10 @@ EXAMPLES
|
|||
and location is taken as global.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VMware Engine VPC network peering resource - network_peering. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
VMware Engine VPC network peering resource - network_peering. 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 network_peering on the command line with a fully
|
||||
|
|
@ -39,6 +41,18 @@ POSITIONAL ARGUMENTS
|
|||
To set the network-peering attribute:
|
||||
▸ provide the argument network_peering on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The resource name of the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument network_peering on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set location as 'global' (default).
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ REQUIRED FLAGS
|
|||
|
||||
--protocol=PROTOCOL
|
||||
Defines possible protocols used to send logs to a logging server.
|
||||
PROTOCOL must be one of: UDP, TCP.
|
||||
PROTOCOL must be one of: UDP, TCP, TLS, SSL, RELP.
|
||||
|
||||
--source-type=SOURCE_TYPE
|
||||
The type of component that produces logs that will be forwarded to this
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ FLAGS
|
|||
|
||||
--protocol=PROTOCOL
|
||||
Defines possible protocols used to send logs to a logging server.
|
||||
PROTOCOL must be one of: UDP, TCP.
|
||||
PROTOCOL must be one of: UDP, TCP, TLS, RELP, SSL.
|
||||
|
||||
--source-type=SOURCE_TYPE
|
||||
The type of component that produces logs that will be forwarded to this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue