public static final class CfnStorageVirtualMachine.Builder
extends java.lang.Object
CfnStorageVirtualMachine
.Modifier and Type | Method and Description |
---|---|
CfnStorageVirtualMachine.Builder |
activeDirectoryConfiguration(CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty activeDirectoryConfiguration)
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
|
CfnStorageVirtualMachine.Builder |
activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration)
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
|
CfnStorageVirtualMachine |
build() |
static CfnStorageVirtualMachine.Builder |
create(Construct scope,
java.lang.String id) |
CfnStorageVirtualMachine.Builder |
fileSystemId(java.lang.String fileSystemId)
Specifies the FSx for ONTAP file system on which to create the SVM.
|
CfnStorageVirtualMachine.Builder |
name(java.lang.String name)
The name of the SVM.
|
CfnStorageVirtualMachine.Builder |
rootVolumeSecurityStyle(java.lang.String rootVolumeSecurityStyle)
The security style of the root volume of the SVM.
|
CfnStorageVirtualMachine.Builder |
svmAdminPassword(java.lang.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.
|
CfnStorageVirtualMachine.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
public static CfnStorageVirtualMachine.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty.Builder
.public CfnStorageVirtualMachine.Builder fileSystemId(java.lang.String fileSystemId)
fileSystemId
- Specifies the FSx for ONTAP file system on which to create the SVM. This parameter is required.this
public CfnStorageVirtualMachine.Builder name(java.lang.String name)
name
- The name of the SVM. This parameter is required.this
public CfnStorageVirtualMachine.Builder activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration)
activeDirectoryConfiguration
- Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable. This parameter is required.this
public CfnStorageVirtualMachine.Builder activeDirectoryConfiguration(CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty activeDirectoryConfiguration)
activeDirectoryConfiguration
- Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable. This parameter is required.this
public CfnStorageVirtualMachine.Builder rootVolumeSecurityStyle(java.lang.String rootVolumeSecurityStyle)
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.rootVolumeSecurityStyle
- The security style of the root volume of the SVM. Specify one of the following values:. This parameter is required.this
public CfnStorageVirtualMachine.Builder svmAdminPassword(java.lang.String svmAdminPassword)
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 .
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.this
public CfnStorageVirtualMachine.Builder tags(java.util.List<? extends CfnTag> tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnStorageVirtualMachine build()