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-09 UTC."],[[["This document provides reference information for the `DeleteVolumeRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.2.0."],["The `DeleteVolumeRequest` class is used to request the deletion of a volume in the NetApp API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVolumeRequest` class includes two constructors: a default constructor and one that accepts another `DeleteVolumeRequest` instance as a parameter."],["The class has properties like `Force`, `Name`, and `VolumeName`, which allow for controlling the deletion behavior, specifying the volume's name, and providing a typed view of the resource name, respectively."],["There are multiple versions of the `DeleteVolumeRequest` object available, from 1.0.0 up to the latest 1.8.0."]]],[]]