Class DeleteVolumeRequest
Container for the parameters to the DeleteVolume operation. Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
public class DeleteVolumeRequest : AmazonFSxRequest
- Inheritance
-
DeleteVolumeRequest
Constructors
DeleteVolumeRequest()
public DeleteVolumeRequest()
Properties
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
OntapConfiguration
Gets and sets the property OntapConfiguration.
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume
and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource
permission.
public DeleteVolumeOntapConfiguration OntapConfiguration { get; set; }
Property Value
OpenZFSConfiguration
Gets and sets the property OpenZFSConfiguration.
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
public DeleteVolumeOpenZFSConfiguration OpenZFSConfiguration { get; set; }
Property Value
VolumeId
Gets and sets the property VolumeId.
The ID of the volume that you are deleting.
public string VolumeId { get; set; }