mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 24 10:23:00 UTC 2023
This commit is contained in:
parent
a56fab68e5
commit
d0919dce4f
151 changed files with 3286 additions and 306 deletions
|
|
@ -11,7 +11,8 @@ SYNOPSIS
|
|||
[--customer-router-ipv6-interface-id=PEER_INTERFACE_ID]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[--stack-type=STACK_TYPE] [--vlan=VLAN] [GCLOUD_WIDE_FLAG ...]
|
||||
[--stack-type=STACK_TYPE] [--subnet-length=SUBNET_LENGTH] [--vlan=VLAN]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute interconnects attachments dedicated create is used to create
|
||||
|
|
@ -73,11 +74,11 @@ OPTIONAL FLAGS
|
|||
Up to 16 candidate prefixes that can be used to restrict the allocation
|
||||
of cloudRouterIpAddress and customerRouterIpAddress for this
|
||||
attachment. All prefixes must be within link-local address space.
|
||||
Google will attempt to select an unused /29 from the supplied candidate
|
||||
subnet(s), or all of link-local space if no subnets supplied. Google
|
||||
will not re-use a /29 already in-use by your project, even if it's
|
||||
contained in one of the candidate subnets. The request will fail if all
|
||||
/29s within the candidate subnets are in use at Google's edge.
|
||||
Google attempts to select an unused subnet of SUBNET_LENGTH from the
|
||||
supplied candidate subnet(s), or all of link-local space if no subnets
|
||||
supplied. Google does not re-use a subnet already in-use by your
|
||||
project, even if it's contained in one of the candidate subnets. The
|
||||
request fails if all candidate subnets are in use at Google's edge.
|
||||
|
||||
--cloud-router-ipv6-interface-id=INTERFACE_ID
|
||||
If supplied, the interface id (index within the subnet) to be used for
|
||||
|
|
@ -166,6 +167,14 @@ OPTIONAL FLAGS
|
|||
IPV4_ONLY
|
||||
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.
|
||||
|
||||
--vlan=VLAN
|
||||
Desired VLAN for this attachment, in the range 2-4093. If not supplied,
|
||||
Google will automatically select a VLAN.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue