Table of Contents

Class DeleteVolumeOntapConfiguration

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Use to specify skipping a final backup, adding tags to a final backup, or bypassing the retention period of an FSx for ONTAP SnapLock Enterprise volume when deleting an FSx for ONTAP volume.

public class DeleteVolumeOntapConfiguration
Inheritance
DeleteVolumeOntapConfiguration
Inherited Members

Constructors

DeleteVolumeOntapConfiguration()

public DeleteVolumeOntapConfiguration()

Properties

BypassSnaplockEnterpriseRetention

Gets and sets the property BypassSnaplockEnterpriseRetention.

Setting this to true allows a SnapLock administrator to delete an FSx for ONTAP SnapLock Enterprise volume with unexpired write once, read many (WORM) files. The IAM permission fsx:BypassSnaplockEnterpriseRetention is also required to delete SnapLock Enterprise volumes with unexpired WORM files. The default value is false.

For more information, see Deleting a SnapLock volume.

public bool BypassSnaplockEnterpriseRetention { get; set; }

Property Value

bool

FinalBackupTags

Gets and sets the property FinalBackupTags.

public List<Tag> FinalBackupTags { get; set; }

Property Value

List<Tag>

SkipFinalBackup

Gets and sets the property SkipFinalBackup.

Set to true if you want to skip taking a final backup of the volume you are deleting.

public bool SkipFinalBackup { get; set; }

Property Value

bool