Class CfnStorageVirtualMachinePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnStorageVirtualMachinePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageVirtualMachinePropsMixin>
- Enclosing class:
CfnStorageVirtualMachinePropsMixin
@Stability(Stable)
public static final class CfnStorageVirtualMachinePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageVirtualMachinePropsMixin>
A fluent builder for
CfnStorageVirtualMachinePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionactiveDirectoryConfiguration(CfnStorageVirtualMachinePropsMixin.ActiveDirectoryConfigurationProperty activeDirectoryConfiguration) Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration) Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.build()create()create(CfnPropertyMixinOptions options) fileSystemId(String fileSystemId) Specifies the FSx for ONTAP file system on which to create the SVM.The name of the SVM.rootVolumeSecurityStyle(String rootVolumeSecurityStyle) The security style of the root volume of the SVM.svmAdminPassword(String svmAdminPassword) Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint.A list ofTagvalues, with a maximum of 50 elements.
-
Method Details
-
create
@Stability(Stable) public static CfnStorageVirtualMachinePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnStorageVirtualMachinePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnStorageVirtualMachinePropsMixin.Builder.
-
activeDirectoryConfiguration
@Stability(Stable) public CfnStorageVirtualMachinePropsMixin.Builder activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration) Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.- Parameters:
activeDirectoryConfiguration- Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable. This parameter is required.- Returns:
this- See Also:
-
activeDirectoryConfiguration
@Stability(Stable) public CfnStorageVirtualMachinePropsMixin.Builder activeDirectoryConfiguration(CfnStorageVirtualMachinePropsMixin.ActiveDirectoryConfigurationProperty activeDirectoryConfiguration) Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.- Parameters:
activeDirectoryConfiguration- Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable. This parameter is required.- Returns:
this- See Also:
-
fileSystemId
@Stability(Stable) public CfnStorageVirtualMachinePropsMixin.Builder fileSystemId(String fileSystemId) Specifies the FSx for ONTAP file system on which to create the SVM.- Parameters:
fileSystemId- Specifies the FSx for ONTAP file system on which to create the SVM. This parameter is required.- Returns:
this- See Also:
-
name
The name of the SVM.- Parameters:
name- The name of the SVM. This parameter is required.- Returns:
this- See Also:
-
rootVolumeSecurityStyle
@Stability(Stable) public CfnStorageVirtualMachinePropsMixin.Builder rootVolumeSecurityStyle(String rootVolumeSecurityStyle) The security style of the root volume of the SVM. Specify one of the following values:.UNIXif 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.NTFSif 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.MIXEDThis is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.
- Parameters:
rootVolumeSecurityStyle- The security style of the root volume of the SVM. Specify one of the following values:. This parameter is required.- Returns:
this- See Also:
-
svmAdminPassword
@Stability(Stable) public CfnStorageVirtualMachinePropsMixin.Builder svmAdminPassword(String 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
fsxadminuser to manage the SVM. For more information, see Managing SVMs using the NetApp ONTAP CLI in the FSx for ONTAP User Guide .- Parameters:
svmAdminPassword- Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnStorageVirtualMachinePropsMixin.Builder tags(List<? extends CfnTag> tags) A list ofTagvalues, with a maximum of 50 elements.- Parameters:
tags- A list ofTagvalues, with a maximum of 50 elements. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageVirtualMachinePropsMixin>- Returns:
- a newly built instance of
CfnStorageVirtualMachinePropsMixin.
-