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:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue