Class CfnVolume.AutocommitPeriodProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnVolume.AutocommitPeriodProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVolume.AutocommitPeriodProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVolume.AutocommitPeriodProperty
@Stability(Stable)
@Internal
public static final class CfnVolume.AutocommitPeriodProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVolume.AutocommitPeriodProperty
An implementation for
CfnVolume.AutocommitPeriodProperty
-
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.AutocommitPeriodProperty
CfnVolume.AutocommitPeriodProperty.Builder, CfnVolume.AutocommitPeriodProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVolume.AutocommitPeriodProperty.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
getType()
Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.final Number
getValue()
Defines the amount of time for the autocommit period of a file in 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.AutocommitPeriodProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnVolume.AutocommitPeriodProperty
Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.Setting this value to
NONE
disables autocommit. The default value isNONE
.- Specified by:
getType
in interfaceCfnVolume.AutocommitPeriodProperty
- See Also:
-
getValue
Description copied from interface:CfnVolume.AutocommitPeriodProperty
Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.The following ranges are valid:
Minutes
: 5 - 65,535Hours
: 1 - 65,535Days
: 1 - 3,650Months
: 1 - 120Years
: 1 - 10
- Specified by:
getValue
in interfaceCfnVolume.AutocommitPeriodProperty
- 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()
-