mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 8 09:17:12 UTC 2024
This commit is contained in:
parent
48fac7efd4
commit
e8259d86b1
110 changed files with 1686 additions and 651 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud network-connectivity hubs create HUB [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--description=DESCRIPTION] [--export-psc] [--labels=[KEY=VALUE,...]]
|
||||
[--policy-mode=POLICY_MODE] [--preset-topology=PRESET_TOPOLOGY]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -43,6 +44,10 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the hub.
|
||||
|
||||
--export-psc
|
||||
This boolean controls whether Private Service Connect transitivity is
|
||||
enabled for the hub.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
@ -51,6 +56,15 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--policy-mode=POLICY_MODE
|
||||
Policy mode of the hub. POLICY_MODE must be one of:
|
||||
policy-mode-unspecified, preset.
|
||||
|
||||
--preset-topology=PRESET_TOPOLOGY
|
||||
Topology of the hub. Only applicable when --policy-mode=PRESET.
|
||||
PRESET_TOPOLOGY must be one of: mesh, preset-topology-unspecified,
|
||||
star.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue