Class CfnStorageVirtualMachineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnStorageVirtualMachineProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageVirtualMachineProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageVirtualMachineProps
@Stability(Stable)
@Internal
public static final class CfnStorageVirtualMachineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageVirtualMachineProps
An implementation for
CfnStorageVirtualMachineProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnStorageVirtualMachineProps
CfnStorageVirtualMachineProps.Builder, CfnStorageVirtualMachineProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStorageVirtualMachineProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.final String
Specifies the FSx for ONTAP file system on which to create the SVM.final String
getName()
The name of the SVM.final String
The security style of the root volume of the SVM.final String
Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint.getTags()
A list ofTag
values, with a maximum of 50 elements.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStorageVirtualMachineProps.Builder
.
-
-
Method Details
-
getFileSystemId
Description copied from interface:CfnStorageVirtualMachineProps
Specifies the FSx for ONTAP file system on which to create the SVM.- Specified by:
getFileSystemId
in interfaceCfnStorageVirtualMachineProps
- See Also:
-
getName
Description copied from interface:CfnStorageVirtualMachineProps
The name of the SVM.- Specified by:
getName
in interfaceCfnStorageVirtualMachineProps
- See Also:
-
getActiveDirectoryConfiguration
Description copied from interface:CfnStorageVirtualMachineProps
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.- Specified by:
getActiveDirectoryConfiguration
in interfaceCfnStorageVirtualMachineProps
- See Also:
-
getRootVolumeSecurityStyle
Description copied from interface:CfnStorageVirtualMachineProps
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.
- Specified by:
getRootVolumeSecurityStyle
in interfaceCfnStorageVirtualMachineProps
- See Also:
-
getSvmAdminPassword
Description copied from interface:CfnStorageVirtualMachineProps
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 .- Specified by:
getSvmAdminPassword
in interfaceCfnStorageVirtualMachineProps
- See Also:
-
getTags
Description copied from interface:CfnStorageVirtualMachineProps
A list ofTag
values, with a maximum of 50 elements.- Specified by:
getTags
in interfaceCfnStorageVirtualMachineProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-