1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -25,8 +25,9 @@ EXAMPLES
address range 10.172.0.0/24.
$ gcloud active-directory domains create my-domain.com \
--region=us-central1 --reserved-ip-range="10.172.0.0/24"
--authorized-networks=projects/my-project/global/networks/my-network
--region=us-central1 --reserved-ip-range="10.172.0.0/24" \
--authorized-networks=projects/my-project/global/networks/\
my-network
POSITIONAL ARGUMENTS
Domain resource - Name of the managed Managed Microsoft AD domain you want

View file

@ -27,9 +27,10 @@ EXAMPLES
my-domain.com and target-domain.com.
$ gcloud active-directory domains trusts create my-domain.com \
--target-domain-name=target-domain.com
--target-dns-ip-addresses=10.177.0.2 --type=EXTERNAL --direction=BIDIRECTIONAL
--selective-authentication=false --async
--target-domain-name=target-domain.com \
--target-dns-ip-addresses=10.177.0.2 --type=EXTERNAL \
--direction=BIDIRECTIONAL --selective-authentication=false \
--async
POSITIONAL ARGUMENTS
Domain resource - Name of the Managed Microsoft AD domain you want to

View file

@ -24,9 +24,9 @@ EXAMPLES
The following command updates the target DNS IP address for the AD trust
between my-domain.com and my-target-domain.com to 10.177.0.3.
$ gcloud active-directory domains trusts update my-domain.com \
--target-domain-name=my-target-domain.com
--target-dns-ip-addresses=10.177.0.3
$ gcloud active-directory domains trusts update my-domain.com \
--target-domain-name=my-target-domain.com \
--target-dns-ip-addresses=10.177.0.3
POSITIONAL ARGUMENTS
Domain resource - Name of the Managed Microsoft AD trust for which you

View file

@ -25,13 +25,13 @@ EXAMPLES
us-west1:
$ gcloud active-directory domains update my-domain.com \
--update-labels=env=test,service=foo \
--add-region=us-west1
--update-labels=env=test,service=foo --add-region=us-west1
This peers the domain my-domain.com to the network my-network.
$ gcloud active-directory domains update my-domain.com
--add-authorized-networks=projects/my-project/global/networks/my-network
$ gcloud active-directory domains update my-domain.com \
--add-authorized-networks=projects/my-project/global/networks/\
my-network
POSITIONAL ARGUMENTS
Domain resource - Name of the Managed Microsoft AD domain you want to