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 document provides reference information for the `DeleteVolumeRequest` class within the Google Cloud NetApp v1 API, specifically version 1.3.0, and the most recent version available is 1.8.0."],["`DeleteVolumeRequest` is a message type used to request the deletion of a volume resource and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteVolumeRequest` class includes properties such as `Force`, which, when set to true, allows deletion even with snapshots, and `Name`, which is the required name of the volume being deleted."],["The class also provides a `VolumeName` property for accessing the name resource as a `VolumeName` type, facilitating manipulation."],["There is an available constructor for creating a new `DeleteVolumeRequest` object, as well as a constructor for copying another `DeleteVolumeRequest` instance."]]],[]]