Class DeleteVolumeResponse
This is the response object from the DeleteVolume operation.
public class DeleteVolumeResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteVolumeResponse
Constructors
DeleteVolumeResponse()
public DeleteVolumeResponse()
Properties
Lifecycle
Gets and sets the property Lifecycle.
The lifecycle state of the volume being deleted. If the DeleteVolume
operation
is successful, this value is DELETING
.
public VolumeLifecycle Lifecycle { get; set; }
Property Value
OntapResponse
Gets and sets the property OntapResponse.
Returned after a DeleteVolume
request, showing the status of the delete request.
public DeleteVolumeOntapResponse OntapResponse { get; set; }
Property Value
VolumeId
Gets and sets the property VolumeId.
The ID of the volume that's being deleted.
public string VolumeId { get; set; }