@Stability(value=Stable) public static final class CfnStorageVirtualMachineProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStorageVirtualMachineProps>
CfnStorageVirtualMachineProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStorageVirtualMachineProps.Builder fileSystemId(String fileSystemId)
CfnStorageVirtualMachineProps.getFileSystemId()fileSystemId - Specifies the FSx for ONTAP file system on which to create the SVM. This parameter is required.this@Stability(value=Stable) public CfnStorageVirtualMachineProps.Builder name(String name)
CfnStorageVirtualMachineProps.getName()name - The name of the SVM. This parameter is required.this@Stability(value=Stable) public CfnStorageVirtualMachineProps.Builder activeDirectoryConfiguration(CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty activeDirectoryConfiguration)
CfnStorageVirtualMachineProps.getActiveDirectoryConfiguration()activeDirectoryConfiguration - Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.this@Stability(value=Stable) public CfnStorageVirtualMachineProps.Builder activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration)
CfnStorageVirtualMachineProps.getActiveDirectoryConfiguration()activeDirectoryConfiguration - Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.this@Stability(value=Stable) public CfnStorageVirtualMachineProps.Builder rootVolumeSecurityStyle(String rootVolumeSecurityStyle)
CfnStorageVirtualMachineProps.getRootVolumeSecurityStyle()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.this@Stability(value=Stable) public CfnStorageVirtualMachineProps.Builder svmAdminPassword(String svmAdminPassword)
CfnStorageVirtualMachineProps.getSvmAdminPassword()svmAdminPassword - Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint.
Doing so enables you to manage 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. For more information, see Managing SVMs using the NetApp ONTAP CLI in the FSx for ONTAP User Guide .this@Stability(value=Stable) public CfnStorageVirtualMachineProps.Builder tags(List<? extends CfnTag> tags)
CfnStorageVirtualMachineProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnStorageVirtualMachineProps build()
build in interface software.amazon.jsii.Builder<CfnStorageVirtualMachineProps>CfnStorageVirtualMachinePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.