Show / Hide Table of Contents

Class CfnVolume.AutocommitPeriodProperty

Sets the autocommit period of files in an FSx for ONTAP SnapLock volume, which determines how long the files must remain unmodified before they're automatically transitioned to the write once, read many (WORM) state.

Inheritance
object
CfnVolume.AutocommitPeriodProperty
Implements
CfnVolume.IAutocommitPeriodProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVolume.AutocommitPeriodProperty : CfnVolume.IAutocommitPeriodProperty
Syntax (vb)
Public Class CfnVolume.AutocommitPeriodProperty Implements CfnVolume.IAutocommitPeriodProperty
Remarks

For more information, see Autocommit .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-autocommitperiod.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.FSx;

             var autocommitPeriodProperty = new AutocommitPeriodProperty {
                 Type = "type",

                 // the properties below are optional
                 Value = 123
             };

Synopsis

Constructors

AutocommitPeriodProperty()

Sets the autocommit period of files in an FSx for ONTAP SnapLock volume, which determines how long the files must remain unmodified before they're automatically transitioned to the write once, read many (WORM) state.

Properties

Type

Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.

Value

Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.

Constructors

AutocommitPeriodProperty()

Sets the autocommit period of files in an FSx for ONTAP SnapLock volume, which determines how long the files must remain unmodified before they're automatically transitioned to the write once, read many (WORM) state.

public AutocommitPeriodProperty()
Remarks

For more information, see Autocommit .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-autocommitperiod.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.FSx;

             var autocommitPeriodProperty = new AutocommitPeriodProperty {
                 Type = "type",

                 // the properties below are optional
                 Value = 123
             };

Properties

Type

Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.

public string Type { get; set; }
Property Value

string

Remarks

Setting this value to NONE disables autocommit. The default value is NONE .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-autocommitperiod.html#cfn-fsx-volume-autocommitperiod-type

Value

Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.

public double? Value { get; set; }
Property Value

double?

Remarks

The following ranges are valid:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-autocommitperiod.html#cfn-fsx-volume-autocommitperiod-value

    Implements

    CfnVolume.IAutocommitPeriodProperty
    Back to top Generated by DocFX