mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
133 lines
5 KiB
Text
133 lines
5 KiB
Text
NAME
|
|
gcloud alpha netapp active-directories create - create a Cloud NetApp
|
|
Active Directory
|
|
|
|
SYNOPSIS
|
|
gcloud alpha netapp active-directories create
|
|
(ACTIVE_DIRECTORY : --location=LOCATION) --dns=DNS --domain=DOMAIN
|
|
--net-bios-prefix=NET_BIOS_PREFIX --password=PASSWORD
|
|
--username=USERNAME [--async]
|
|
[--backup-operators=[BACKUP_OPERATOR,...]] [--description=DESCRIPTION]
|
|
[--enable-aes=ENABLE_AES] [--enable-ldap-signing=ENABLE_LDAP_SIGNING]
|
|
[--encrypt-dc-connections=ENCRYPT_DC_CONNECTIONS]
|
|
[--kdc-hostname=KDC_HOSTNAME] [--kdc-ip=KDC_IP]
|
|
[--labels=[KEY=VALUE,...]] [--nfs-users-with-ldap=NFS_USERS_WITH_LDAP]
|
|
[--organizational-unit=ORGANIZATIONAL_UNIT]
|
|
[--security-operators=[SECURITY_OPERATOR,...]] [--site=SITE]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Create a Cloud NetApp Active Directory.
|
|
|
|
POSITIONAL ARGUMENTS
|
|
Active directory resource - The Active Directory to create. The arguments
|
|
in this group can be used to specify the attributes of this 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 active_directory on the command line with a
|
|
fully specified name;
|
|
◆ provide the argument --project on the command line;
|
|
◆ set the property core/project.
|
|
|
|
This must be specified.
|
|
|
|
ACTIVE_DIRECTORY
|
|
ID of the active_directory or fully qualified identifier for the
|
|
active_directory. To set the active_directory attribute:
|
|
▸ provide the argument active_directory on the command line.
|
|
|
|
This positional argument must be specified if any of the other
|
|
arguments in this group are specified.
|
|
|
|
--location=LOCATION
|
|
The location of the active_directory. To set the location attribute:
|
|
▸ provide the argument active_directory on the command line with a
|
|
fully specified name;
|
|
▸ provide the argument --location on the command line;
|
|
▸ set the property netapp/location;
|
|
▸ set the property netapp/region.
|
|
|
|
REQUIRED FLAGS
|
|
--dns=DNS
|
|
A comma separated list of DNS server IP addresses for the Active
|
|
Directory domain.
|
|
|
|
--domain=DOMAIN
|
|
The Active Directory domain.
|
|
|
|
--net-bios-prefix=NET_BIOS_PREFIX
|
|
NetBIOS prefix name of the server.
|
|
|
|
--password=PASSWORD
|
|
Password of the Active Directory domain administrator.
|
|
|
|
--username=USERNAME
|
|
Username of the Active Directory domain administrator.
|
|
|
|
OPTIONAL FLAGS
|
|
--async
|
|
Return immediately, without waiting for the operation in progress to
|
|
complete.
|
|
|
|
--backup-operators=[BACKUP_OPERATOR,...]
|
|
Users to be added to the Built-in Backup Operator Active Directory
|
|
group.
|
|
|
|
--description=DESCRIPTION
|
|
A description of the Cloud NetApp Active Directory
|
|
|
|
--enable-aes=ENABLE_AES
|
|
The Boolean value indiciating whether AES encryption will be enabled
|
|
for SMB communication.
|
|
|
|
--enable-ldap-signing=ENABLE_LDAP_SIGNING
|
|
Boolean flag that specifies whether or not LDAP traffic needs to be
|
|
signed.
|
|
|
|
--encrypt-dc-connections=ENCRYPT_DC_CONNECTIONS
|
|
Boolean flag that specifies whether traffic between SMB server to
|
|
Domain Controller (DC) will be encrypted.
|
|
|
|
--kdc-hostname=KDC_HOSTNAME
|
|
Name of the Active Directory machine.
|
|
|
|
--kdc-ip=KDC_IP
|
|
KDC server IP address for the Active Directory machine.
|
|
|
|
--labels=[KEY=VALUE,...]
|
|
List of label KEY=VALUE pairs to add.
|
|
|
|
Keys must start with a lowercase character and contain only hyphens
|
|
(-), underscores (_), lowercase characters, and numbers. Values must
|
|
contain only hyphens (-), underscores (_), lowercase characters, and
|
|
numbers.
|
|
|
|
--nfs-users-with-ldap=NFS_USERS_WITH_LDAP
|
|
Boolean flag that allows access to local users and LDAP users. If
|
|
access is needed only for LDAP users, it has to be disabled.
|
|
|
|
--organizational-unit=ORGANIZATIONAL_UNIT
|
|
The Organizational Unit (OU) within the Windows Active Directory the
|
|
user belongs to.
|
|
|
|
--security-operators=[SECURITY_OPERATOR,...]
|
|
Domain users to be given the Security privilege.
|
|
|
|
--site=SITE
|
|
The Active Directory site the service will limit Domain Controller
|
|
discovery to.
|
|
|
|
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.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist.
|
|
|