1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed May 1 09:26:55 UTC 2024

This commit is contained in:
Automated 2024-05-01 09:26:55 +00:00
parent 3740758467
commit 48fac7efd4
454 changed files with 11765 additions and 12790 deletions

View file

@ -74,10 +74,10 @@ OPTIONAL FLAGS
request fails if all candidate subnets are in use at Google's edge.
--cloud-router-ipv6-interface-id=INTERFACE_ID
The cloud-router-ipv6-interface-id field is not available.
cloud-router-ipv6-interface-id field is not available.
--customer-router-ipv6-interface-id=PEER_INTERFACE_ID
The customer-router-ipv6-interface-id field is not available.
customer-router-ipv6-interface-id field is not available.
--description=DESCRIPTION
Human-readable plain-text description of attachment.
@ -122,8 +122,8 @@ OPTIONAL FLAGS
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet
passing through this interconnect attachment. Only 1440 and 1500 are
allowed values. If not specified, the value will default to 1440.
passing through this interconnect attachment. Must be one of 1440,
1460, 1500, or 8896. If not specified, the value will default to 1440.
--region=REGION
Region of the interconnect attachment to create. If not specified, you
@ -146,8 +146,8 @@ OPTIONAL FLAGS
CLOUDSDK_COMPUTE_REGION.
--stack-type=STACK_TYPE
The stack type of the protocol(s) enabled on this interconnect
attachment. STACK_TYPE must be one of:
Stack type of the protocol(s) enabled on this interconnect attachment.
STACK_TYPE must be one of:
IPV4_IPV6
Both IPv4 and IPv6 protocols are enabled on this attachment.
@ -155,12 +155,12 @@ OPTIONAL FLAGS
Only IPv4 protocol is enabled on this attachment.
--subnet-length=SUBNET_LENGTH
The length of the IPv4 subnet mask for this attachment. 29 is the
default value, except for attachments on Cross-Cloud Interconnects
whose remote location's "constraints.subnetLengthRange" field specifies
a minimum subnet length of 30. In that case, the default value is 30.
The default value is recommended when there's no requirement on the
subnet length. SUBNET_LENGTH must be one of: 29, 30.
Length of the IPv4 subnet mask for this attachment. 29 is the default
value, except for attachments on Cross-Cloud Interconnects whose remote
location's "constraints.subnetLengthRange" field specifies a minimum
subnet length of 30. In that case, the default value is 30. The default
value is recommended when there's no requirement on the subnet length.
SUBNET_LENGTH must be one of: 29, 30.
--vlan=VLAN
Desired VLAN for this attachment, in the range 2-4093. If not supplied,

View file

@ -53,10 +53,10 @@ FLAGS
The candididate-ipv6-subnets field is not available.
--cloud-router-ipv6-interface-id=INTERFACE_ID
The cloud-router-ipv6-interface-id field is not available.
cloud-router-ipv6-interface-id field is not available.
--customer-router-ipv6-interface-id=PEER_INTERFACE_ID
The customer-router-ipv6-interface-id field is not available.
customer-router-ipv6-interface-id field is not available.
--description=DESCRIPTION
Human-readable plain-text description of attachment.
@ -68,8 +68,8 @@ FLAGS
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet
passing through this interconnect attachment. Only 1440 and 1500 are
allowed values. If not specified, the value will default to 1440.
passing through this interconnect attachment. Must be one of 1440,
1460, 1500, or 8896. If not specified, the value will default to 1440.
--region=REGION
Region of the interconnect attachment to patch. If not specified, you
@ -92,8 +92,8 @@ FLAGS
CLOUDSDK_COMPUTE_REGION.
--stack-type=STACK_TYPE
The stack type of the protocol(s) enabled on this interconnect
attachment. STACK_TYPE must be one of:
Stack type of the protocol(s) enabled on this interconnect attachment.
STACK_TYPE must be one of:
IPV4_IPV6
Both IPv4 and IPv6 protocols are enabled on this attachment.

View file

@ -7,7 +7,7 @@ SYNOPSIS
--edge-availability-domain=AVAILABILITY_DOMAIN --router=ROUTER
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
[--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute interconnects attachments partner create is used to create
@ -88,8 +88,8 @@ OPTIONAL FLAGS
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet
passing through this interconnect attachment. Only 1440 and 1500 are
allowed values. If not specified, the value will default to 1440.
passing through this interconnect attachment. Must be one of 1440,
1460, 1500, or 8896. If not specified, the value will default to 1440.
--region=REGION
Region of the interconnect attachment to create. If not specified, you
@ -111,6 +111,15 @@ OPTIONAL FLAGS
Alternatively, the region can be stored in the environment variable
CLOUDSDK_COMPUTE_REGION.
--stack-type=STACK_TYPE
Stack type of the protocol(s) enabled on this interconnect attachment.
STACK_TYPE must be one of:
IPV4_IPV6
Both IPv4 and IPv6 protocols are enabled on this attachment.
IPV4_ONLY
Only IPv4 protocol is enabled on this attachment.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud compute interconnects attachments partner update NAME
[--description=DESCRIPTION] [--enable-admin] [--mtu=MTU]
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
[--region=REGION] [--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute interconnects attachments partner update is used to update
@ -28,8 +28,8 @@ FLAGS
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet
passing through this interconnect attachment. Only 1440 and 1500 are
allowed values. If not specified, the value will default to 1440.
passing through this interconnect attachment. Must be one of 1440,
1460, 1500, or 8896. If not specified, the value will default to 1440.
--region=REGION
Region of the interconnect attachment to patch. If not specified, you
@ -51,6 +51,15 @@ FLAGS
Alternatively, the region can be stored in the environment variable
CLOUDSDK_COMPUTE_REGION.
--stack-type=STACK_TYPE
Stack type of the protocol(s) enabled on this interconnect attachment.
STACK_TYPE must be one of:
IPV4_IPV6
Both IPv4 and IPv6 protocols are enabled on this attachment.
IPV4_ONLY
Only IPv4 protocol is enabled on this attachment.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,