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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteVolumeRequest` class within the Google Cloud NetApp v1 API, specifically version 1.6.0."],["`DeleteVolumeRequest` is a message type used for deleting a volume and is part of the `Google.Cloud.NetApp.V1` namespace within the Google.Cloud.NetApp.V1.dll assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteVolumeRequest` class include `Force` (a boolean indicating whether to proceed with deletion even with snapshots) and `Name` (a string for the volume's name), as well as a `VolumeName` property that is a type-safe view of the `Name` property."],["The latest version available is 1.8.0 and previous versions are listed all the way down to 1.0.0."]]],[]]