mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Feb 26 10:38:18 UTC 2025
This commit is contained in:
parent
8d1a988ab5
commit
a597993b2e
186 changed files with 5629 additions and 923 deletions
43
gcloud/beta/compute/interconnects/cross-site-networks/create
Normal file
43
gcloud/beta/compute/interconnects/cross-site-networks/create
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects cross-site-networks create - create a
|
||||
Compute Engine cross site network
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects cross-site-networks create NAME
|
||||
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects cross-site-networks create is used
|
||||
to create cross site networks. A cross site network contains wire groups.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To create a cross site network, run:
|
||||
|
||||
$ gcloud beta compute interconnects cross-site-networks create \
|
||||
example-cross-site-network --project=my-project \
|
||||
--description="Example cross site network"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the crossSiteNetwork to create.
|
||||
|
||||
FLAGS
|
||||
--description=DESCRIPTION
|
||||
An optional, textual description for the cross site network.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects cross-site-networks create
|
||||
|
||||
30
gcloud/beta/compute/interconnects/cross-site-networks/delete
Normal file
30
gcloud/beta/compute/interconnects/cross-site-networks/delete
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects cross-site-networks delete - delete
|
||||
Compute Engine cross site networks
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects cross-site-networks delete NAME
|
||||
[NAME ...] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects cross-site-networks delete deletes
|
||||
Compute Engine cross site networks.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME [NAME ...]
|
||||
Names of the crossSiteNetworks to delete.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects cross-site-networks delete
|
||||
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects cross-site-networks describe - describe a
|
||||
Compute Engine cross site network
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects cross-site-networks describe NAME
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects cross-site-networks describe
|
||||
displays all data associated with Compute Engine cross site network in a
|
||||
project.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the crossSiteNetwork to describe.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects cross-site-networks describe
|
||||
|
||||
40
gcloud/beta/compute/interconnects/cross-site-networks/help
Normal file
40
gcloud/beta/compute/interconnects/cross-site-networks/help
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects cross-site-networks - create or
|
||||
manipulate cross site networks
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects cross-site-networks COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create or manipulate cross site networks.
|
||||
|
||||
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) Create a Compute Engine cross site network.
|
||||
|
||||
delete
|
||||
(BETA) Delete Compute Engine cross site networks.
|
||||
|
||||
describe
|
||||
(BETA) Describe a Compute Engine cross site network.
|
||||
|
||||
list
|
||||
(BETA) List Google Compute Engine cross site networks.
|
||||
|
||||
update
|
||||
(BETA) Update a Compute Engine cross site network.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects cross-site-networks
|
||||
|
||||
68
gcloud/beta/compute/interconnects/cross-site-networks/list
Normal file
68
gcloud/beta/compute/interconnects/cross-site-networks/list
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects cross-site-networks list - list Google
|
||||
Compute Engine cross site networks
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects cross-site-networks list
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects cross-site-networks list displays
|
||||
all Google Compute Engine cross site networks in a project.
|
||||
|
||||
EXAMPLES
|
||||
To list all cross site networks in a project in table form, run:
|
||||
|
||||
$ gcloud beta compute interconnects cross-site-networks list
|
||||
|
||||
To list the URIs of all cross site networks in a project, run:
|
||||
|
||||
$ gcloud beta compute interconnects cross-site-networks list --uri
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects cross-site-networks list
|
||||
|
||||
35
gcloud/beta/compute/interconnects/cross-site-networks/update
Normal file
35
gcloud/beta/compute/interconnects/cross-site-networks/update
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects cross-site-networks update - update a
|
||||
Compute Engine cross site network
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects cross-site-networks update NAME
|
||||
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects cross-site-networks update is used
|
||||
to update cross site networks. A cross site network encapsulates wire
|
||||
groups.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the crossSiteNetwork to update.
|
||||
|
||||
FLAGS
|
||||
--description=DESCRIPTION
|
||||
An optional, textual description for the cross site network.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects cross-site-networks update
|
||||
|
||||
|
|
@ -26,6 +26,9 @@ GROUPS
|
|||
attachments
|
||||
(BETA) Read and manipulate Compute Engine interconnect attachments.
|
||||
|
||||
cross-site-networks
|
||||
(BETA) Create or manipulate cross site networks.
|
||||
|
||||
locations
|
||||
(BETA) Read and manipulate Compute Engine interconnect locations.
|
||||
|
||||
|
|
@ -37,6 +40,9 @@ GROUPS
|
|||
(BETA) Read and manipulate Google Compute Engine interconnect remote
|
||||
locations.
|
||||
|
||||
wire-groups
|
||||
(BETA) Create or manipulate wire groups.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
|
|
|
|||
48
gcloud/beta/compute/interconnects/wire-groups/add-endpoint
Normal file
48
gcloud/beta/compute/interconnects/wire-groups/add-endpoint
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups add-endpoint - add endpoint
|
||||
to a Compute Engine wire group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups add-endpoint NAME
|
||||
--cross-site-network=CROSS_SITE_NETWORK --endpoint-label=ENDPOINT_LABEL
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups add-endpoint is used
|
||||
to add endpoints to a wire group.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To add endpoint example-endpoint to wire group example-wire-group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups add-endpoint \
|
||||
example-wire-group --project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the wire group to update.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
--endpoint-label=ENDPOINT_LABEL
|
||||
The endpoint label for the wire group.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups add-endpoint
|
||||
|
||||
|
|
@ -0,0 +1,61 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups add-interconnect - add
|
||||
interconnect to a Compute Engine wire group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups add-interconnect NAME
|
||||
--cross-site-network=CROSS_SITE_NETWORK --endpoint-label=ENDPOINT_LABEL
|
||||
--interconnect=INTERCONNECT --interconnect-label=INTERCONNECT_LABEL
|
||||
--vlan-tags=VLAN_TAGS [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups add-interconnect is
|
||||
used to add interconnects to a wire group.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To add an interconnect example-interconnect to wire group
|
||||
example-wire-group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups add-interconnect \
|
||||
example-wire-group --project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint \
|
||||
--interconnect-label=example-interconnect \
|
||||
--interconnect=some-interconnect-uri --vlan-tags=111,222
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the wire group to update.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
--endpoint-label=ENDPOINT_LABEL
|
||||
The endpoint label for the wire group.
|
||||
|
||||
--interconnect=INTERCONNECT
|
||||
The interconnect for the wire group endpoint.
|
||||
|
||||
--interconnect-label=INTERCONNECT_LABEL
|
||||
The interconnect label for the wire group endpoint.
|
||||
|
||||
--vlan-tags=VLAN_TAGS
|
||||
The vlan tags for the interconnect on the wire group endpoint.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups add-interconnect
|
||||
|
||||
85
gcloud/beta/compute/interconnects/wire-groups/create
Normal file
85
gcloud/beta/compute/interconnects/wire-groups/create
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups create - create a Compute
|
||||
Engine wire group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups create NAME
|
||||
--bandwidth-unmetered=BANDWIDTH_UNMETERED
|
||||
--cross-site-network=CROSS_SITE_NETWORK --type=TYPE [--admin-enabled]
|
||||
[--description=DESCRIPTION] [--fault-response=FAULT_RESPONSE]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups create is used to
|
||||
create wire groups. A wire group represents a group of redundant wires
|
||||
between interconnects in two different metros. Each WireGroup belongs to a
|
||||
CrossSiteNetwork.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To create a wire group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups create \
|
||||
example-wire-group --project my-project \
|
||||
--cross-site-network example-cross-site-network \
|
||||
--type REDUNDANT --bandwidth-unmetered 1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the wire group to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--bandwidth-unmetered=BANDWIDTH_UNMETERED
|
||||
The amount of unmetered bandwidth to assign to the wire group.
|
||||
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
--type=TYPE
|
||||
The type for the wire group. TYPE must be one of:
|
||||
|
||||
BOX_AND_CROSS
|
||||
Box and cross type wire groups must have two VLAN tags. The first
|
||||
is for the same-zone pseudowire, and the second is for the
|
||||
cross-zone pseudowire.
|
||||
REDUNDANT
|
||||
Redundant type wire groups must have only one VLAN tag.
|
||||
WIRE
|
||||
Single wire type wire groups must have only one VLAN tag.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--admin-enabled
|
||||
Administrative status of the wire group. If not provided on creation,
|
||||
defaults to enabled. When this is enabled, the wire group is
|
||||
operational and will carry traffic. Use --no-admin-enabled to disable
|
||||
it.
|
||||
|
||||
--description=DESCRIPTION
|
||||
An optional, textual description for the wire group.
|
||||
|
||||
--fault-response=FAULT_RESPONSE
|
||||
The fault response for the wire group. FAULT_RESPONSE must be one of:
|
||||
|
||||
DISABLE_PORT
|
||||
Disable port
|
||||
NONE
|
||||
None
|
||||
|
||||
--validate-only
|
||||
Validate the new configuration, but don't update it.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups create
|
||||
|
||||
34
gcloud/beta/compute/interconnects/wire-groups/delete
Normal file
34
gcloud/beta/compute/interconnects/wire-groups/delete
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups delete - delete Compute
|
||||
Engine wire groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups delete NAME [NAME ...]
|
||||
--cross-site-network=CROSS_SITE_NETWORK [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups delete deletes Compute
|
||||
Engine wire groups.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME [NAME ...]
|
||||
Names of the wire groups to delete.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups delete
|
||||
|
||||
34
gcloud/beta/compute/interconnects/wire-groups/describe
Normal file
34
gcloud/beta/compute/interconnects/wire-groups/describe
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups describe - describe a Compute
|
||||
Engine wire group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups describe NAME
|
||||
--cross-site-network=CROSS_SITE_NETWORK [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups describe displays all
|
||||
data associated with Compute Engine wire group in a project.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the wire group to describe.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups describe
|
||||
|
||||
52
gcloud/beta/compute/interconnects/wire-groups/help
Normal file
52
gcloud/beta/compute/interconnects/wire-groups/help
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups - create or manipulate wire
|
||||
groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create or manipulate wire groups.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add-endpoint
|
||||
(BETA) Add endpoint to a Compute Engine wire group.
|
||||
|
||||
add-interconnect
|
||||
(BETA) Add interconnect to a Compute Engine wire group.
|
||||
|
||||
create
|
||||
(BETA) Create a Compute Engine wire group.
|
||||
|
||||
delete
|
||||
(BETA) Delete Compute Engine wire groups.
|
||||
|
||||
describe
|
||||
(BETA) Describe a Compute Engine wire group.
|
||||
|
||||
list
|
||||
(BETA) List Google Compute Engine wire groups.
|
||||
|
||||
remove-endpoint
|
||||
(BETA) Remove endpoint from a Compute Engine wire group.
|
||||
|
||||
remove-interconnect
|
||||
(BETA) Remove interconnect from a wire group.
|
||||
|
||||
update
|
||||
(BETA) Update a Compute Engine wire group.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups
|
||||
|
||||
73
gcloud/beta/compute/interconnects/wire-groups/list
Normal file
73
gcloud/beta/compute/interconnects/wire-groups/list
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups list - list Google Compute
|
||||
Engine wire groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups list
|
||||
--cross-site-network=CROSS_SITE_NETWORK [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups list displays all
|
||||
Google Compute Engine wire groups in a project.
|
||||
|
||||
EXAMPLES
|
||||
To list all wire groups in a project in table form, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups list
|
||||
|
||||
To list the URIs of all wire groups in a project, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups list --uri
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups list
|
||||
|
||||
|
|
@ -0,0 +1,49 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups remove-endpoint - remove
|
||||
endpoint from a Compute Engine wire group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups remove-endpoint NAME
|
||||
--cross-site-network=CROSS_SITE_NETWORK --endpoint-label=ENDPOINT_LABEL
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups remove-endpoint is
|
||||
used to remove endpoints from a wire group.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To remove endpoint example-endpoint from wire group example-wire-group,
|
||||
run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups remove-endpoint \
|
||||
example-wire-group --project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the wire group to update.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
--endpoint-label=ENDPOINT_LABEL
|
||||
The endpoint label for the wire group.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups remove-endpoint
|
||||
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups remove-interconnect - remove
|
||||
interconnect from a wire group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups remove-interconnect NAME
|
||||
--cross-site-network=CROSS_SITE_NETWORK --endpoint-label=ENDPOINT_LABEL
|
||||
--interconnect-label=INTERCONNECT_LABEL [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups remove-interconnect is
|
||||
used to remove interconnects from a wire group endpoint.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To remove an interconnect example-interconnect from wire group
|
||||
example-wire-group, run:
|
||||
|
||||
$ gcloud beta compute interconnects wire-groups \
|
||||
remove-interconnect example-wire-group \
|
||||
--project=example-project \
|
||||
--cross-site-network=example-cross-site-network \
|
||||
--endpoint-label=example-endpoint \
|
||||
--interconnect-label=example-interconnect
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the wire group to update.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
--endpoint-label=ENDPOINT_LABEL
|
||||
The endpoint label for the wire group.
|
||||
|
||||
--interconnect-label=INTERCONNECT_LABEL
|
||||
The interconnect label for the wire group endpoint.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups remove-interconnect
|
||||
|
||||
72
gcloud/beta/compute/interconnects/wire-groups/update
Normal file
72
gcloud/beta/compute/interconnects/wire-groups/update
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
NAME
|
||||
gcloud beta compute interconnects wire-groups update - update a Compute
|
||||
Engine wire group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute interconnects wire-groups update NAME
|
||||
--cross-site-network=CROSS_SITE_NETWORK [--admin-enabled]
|
||||
[--bandwidth-unmetered=BANDWIDTH_UNMETERED] [--description=DESCRIPTION]
|
||||
[--fault-response=FAULT_RESPONSE] [--type=TYPE] [--validate-only]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects wire-groups update is used to
|
||||
update wire groups. A wire group represents a group of redundant wires.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the wire group to update.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--cross-site-network=CROSS_SITE_NETWORK
|
||||
Name of the crossSiteNetwork to operate on.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--admin-enabled
|
||||
Administrative status of the wire group. When this is enabled, the wire
|
||||
group is operational and will carry traffic. Use --no-admin-enabled to
|
||||
disable it.
|
||||
|
||||
--bandwidth-unmetered=BANDWIDTH_UNMETERED
|
||||
The amount of unmetered bandwidth to assign to the wire group.
|
||||
|
||||
--description=DESCRIPTION
|
||||
An optional, textual description for the wire group.
|
||||
|
||||
--fault-response=FAULT_RESPONSE
|
||||
The fault response for the wire group. FAULT_RESPONSE must be one of:
|
||||
|
||||
DISABLE_PORT
|
||||
Disable port
|
||||
NONE
|
||||
None
|
||||
|
||||
--type=TYPE
|
||||
The type for the wire group. TYPE must be one of:
|
||||
|
||||
BOX_AND_CROSS
|
||||
Box and cross type wire groups must have two VLAN tags. The first
|
||||
is for the same-zone pseudowire, and the second is for the
|
||||
cross-zone pseudowire.
|
||||
REDUNDANT
|
||||
Redundant type wire groups must have only one VLAN tag.
|
||||
WIRE
|
||||
Single wire type wire groups must have only one VLAN tag.
|
||||
|
||||
--validate-only
|
||||
Validate the new configuration, but don't update it.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha compute interconnects wire-groups update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue