mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Mar 15 11:22:01 UTC 2023
This commit is contained in:
parent
29661f002c
commit
a4bd29dd06
164 changed files with 2541 additions and 844 deletions
|
|
@ -521,14 +521,27 @@ FLAGS
|
|||
--clear-vpc-connector
|
||||
Clears the VPC connector field.
|
||||
|
||||
--vpc-connector=VPC_CONNECTOR
|
||||
The VPC Access connector that the function can connect to. It can be
|
||||
either the fully-qualified URI, or the short name of the VPC Access
|
||||
connector resource. If the short name is used, the connector must
|
||||
belong to the same project. The format of this field is either
|
||||
projects/${PROJECT}/locations/${LOCATION}/connectors/${CONNECTOR} or
|
||||
${CONNECTOR}, where ${CONNECTOR} is the short name of the VPC Access
|
||||
connector.
|
||||
Connector resource - The VPC Access connector that the function can
|
||||
connect to. It can be either the fully-qualified URI, or the short name
|
||||
of the VPC Access connector resource. If the short name is used, the
|
||||
connector must belong to the same project. The format of this field is
|
||||
either projects/${PROJECT}/locations/${LOCATION}/connectors/${CONNECTOR}
|
||||
or ${CONNECTOR}, where ${CONNECTOR} is the short name of the VPC Access
|
||||
connector. 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 --vpc-connector on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project. To set the region attribute:
|
||||
▸ provide the argument --vpc-connector on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
--vpc-connector=VPC_CONNECTOR
|
||||
ID of the connector or fully qualified identifier for the
|
||||
connector. To set the connector attribute:
|
||||
▫ provide the argument --vpc-connector on the command line.
|
||||
|
||||
If you don't specify a trigger when deploying an update to an existing
|
||||
function it will keep its current trigger. You must specify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue