mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 16 10:49:45 UTC 2023
This commit is contained in:
parent
19bfacfbed
commit
5f3d6bc974
165 changed files with 3881 additions and 596 deletions
|
|
@ -17,11 +17,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates an AD (Active Directory) config for Cloud NetApp Volumes
|
||||
(BETA) Creates an AD (Active Directory) config for Cloud NetApp Volumes.
|
||||
|
||||
EXAMPLES
|
||||
The following command creates an AD named AD_NAME with the required
|
||||
arguments
|
||||
arguments:
|
||||
|
||||
$ gcloud beta netapp active-directories create AD_NAME \
|
||||
--location=us-central1 --domain=example-domain.com \
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Deletes an AD (Active Directory) config for Cloud NetApp Volumes
|
||||
(BETA) Deletes an AD (Active Directory) config for Cloud NetApp Volumes.
|
||||
|
||||
EXAMPLES
|
||||
The following command deletes an AD named AD_NAME with the required
|
||||
arguments
|
||||
arguments:
|
||||
|
||||
$ gcloud beta netapp active-directories delete AD_NAME \
|
||||
--location=us-central1
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ SYNOPSIS
|
|||
(ACTIVE_DIRECTORY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describes an AD (Active Directory) config for Cloud NetApp Volumes
|
||||
(BETA) Describes an AD (Active Directory) config for Cloud NetApp Volumes.
|
||||
|
||||
EXAMPLES
|
||||
The following command describes an AD named AD_NAME with the required
|
||||
arguments
|
||||
arguments:
|
||||
|
||||
$ gcloud beta netapp active-directories describe AD_NAME \
|
||||
--location=us-central1
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Lists AD (Active Directory) configs for Cloud NetApp Volumes
|
||||
(BETA) Lists AD (Active Directory) configs for Cloud NetApp Volumes.
|
||||
|
||||
EXAMPLES
|
||||
The following command lists AD configs in the given project and location
|
||||
The following command lists AD configs in the given project and location:
|
||||
|
||||
$ gcloud beta netapp active-directories list --location=us-central1
|
||||
|
||||
|
|
|
|||
|
|
@ -18,11 +18,11 @@ SYNOPSIS
|
|||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Updates AD (Active Directory) configs for Cloud NetApp Volumes
|
||||
(BETA) Updates AD (Active Directory) configs for Cloud NetApp Volumes.
|
||||
|
||||
EXAMPLES
|
||||
The following command updates an AD config in the given project and
|
||||
location with specified arguments
|
||||
location with specified arguments:
|
||||
|
||||
$ gcloud beta netapp active-directories update AD_NAME \
|
||||
--location=us-central1 --domain=new-domain.com --dns=1.1.1.1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue