1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Sep 10 11:12:24 UTC 2025

This commit is contained in:
Automated 2025-09-10 11:12:24 +00:00
parent be3f81b90a
commit 78d417f901
91 changed files with 2522 additions and 712 deletions

View file

@ -109,13 +109,15 @@ FLAGS
should be in the subnet IP range.
--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.

View file

@ -115,13 +115,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.