Values.CreateSvmActiveDirectoryConfigurationSourceThe configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory directory.
type nonrec t = {netBiosName : NetBiosAlias.t;The NetBIOS name of the Active Directory computer object that will be created for your SVM.
*)selfManagedActiveDirectoryConfiguration : SelfManagedActiveDirectoryConfiguration.t
option;}val make :
?selfManagedActiveDirectoryConfiguration:??? ->
netBiosName:NetBiosAlias.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NetBiosAlias.t
| `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of ActiveDirectoryFullyQualifiedName.t ])
list ])
list ]