public sealed class DeleteVolumeRequest : IMessage<DeleteVolumeRequest>, IEquatable<DeleteVolumeRequest>, IDeepCloneable<DeleteVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteVolumeRequest.
If this field is set as true, CCFE will not block the volume resource
deletion even if it has any snapshots resource. (Otherwise, the request
will only work if the volume has no snapshots.)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides reference documentation for the `DeleteVolumeRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.7.0."],["The `DeleteVolumeRequest` class is used to construct messages for deleting a volume in the NetApp service, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `Force`, which bypasses snapshot checks during deletion, `Name`, which specifies the name of the volume to delete, and `VolumeName`, which provides a typed view of the volume name."],["There are also older versions available, with version 1.8.0 being the latest at the top of the list and version 1.0.0 being the oldest."],["The `DeleteVolumeRequest` class can be constructed either with default parameters or with the details of an existing `DeleteVolumeRequest` instance."]]],[]]