public static final class CfnStorageVirtualMachineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStorageVirtualMachineProps
CfnStorageVirtualMachineProps
CfnStorageVirtualMachineProps.Builder, CfnStorageVirtualMachineProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getActiveDirectoryConfiguration()
Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.
|
java.lang.String |
getFileSystemId()
Specifies the FSx for ONTAP file system on which to create the SVM.
|
java.lang.String |
getName()
The name of the SVM.
|
java.lang.String |
getRootVolumeSecurityStyle()
The security style of the root volume of the SVM.
|
java.lang.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.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFileSystemId()
CfnStorageVirtualMachineProps
getFileSystemId
in interface CfnStorageVirtualMachineProps
public final java.lang.String getName()
CfnStorageVirtualMachineProps
getName
in interface CfnStorageVirtualMachineProps
public final java.lang.Object getActiveDirectoryConfiguration()
CfnStorageVirtualMachineProps
getActiveDirectoryConfiguration
in interface CfnStorageVirtualMachineProps
public final java.lang.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 CfnStorageVirtualMachineProps
public final java.lang.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 CfnStorageVirtualMachineProps
public final java.util.List<CfnTag> getTags()
CfnStorageVirtualMachineProps
For more information, see Tag .
getTags
in interface CfnStorageVirtualMachineProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()