mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
84 lines
3 KiB
Text
84 lines
3 KiB
Text
NAME
|
|
gcloud active-directory peerings create - create a Managed Microsoft Active
|
|
Directory domain peering
|
|
|
|
SYNOPSIS
|
|
gcloud active-directory peerings create PEERING
|
|
--authorized-network=AUTHORIZED_NETWORK --domain=DOMAIN [--async]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Create a new Managed Microsoft AD domain peering with the given name using
|
|
Google Cloud's Managed Service for Microsoft Active Directory.
|
|
|
|
This command can fail for the following reasons:
|
|
▪ A domain peering with the same name already exists.
|
|
▪ The active account does not have permission to create AD domains
|
|
peerings.
|
|
▪ There is an overlap between the provided CIDR range and authorized
|
|
network's CIDR.
|
|
|
|
EXAMPLES
|
|
The following command creates an AD domain peering with the name
|
|
my-peering, network my-network and domain
|
|
projects/domain-project/locations/global/domains/domain.com
|
|
|
|
$ gcloud active-directory peerings create my-peering \
|
|
--domain=projects/domain-project/locations/global/domains/\
|
|
domain.com \
|
|
--authorized-network=projects/network-project/global/networks/\
|
|
my-network
|
|
|
|
POSITIONAL ARGUMENTS
|
|
Peering resource - Name of the managed Managed Microsoft AD domain peering
|
|
you want to create. This represents a Cloud resource. (NOTE) Some
|
|
attributes are not given arguments in this group but can be set in other
|
|
ways.
|
|
|
|
To set the project attribute:
|
|
◆ provide the argument peering on the command line with a fully
|
|
specified name;
|
|
◆ set the property core/project;
|
|
◆ provide the argument --project on the command line.
|
|
|
|
This must be specified.
|
|
|
|
PEERING
|
|
ID of the peering or fully qualified identifier for the peering.
|
|
|
|
To set the peering attribute:
|
|
▸ provide the argument peering on the command line.
|
|
|
|
REQUIRED FLAGS
|
|
--authorized-network=AUTHORIZED_NETWORK
|
|
Name of the Network that is authorized to communicate with Managed
|
|
Microsoft AD domain. This is usually the full path name of the network
|
|
in the peer project.
|
|
|
|
--domain=DOMAIN
|
|
Name of the managed Managed Microsoft AD domain you want to peer to.
|
|
|
|
OPTIONAL FLAGS
|
|
--async
|
|
Return immediately, without waiting for the operation in progress to
|
|
complete.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --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.
|
|
|
|
API REFERENCE
|
|
This command uses the managedidentities/v1 API. The full documentation for
|
|
this API can be found at: https://cloud.google.com/managed-microsoft-ad/
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha active-directory peerings create
|
|
|
|
$ gcloud beta active-directory peerings create
|
|
|