mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Nov 20 10:03:22 UTC 2024
This commit is contained in:
parent
a63704a3af
commit
ad2752c6c9
198 changed files with 7874 additions and 336 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-network=DESTINATION_NETWORK]
|
||||
[--description=DESCRIPTION] [--destination-fqdn=DESTINATION_FQDN]
|
||||
[--destination-network=DESTINATION_NETWORK]
|
||||
[--destination-port=DESTINATION_PORT]
|
||||
[--destination-project=DESTINATION_PROJECT] [--labels=[KEY=VALUE,...]]
|
||||
[--other-projects=[OTHER_PROJECTS,...]] [--protocol=PROTOCOL]
|
||||
|
|
@ -118,6 +119,10 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
The description of the connectivity test.
|
||||
|
||||
--destination-fqdn=DESTINATION_FQDN
|
||||
A hostname as the destination endpoint. Only applicable for Google
|
||||
Kubernetes Engine.
|
||||
|
||||
--destination-network=DESTINATION_NETWORK
|
||||
A VPC network URI where the destination is located.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta network-management connectivity-tests update CONNECTIVITY_TEST
|
||||
[--async] [--description=DESCRIPTION]
|
||||
[--destination-fqdn=DESTINATION_FQDN]
|
||||
[--destination-network=DESTINATION_NETWORK]
|
||||
[--destination-port=DESTINATION_PORT]
|
||||
[--destination-project=DESTINATION_PROJECT] [--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -79,6 +80,10 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
The description of the connectivity test.
|
||||
|
||||
--destination-fqdn=DESTINATION_FQDN
|
||||
A hostname as the destination endpoint. Only applicable for Google
|
||||
Kubernetes Engine.
|
||||
|
||||
--destination-network=DESTINATION_NETWORK
|
||||
A VPC network URI where the destination is located.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue