Class DeleteVolumeOntapConfiguration
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
FinalBackupTags
Gets and sets the property FinalBackupTags.
public List<Tag> FinalBackupTags { get; set; }
Property Value
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; }