1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jan 8 10:03:00 UTC 2025

This commit is contained in:
Automated 2025-01-08 10:03:00 +00:00
parent 52290f76fe
commit 5a9f5ff67e
161 changed files with 2678 additions and 414 deletions

View file

@ -23,7 +23,7 @@ SYNOPSIS
[--destination-port=DESTINATION_PORT]
[--destination-project=DESTINATION_PROJECT] [--labels=[KEY=VALUE,...]]
[--other-projects=[OTHER_PROJECTS,...]] [--protocol=PROTOCOL]
[--source-network=SOURCE_NETWORK]
[--round-trip] [--source-network=SOURCE_NETWORK]
[--source-network-type=SOURCE_NETWORK_TYPE; default="gcp-network"]
[--source-project=SOURCE_PROJECT] [GCLOUD_WIDE_FLAG ...]
@ -143,6 +143,11 @@ OPTIONAL FLAGS
--protocol=PROTOCOL
Type of protocol for the test. When not provided, "TCP" is assumed.
--round-trip
This boolean controls whether return traces (from the destination to
the source) will be additionally calculated if packet successfully
reaches the destination from the source.
--source-network=SOURCE_NETWORK
A VPC network URI where the source is located.