Class CfnStorageVirtualMachineMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnStorageVirtualMachineMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageVirtualMachineMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageVirtualMachineMixinProps
@Stability(Stable)
@Internal
public static final class CfnStorageVirtualMachineMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageVirtualMachineMixinProps
An implementation for
CfnStorageVirtualMachineMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnStorageVirtualMachineMixinProps
CfnStorageVirtualMachineMixinProps.Builder, CfnStorageVirtualMachineMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageVirtualMachineMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectDescribes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.final StringSpecifies the FSx for ONTAP file system on which to create the SVM.final StringgetName()The name of the SVM.final StringThe security style of the root volume of the SVM.final StringSpecifies 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 ofTagvalues, with a maximum of 50 elements.final inthashCode()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 theCfnStorageVirtualMachineMixinProps.Builder.
-
-
Method Details
-
getActiveDirectoryConfiguration
Description copied from interface:CfnStorageVirtualMachineMixinPropsDescribes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.Returns union: either
IResolvableorCfnStorageVirtualMachinePropsMixin.ActiveDirectoryConfigurationProperty- Specified by:
getActiveDirectoryConfigurationin interfaceCfnStorageVirtualMachineMixinProps- See Also:
-
getFileSystemId
Description copied from interface:CfnStorageVirtualMachineMixinPropsSpecifies the FSx for ONTAP file system on which to create the SVM.- Specified by:
getFileSystemIdin interfaceCfnStorageVirtualMachineMixinProps- See Also:
-
getName
Description copied from interface:CfnStorageVirtualMachineMixinPropsThe name of the SVM.- Specified by:
getNamein interfaceCfnStorageVirtualMachineMixinProps- See Also:
-
getRootVolumeSecurityStyle
Description copied from interface:CfnStorageVirtualMachineMixinPropsThe 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.
- Specified by:
getRootVolumeSecurityStylein interfaceCfnStorageVirtualMachineMixinProps- See Also:
-
getSvmAdminPassword
Description copied from interface:CfnStorageVirtualMachineMixinPropsSpecifies 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 .- Specified by:
getSvmAdminPasswordin interfaceCfnStorageVirtualMachineMixinProps- See Also:
-
getTags
Description copied from interface:CfnStorageVirtualMachineMixinPropsA list ofTagvalues, with a maximum of 50 elements.- Specified by:
getTagsin interfaceCfnStorageVirtualMachineMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-