Class CfnVolume.SnaplockConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVolume.SnaplockConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVolume.SnaplockConfigurationProperty
CfnVolume.SnaplockConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnVolume.SnaplockConfigurationProperty
CfnVolume.SnaplockConfigurationProperty.Builder, CfnVolume.SnaplockConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVolume.SnaplockConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume.final Object
The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.final String
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.final Object
Specifies the retention period of an FSx for ONTAP SnapLock volume.final String
Specifies the retention mode of an FSx for ONTAP SnapLock volume.final String
Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume.final int
hashCode()
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 theCfnVolume.SnaplockConfigurationProperty.Builder
.
-
-
Method Details
-
getSnaplockType
Description copied from interface:CfnVolume.SnaplockConfigurationProperty
Specifies the retention mode of an FSx for ONTAP SnapLock volume.After it is set, it can't be changed. You can choose one of the following retention modes:
COMPLIANCE
: Files transitioned to write once, read many (WORM) on a Compliance volume can't be deleted until their retention periods expire. This retention mode is used to address government or industry-specific mandates or to protect against ransomware attacks. For more information, see SnapLock Compliance .ENTERPRISE
: Files transitioned to WORM on an Enterprise volume can be deleted by authorized users before their retention periods expire using privileged delete. This retention mode is used to advance an organization's data integrity and internal compliance or to test retention settings before using SnapLock Compliance. For more information, see SnapLock Enterprise .
- Specified by:
getSnaplockType
in interfaceCfnVolume.SnaplockConfigurationProperty
- See Also:
-
getAuditLogVolume
Description copied from interface:CfnVolume.SnaplockConfigurationProperty
Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume.The default value is
false
. If you setAuditLogVolume
totrue
, the SnapLock volume is created as an audit log volume. The minimum retention period for an audit log volume is six months.For more information, see SnapLock audit log volumes .
- Specified by:
getAuditLogVolume
in interfaceCfnVolume.SnaplockConfigurationProperty
- See Also:
-
getAutocommitPeriod
Description copied from interface:CfnVolume.SnaplockConfigurationProperty
The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.- Specified by:
getAutocommitPeriod
in interfaceCfnVolume.SnaplockConfigurationProperty
- See Also:
-
getPrivilegedDelete
Description copied from interface:CfnVolume.SnaplockConfigurationProperty
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods.
PERMANENTLY_DISABLED
is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value isDISABLED
.For more information, see Privileged delete .
- Specified by:
getPrivilegedDelete
in interfaceCfnVolume.SnaplockConfigurationProperty
- See Also:
-
getRetentionPeriod
Description copied from interface:CfnVolume.SnaplockConfigurationProperty
Specifies the retention period of an FSx for ONTAP SnapLock volume.- Specified by:
getRetentionPeriod
in interfaceCfnVolume.SnaplockConfigurationProperty
- See Also:
-
getVolumeAppendModeEnabled
Description copied from interface:CfnVolume.SnaplockConfigurationProperty
Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume.Volume-append mode allows you to create WORM-appendable files and write data to them incrementally. The default value is
false
.For more information, see Volume-append mode .
- Specified by:
getVolumeAppendModeEnabled
in interfaceCfnVolume.SnaplockConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-