@Stability(value=Stable) @Internal public static final class CfnVolume.OntapConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVolume.OntapConfigurationProperty
CfnVolume.OntapConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnVolume.OntapConfigurationProperty.Builder, CfnVolume.OntapConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVolume.OntapConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVolume.ClientConfigurationsProperty.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) |
String |
getJunctionPath()
Specifies the location in the SVM's namespace where the volume is mounted.
|
String |
getSecurityStyle()
The security style for the volume.
|
String |
getSizeInMegabytes()
Specifies the size of the volume, in megabytes (MB), that you are creating.
|
String |
getStorageEfficiencyEnabled()
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
|
String |
getStorageVirtualMachineId()
Specifies the ONTAP SVM in which to create the volume.
|
Object |
getTieringPolicy()
Describes the data tiering policy for an ONTAP volume.
|
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(CfnVolume.OntapConfigurationProperty.Builder builder)
CfnVolume.ClientConfigurationsProperty.Builder.public final String getJunctionPath()
CfnVolume.OntapConfigurationProperty
The JunctionPath must have a leading forward slash, such as /vol3 .
getJunctionPath in interface CfnVolume.OntapConfigurationPropertypublic final String getSizeInMegabytes()
CfnVolume.OntapConfigurationPropertygetSizeInMegabytes in interface CfnVolume.OntapConfigurationPropertypublic final String getStorageEfficiencyEnabled()
CfnVolume.OntapConfigurationPropertygetStorageEfficiencyEnabled in interface CfnVolume.OntapConfigurationPropertypublic final String getStorageVirtualMachineId()
CfnVolume.OntapConfigurationPropertygetStorageVirtualMachineId in interface CfnVolume.OntapConfigurationPropertypublic final String getSecurityStyle()
CfnVolume.OntapConfigurationProperty
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. UNIX is the default.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.getSecurityStyle in interface CfnVolume.OntapConfigurationPropertypublic final Object getTieringPolicy()
CfnVolume.OntapConfigurationPropertyWhen enabled, Amazon FSx for ONTAP's intelligent tiering automatically transitions a volume's data between the file system's primary storage and capacity pool storage based on your access patterns.
Valid tiering policies are the following:
SNAPSHOT_ONLY - (Default value) moves cold snapshots to the capacity pool storage tier.AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.getTieringPolicy in interface CfnVolume.OntapConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.