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 document provides reference documentation for the `DeleteVolumeRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.5.0."],["The `DeleteVolumeRequest` class is used to construct requests for deleting a volume resource, inheriting from base classes and implementing several interfaces for enhanced functionality."],["The class includes properties `Force`, a boolean that if set to true allows deletion of volumes even with snapshots, and `Name`, a string defining the name of the volume."],["The class also has a constructor `DeleteVolumeRequest` that can be invoked to build a new request, and also with the option to clone another `DeleteVolumeRequest`."],["There are 9 documented versions of the `DeleteVolumeRequest` class, ranging from version 1.0.0 to the latest version 1.8.0."]]],[]]