Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateStorageVirtualMachineRequest

import type { CreateStorageVirtualMachineRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface CreateStorageVirtualMachineRequest {
ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration | null;
ClientRequestToken?: string | null;
FileSystemId: string;
Name: string;
RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | null;
SvmAdminPassword?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration | null
[src]

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 client accessing the file system.

§
ClientRequestToken?: string | null
[src]
§
FileSystemId: string
[src]
§
Name: string
[src]

The name of the SVM.

§
RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | null
[src]

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 Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account.
  • MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
§
SvmAdminPassword?: string | null
[src]

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.

§
Tags?: Tag[] | null
[src]