mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 10 11:35:23 UTC 2023
This commit is contained in:
parent
a4643b613a
commit
14441c7ea7
154 changed files with 6649 additions and 164 deletions
|
|
@ -4,11 +4,11 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud network-connectivity service-connection-policies create
|
||||
(SERVICE_CONNECTION_POLICY : --region=REGION) --network=NETWORK
|
||||
SERVICE_CONNECTION_POLICY --network=NETWORK
|
||||
--service-class=SERVICE_CLASS
|
||||
(--subnets=[SUBNETS,...] : --psc-connection-limit=PSC_CONNECTION_LIMIT)
|
||||
[--async] [--description=DESCRIPTION] [--labels=KEY=VALUE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new Service Connection Policy with the given name.
|
||||
|
|
@ -25,9 +25,8 @@ EXAMPLES
|
|||
|
||||
POSITIONAL ARGUMENTS
|
||||
Service connection policy resource - Name of the Service Connection Policy
|
||||
to be created. 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 be created. 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 service_connection_policy on the command line
|
||||
|
|
@ -35,6 +34,11 @@ POSITIONAL ARGUMENTS
|
|||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
To set the region attribute:
|
||||
◆ provide the argument service_connection_policy on the command line
|
||||
with a fully specified name;
|
||||
◆ provide the argument --region on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
SERVICE_CONNECTION_POLICY
|
||||
|
|
@ -45,17 +49,6 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument service_connection_policy on the command
|
||||
line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--region=REGION
|
||||
The location Id.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument service_connection_policy on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
Network resource - Network that this service connection policy applies to.
|
||||
E.g. projects/my-project/global/networks/net1 This represents a Cloud
|
||||
|
|
@ -82,11 +75,29 @@ REQUIRED FLAGS
|
|||
|
||||
This must be specified.
|
||||
|
||||
--subnets=[SUBNETS,...]
|
||||
Subnetwork to use for IP address management.
|
||||
Subnetwork resource - Subnetwork to use for IP address management. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
To set the project attribute:
|
||||
▸ provide the argument --subnets on the command line with a fully
|
||||
specified name;
|
||||
▸ set the property core/project;
|
||||
▸ provide the argument --project on the command line.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --subnets on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--subnets=[SUBNETS,...]
|
||||
IDs of the subnetworks or fully qualified identifiers for the
|
||||
subnetworks.
|
||||
|
||||
To set the subnetwork attribute:
|
||||
▫ provide the argument --subnets on the command line.
|
||||
|
||||
--psc-connection-limit=PSC_CONNECTION_LIMIT
|
||||
Max number of PSC connections for this policy.
|
||||
|
|
@ -102,6 +113,11 @@ OPTIONAL FLAGS
|
|||
--labels=KEY=VALUE
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
--region=REGION
|
||||
For resources [service connection policy, subnetwork], provides
|
||||
fallback value for resource region attribute. When the resource's full
|
||||
URI path is not provided, region will fallback to this flag value.
|
||||
|
||||
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