Class CfnStorageVirtualMachine
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
AWS::FSx::StorageVirtualMachine
.
Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.fsx.*; CfnStorageVirtualMachine cfnStorageVirtualMachine = CfnStorageVirtualMachine.Builder.create(this, "MyCfnStorageVirtualMachine") .fileSystemId("fileSystemId") .name("name") // the properties below are optional .activeDirectoryConfiguration(ActiveDirectoryConfigurationProperty.builder() .netBiosName("netBiosName") .selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationProperty.builder() .dnsIps(List.of("dnsIps")) .domainName("domainName") .fileSystemAdministratorsGroup("fileSystemAdministratorsGroup") .organizationalUnitDistinguishedName("organizationalUnitDistinguishedName") .password("password") .userName("userName") .build()) .build()) .rootVolumeSecurityStyle("rootVolumeSecurityStyle") .svmAdminPassword("svmAdminPassword") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Describes the self-managed Microsoft Active Directory to which you want to join the SVM.static final class
A fluent builder forCfnStorageVirtualMachine
.static interface
The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an FSx for ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionCfnStorageVirtualMachine
(Construct scope, String id, CfnStorageVirtualMachineProps props) Create a newAWS::FSx::StorageVirtualMachine
.protected
CfnStorageVirtualMachine
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnStorageVirtualMachine
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionDescribes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.Returns the storage virtual machine's Amazon Resource Name (ARN).Returns the storgage virtual machine's system generated ID.Returns the storage virtual machine's system generated unique identifier (UUID).Specifies the FSx for ONTAP file system on which to create the SVM.getName()
The name of the SVM.The security style of the root volume of the SVM.Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint.getTags()
An array of key-value pairs to apply to this resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.void
setActiveDirectoryConfiguration
(CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty value) Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.void
setFileSystemId
(String value) Specifies the FSx for ONTAP file system on which to create the SVM.void
The name of the SVM.void
setRootVolumeSecurityStyle
(String value) The security style of the root volume of the SVM.void
setSvmAdminPassword
(String value) Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnStorageVirtualMachine
protected CfnStorageVirtualMachine(software.amazon.jsii.JsiiObjectRef objRef) -
CfnStorageVirtualMachine
protected CfnStorageVirtualMachine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnStorageVirtualMachine
@Stability(Stable) public CfnStorageVirtualMachine(@NotNull Construct scope, @NotNull String id, @NotNull CfnStorageVirtualMachineProps props) Create a newAWS::FSx::StorageVirtualMachine
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrResourceArn
Returns the storage virtual machine's Amazon Resource Name (ARN).Example:
arn:aws:fsx:us-east-2:111111111111:storage-virtual-machine/fs-0123456789abcdef1/svm-01234567890123456
-
getAttrStorageVirtualMachineId
Returns the storgage virtual machine's system generated ID.Example:
svm-0123456789abcedf1
-
getAttrUuid
Returns the storage virtual machine's system generated unique identifier (UUID).Example:
abcd0123-cd45-ef67-11aa-1111aaaa23bc
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
An array of key-value pairs to apply to this resource.For more information, see Tag .
-
getFileSystemId
Specifies the FSx for ONTAP file system on which to create the SVM. -
setFileSystemId
Specifies the FSx for ONTAP file system on which to create the SVM. -
getName
The name of the SVM. -
setName
The name of the SVM. -
getActiveDirectoryConfiguration
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable. -
setActiveDirectoryConfiguration
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable. -
setActiveDirectoryConfiguration
@Stability(Stable) public void setActiveDirectoryConfiguration(@Nullable CfnStorageVirtualMachine.ActiveDirectoryConfigurationProperty value) Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable. -
getRootVolumeSecurityStyle
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.
-
setRootVolumeSecurityStyle
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.
-
getSvmAdminPassword
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 . -
setSvmAdminPassword
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 .
-