mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jan 15 09:50:59 UTC 2025
This commit is contained in:
parent
5a9f5ff67e
commit
4a036681b1
126 changed files with 4290 additions and 679 deletions
|
|
@ -18,7 +18,8 @@ SYNOPSIS
|
|||
--source-gke-master-cluster=SOURCE_GKE_MASTER_CLUSTER
|
||||
--source-instance=SOURCE_INSTANCE
|
||||
--source-ip-address=SOURCE_IP_ADDRESS) [--async]
|
||||
[--description=DESCRIPTION] [--destination-fqdn=DESTINATION_FQDN]
|
||||
[--bypass-firewall-checks] [--description=DESCRIPTION]
|
||||
[--destination-fqdn=DESTINATION_FQDN]
|
||||
[--destination-network=DESTINATION_NETWORK]
|
||||
[--destination-port=DESTINATION_PORT]
|
||||
[--destination-project=DESTINATION_PROJECT] [--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -116,6 +117,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--bypass-firewall-checks
|
||||
This boolean controls whether to skip firewall checking.
|
||||
|
||||
--description=DESCRIPTION
|
||||
The description of the connectivity test.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta network-management connectivity-tests update CONNECTIVITY_TEST
|
||||
[--async] [--description=DESCRIPTION]
|
||||
[--async] [--bypass-firewall-checks] [--description=DESCRIPTION]
|
||||
[--destination-fqdn=DESTINATION_FQDN]
|
||||
[--destination-network=DESTINATION_NETWORK]
|
||||
[--destination-port=DESTINATION_PORT]
|
||||
|
|
@ -77,6 +77,10 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--bypass-firewall-checks
|
||||
This boolean controls whether to skip firewall checking. Use
|
||||
--no-bypass-firewall-checks to disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
The description of the connectivity test.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue