Module Values.CreateSvmActiveDirectoryConfigurationSource

The configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory directory.

Sourcetype nonrec t = {
  1. netBiosName : NetBiosAlias.t;
    (*

    The NetBIOS name of the Active Directory computer object that will be created for your SVM.

    *)
  2. selfManagedActiveDirectoryConfiguration : SelfManagedActiveDirectoryConfiguration.t option;
}
Sourceval context_ : string
Sourceval make : ?selfManagedActiveDirectoryConfiguration:??? -> netBiosName:NetBiosAlias.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t