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, detailing how to request the deletion of a volume."],["The latest version of `DeleteVolumeRequest` is 1.8.0, with older versions also documented, ranging back to version 1.0.0."],["The `DeleteVolumeRequest` class includes properties such as `Force` which when set to true will delete the volume even if snapshots exist, `Name` which is a required string, and `VolumeName` for a typed view of the name."],["The `DeleteVolumeRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the object class, such as GetHashCode, GetType, and ToString."],["There are two constructors for `DeleteVolumeRequest`, a default one, and one that takes another `DeleteVolumeRequest` object as a parameter to create a copy."]]],[]]