Class CreateStorageVirtualMachineRequest
Container for the parameters to the CreateStorageVirtualMachine operation. Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
public class CreateStorageVirtualMachineRequest : AmazonFSxRequest
- Inheritance
-
CreateStorageVirtualMachineRequest
Constructors
CreateStorageVirtualMachineRequest()
public CreateStorageVirtualMachineRequest()
Properties
ActiveDirectoryConfiguration
Gets and sets the property 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 clients accessing the file system.
public CreateSvmActiveDirectoryConfiguration ActiveDirectoryConfiguration { get; set; }
Property Value
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
FileSystemId
Gets and sets the property FileSystemId.
public string FileSystemId { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the SVM.
public string Name { get; set; }
Property Value
RootVolumeSecurityStyle
Gets and sets the property 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 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.
public StorageVirtualMachineRootVolumeSecurityStyle RootVolumeSecurityStyle { get; set; }
Property Value
SvmAdminPassword
Gets and sets the property 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.
public string SvmAdminPassword { get; set; }
Property Value
Tags
Gets and sets the property Tags.
public List<Tag> Tags { get; set; }