1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 9 11:23:49 UTC 2023

This commit is contained in:
Automated 2023-08-09 11:23:49 +00:00
parent 678b9afba9
commit 19bfacfbed
148 changed files with 2955 additions and 379 deletions

View file

@ -5,6 +5,7 @@ NAME
SYNOPSIS
gcloud beta network-management connectivity-tests create CONNECTIVITY_TEST
(--destination-cloud-sql-instance=DESTINATION_CLOUD_SQL_INSTANCE
--destination-forwarding-rule=DESTINATION_FORWARDING_RULE
--destination-gke-master-cluster=DESTINATION_GKE_MASTER_CLUSTER
--destination-instance=DESTINATION_INSTANCE
--destination-ip-address=DESTINATION_IP_ADDRESS)
@ -63,6 +64,9 @@ REQUIRED FLAGS
--destination-cloud-sql-instance=DESTINATION_CLOUD_SQL_INSTANCE
A Cloud SQL instance URI as the destination endpoint.
--destination-forwarding-rule=DESTINATION_FORWARDING_RULE
A forwarding rule URI as the destination endpoint.
--destination-gke-master-cluster=DESTINATION_GKE_MASTER_CLUSTER
A cluster URI for Google Kubernetes Engine master as the destination
endpoint.

View file

@ -14,6 +14,8 @@ SYNOPSIS
[--source-project=SOURCE_PROJECT]
[--clear-destination-cloud-sql-instance
| --destination-cloud-sql-instance=DESTINATION_CLOUD_SQL_INSTANCE]
[--clear-destination-forwarding-rule
| --destination-forwarding-rule=DESTINATION_FORWARDING_RULE]
[--clear-destination-gke-master-cluster
| --destination-gke-master-cluster=DESTINATION_GKE_MASTER_CLUSTER]
[--clear-destination-instance
@ -116,6 +118,14 @@ FLAGS
--destination-cloud-sql-instance=DESTINATION_CLOUD_SQL_INSTANCE
A Cloud SQL instance URI as the destination endpoint.
At most one of these can be specified:
--clear-destination-forwarding-rule
Clear existing destination forwarding rule.
--destination-forwarding-rule=DESTINATION_FORWARDING_RULE
A forwarding rule URI as the destination endpoint.
At most one of these can be specified:
--clear-destination-gke-master-cluster