@Stability(value=Stable) @Internal public static final class CfnStorageVirtualMachineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStorageVirtualMachineProps
CfnStorageVirtualMachinePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnStorageVirtualMachineProps.Builder, CfnStorageVirtualMachineProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStorageVirtualMachineProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStorageVirtualMachineProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getActiveDirectoryConfiguration()
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
|
String |
getFileSystemId()
Specifies the FSx for ONTAP file system on which to create the SVM.
|
String |
getName()
The name of the SVM.
|
String |
getRootVolumeSecurityStyle()
The security style of the root volume of the SVM.
|
String |
getSvmAdminPassword()
Specifies the password to use when logging on to the SVM using a secure shell (SSH) connection to the SVM's management endpoint.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnStorageVirtualMachineProps.Builder builder)
CfnStorageVirtualMachineProps.Builder.public final String getFileSystemId()
CfnStorageVirtualMachinePropsgetFileSystemId in interface CfnStorageVirtualMachinePropspublic final String getName()
CfnStorageVirtualMachinePropsgetName in interface CfnStorageVirtualMachinePropspublic final Object getActiveDirectoryConfiguration()
CfnStorageVirtualMachinePropsgetActiveDirectoryConfiguration in interface CfnStorageVirtualMachinePropspublic final String getRootVolumeSecurityStyle()
CfnStorageVirtualMachineProps
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.getRootVolumeSecurityStyle in interface CfnStorageVirtualMachinePropspublic final String getSvmAdminPassword()
CfnStorageVirtualMachineProps
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 .
getSvmAdminPassword in interface CfnStorageVirtualMachinePropspublic final List<CfnTag> getTags()
CfnStorageVirtualMachinePropsFor more information, see Tag .
getTags in interface CfnStorageVirtualMachineProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.