Learn R Programming

paws.storage (version 0.4.0)

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

Description

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

See https://www.paws-r-sdk.com/docs/fsx_create_storage_virtual_machine/ for full documentation.

Usage

fsx_create_storage_virtual_machine(
  ActiveDirectoryConfiguration = NULL,
  ClientRequestToken = NULL,
  FileSystemId,
  Name,
  SvmAdminPassword = NULL,
  Tags = NULL,
  RootVolumeSecurityStyle = NULL
)

Arguments

ActiveDirectoryConfiguration

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

FileSystemId

[required]

Name

[required] The name of the SVM.

SvmAdminPassword

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

RootVolumeSecurityStyle

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.