public static final class CfnVolume.OntapConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVolume.OntapConfigurationProperty
CfnVolume.OntapConfigurationProperty
CfnVolume.OntapConfigurationProperty.Builder, CfnVolume.OntapConfigurationProperty.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.String |
getCopyTagsToBackups()
A boolean flag indicating whether tags for the volume should be copied to backups.
|
java.lang.String |
getJunctionPath()
Specifies the location in the SVM's namespace where the volume is mounted.
|
java.lang.String |
getOntapVolumeType()
Specifies the type of volume you are creating.
|
java.lang.String |
getSecurityStyle()
Specifies the security style for the volume.
|
java.lang.String |
getSizeInMegabytes()
Specifies the size of the volume, in megabytes (MB), that you are creating.
|
java.lang.String |
getSnapshotPolicy()
Specifies the snapshot policy for the volume.
|
java.lang.String |
getStorageEfficiencyEnabled()
Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
|
java.lang.String |
getStorageVirtualMachineId()
Specifies the ONTAP SVM in which to create the volume.
|
java.lang.Object |
getTieringPolicy()
Describes the data tiering policy for an ONTAP volume.
|
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 getSizeInMegabytes()
CfnVolume.OntapConfigurationProperty
getSizeInMegabytes
in interface CfnVolume.OntapConfigurationProperty
public final java.lang.String getStorageVirtualMachineId()
CfnVolume.OntapConfigurationProperty
getStorageVirtualMachineId
in interface CfnVolume.OntapConfigurationProperty
public final java.lang.String getCopyTagsToBackups()
CfnVolume.OntapConfigurationProperty
This value defaults to false. If it's set to true, all tags for the volume are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the volume, regardless of this value.
getCopyTagsToBackups
in interface CfnVolume.OntapConfigurationProperty
public final java.lang.String getJunctionPath()
CfnVolume.OntapConfigurationProperty
The JunctionPath
must have a leading forward slash, such as /vol3
.
getJunctionPath
in interface CfnVolume.OntapConfigurationProperty
public final java.lang.String getOntapVolumeType()
CfnVolume.OntapConfigurationProperty
RW
specifies a read/write volume. RW
is the default.DP
specifies a data-protection volume. A DP
volume is read-only and can be used as the destination of a NetApp SnapMirror relationship.For more information, see Volume types in the Amazon FSx for NetApp ONTAP User Guide .
getOntapVolumeType
in interface CfnVolume.OntapConfigurationProperty
public final java.lang.String getSecurityStyle()
CfnVolume.OntapConfigurationProperty
If a volume's security style is not specified, it is automatically set to the root volume's security style. The security style determines the type of permissions that FSx for ONTAP uses to control data access. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide . 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 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.OntapConfigurationProperty
public final java.lang.String getSnapshotPolicy()
CfnVolume.OntapConfigurationProperty
default
: This is the default policy. A maximum of six hourly snapshots taken five minutes past the hour. A maximum of two daily snapshots taken Monday through Saturday at 10 minutes after midnight. A maximum of two weekly snapshots taken every Sunday at 15 minutes after midnight.default-1weekly
: This policy is the same as the default
policy except that it only retains one snapshot from the weekly schedule.none
: This policy does not take any snapshots. This policy can be assigned to volumes to prevent automatic snapshots from being taken.You can also provide the name of a custom policy that you created with the ONTAP CLI or REST API.
For more information, see Snapshot policies in the Amazon FSx for NetApp ONTAP User Guide .
getSnapshotPolicy
in interface CfnVolume.OntapConfigurationProperty
public final java.lang.String getStorageEfficiencyEnabled()
CfnVolume.OntapConfigurationProperty
getStorageEfficiencyEnabled
in interface CfnVolume.OntapConfigurationProperty
public final java.lang.Object getTieringPolicy()
CfnVolume.OntapConfigurationProperty
When 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()