Module Values.CreateStorageVirtualMachineRequestSource

Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.

Sourcetype nonrec t = {
  1. activeDirectoryConfiguration : CreateSvmActiveDirectoryConfiguration.t option;
    (*

    Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS clients accessing the file system.

    *)
  2. clientRequestToken : ClientRequestToken.t option;
  3. fileSystemId : FileSystemId.t;
  4. name : StorageVirtualMachineName.t;
    (*

    The name of the SVM.

    *)
  5. svmAdminPassword : AdminPassword.t option;
    (*

    The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's fsxadmin user to manage the SVM.

    *)
  6. tags : Tags.t option;
  7. rootVolumeSecurityStyle : StorageVirtualMachineRootVolumeSecurityStyle.t option;
    (*

    The security style of the root volume of the SVM. Specify one of the following values: UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. NTFS if the file system is managed by a Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account. MIXED This is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?activeDirectoryConfiguration:??? -> ?clientRequestToken:??? -> ?svmAdminPassword:??? -> ?tags:??? -> ?rootVolumeSecurityStyle:??? -> fileSystemId:FileSystemId.t -> name:StorageVirtualMachineName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of ClientRequestToken.t | `Structure of (string * [> `String of NetBiosAlias.t | `Structure of (string * [> `List of [> `String of IpAddress.t ] list | `String of ActiveDirectoryFullyQualifiedName.t ]) list ]) 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