gcloud_alpha_compute_interconnects_create (1)
NAME
- gcloud alpha compute interconnects create - create a Google Compute Engine interconnect
SYNOPSIS
-
gcloud alpha compute interconnects create NAME --customer-name=CUSTOMER_NAME --interconnect-type=INTERCONNECT_TYPE --link-type=LINK_TYPE --location=LOCATION --requested-link-count=REQUESTED_LINK_COUNT [--admin-enabled] [--description=DESCRIPTION] [--noc-contact-email=NOC_CONTACT_EMAIL] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects create is used to create
For an example, refer to the EXAMPLES section below.
POSITIONAL ARGUMENTS
-
- NAME
-
Name of the interconnect to create.
REQUIRED FLAGS
-
- --customer-name=CUSTOMER_NAME
-
Customer name to put in the Letter of Authorization as the party authorized to
request an interconnect.
- --interconnect-type=INTERCONNECT_TYPE
-
(DEPRECATED) Type of the interconnect.
IT_PRIVATE will be deprecated for interconnect-type. Please use DEDICATED instead. INTERCONNECT_TYPE must be one of:
-
- DEDICATED
- Dedicated private interconnect.
- IT_PRIVATE
- Dedicated private interconnect. (Warning: IT_PRIVATE is deprecated, use DEDICATED instead.)
- PARTNER
- Partner interconnect. Only available to approved partners.
-
- --link-type=LINK_TYPE
-
Type of the link for the interconnect. LINK_TYPE must be (currently only
one value is supported):
-
- LINK_TYPE_ETHERNET_10G_LR
- 10Gbps Ethernet, LR Optics.
-
- --location=LOCATION
-
The location for the interconnect. The locations can be listed by using the
gcloud alpha compute interconnects locations list command to find the
appropriate location to use when creating an interconnect.
- --requested-link-count=REQUESTED_LINK_COUNT
-
Target number of physical links in the link bundle.
OPTIONAL FLAGS
-
- --admin-enabled
-
Administrative status of the interconnect. If not provided on creation, defaults
to enabled. When this is enabled, the interconnect is operational and will carry
traffic across any functioning linked interconnect attachments. Use
--no-admin-enabled to disable it.
- --description=DESCRIPTION
-
An optional, textual description for the interconnect.
- --noc-contact-email=NOC_CONTACT_EMAIL
-
Email address to contact the customer NOC for operations and maintenance
notifications regarding this interconnect.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To create an interconnect of type DEDICATED, run:
-
$ gcloud alpha compute interconnects create example-interconnect \
--customer-name "Example Customer Name" \
--interconnect-type DEDICATED \
--link-type LINK_TYPE_ETHERNET_10G_LR \
--location example-zone1-1 --requested-link-count 1 \
--noc-contact-email noc@example.com \
--description "Example interconnect"
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud compute interconnects create $ gcloud beta compute interconnects create