mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Sep 10 11:12:24 UTC 2025
This commit is contained in:
parent
be3f81b90a
commit
78d417f901
91 changed files with 2522 additions and 712 deletions
|
|
@ -104,13 +104,15 @@ FLAGS
|
|||
compute/region property value for this command invocation.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
The stack type for the default network interface. Determines if IPv6 is
|
||||
enabled on the default network interface. STACK_TYPE must be one of:
|
||||
The stack type for the network interface. Determines if IPv6 is enabled
|
||||
on the network interface. STACK_TYPE must be one of:
|
||||
|
||||
IPV4_IPV6
|
||||
The network interface can have both IPv4 and IPv6 addresses.
|
||||
IPV4_ONLY
|
||||
The network interface will be assigned IPv4 addresses.
|
||||
IPV6_ONLY
|
||||
The network interface will be assigned IPv6 addresses.
|
||||
|
||||
--subnetwork=SUBNETWORK
|
||||
Specifies the subnetwork this network interface belongs to.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute service-attachments describe NAME [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--show-nat-ips] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Display details about a Google Compute Engine service attachment.
|
||||
|
|
@ -40,6 +40,12 @@ FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--show-nat-ips
|
||||
Determines whether to include the NAT IPs of connected endpoints in the
|
||||
service attachment output. If enabled (--show-nat-ips), the output will
|
||||
include the list of NAT IPs for each connected PSC endpoint and any
|
||||
endpoints propagated from them.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue