Stay organized with collections Save and categorize content based on your preferences.
gcloud beta compute network-attachments create
NAME
--subnets
=SUBNETS
,[SUBNETS
,…] [--connection-preference
=CONNECTION_PREFERENCE
; default="ACCEPT_AUTOMATIC"
] [--description
=DESCRIPTION
] [--producer-accept-list
=[ACCEPT_LIST
,…]] [--producer-reject-list
=[REJECT_LIST
,…]] [--region
=REGION
] [--subnets-region
=SUBNETS_REGION
] [GCLOUD_WIDE_FLAG …
]
(BETA)
gcloud beta compute network-attachments create
is used to create network attachments. A service consumer creates network attachments and makes it available to producers. Service producers then use a multi-NIC VM to form a bi-directional, non-NAT'd communication channel.
gcloud beta compute network-attachments create NETWORK_ATTACHMENT_NAME --region=us-central1 --subnets=MY_SUBNET --connection-preference=ACCEPT_MANUAL --producer-accept-list=PROJECT1,PROJECT2 --producer-reject-list=PROJECT3,PROJECT4
To create a network attachment with a textual description, run:
gcloud beta compute network-attachments create NETWORK_ATTACHMENT_NAME --region=us-central1 --subnets=MY_SUBNET --connection-preference=ACCEPT_MANUAL --producer-accept-list=PROJECT1,PROJECT2 --producer-reject-list=PROJECT3,PROJECT4 --description='default network attachment'
NAME
--subnets
=SUBNETS
,[SUBNETS
,…]
--connection-preference
=CONNECTION_PREFERENCE
; default="ACCEPT_AUTOMATIC"
CONNECTION_PREFERENCE
must be one of: ACCEPT_AUTOMATIC
, ACCEPT_MANUAL
.
--description
=DESCRIPTION
--producer-accept-list
=[ACCEPT_LIST
,…]
--producer-reject-list
=[REJECT_LIST
,…]
--region
=REGION
To avoid prompting when this flag is omitted, you can set the
property:compute/region
gcloud config set compute/region REGION
A list of regions can be fetched by running:
gcloud compute regions list
To unset the property, run:
gcloud config unset compute/region
Alternatively, the region can be stored in the environment variable
.CLOUDSDK_COMPUTE_REGION
--subnets-region
=SUBNETS_REGION
compute/region
property value for this command invocation.
--access-token-file
, --account
, --billing-project
, --configuration
, --flags-file
, --flatten
, --format
, --help
, --impersonate-service-account
, --log-http
, --project
, --quiet
, --trace-token
, --user-output-enabled
, --verbosity
.
Run $ gcloud help
for details.
gcloud compute network-attachments create
gcloud alpha compute network-attachments create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-13 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4