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 for version 1.4.0."],["The `DeleteVolumeRequest` class is used to construct requests for deleting a volume in the NetApp service, and it implements multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The latest version of the documented API is 1.8.0 and there are older versions available for reference dating back to 1.0.0."],["The class includes properties like `Force` (a boolean that allows for deletion even with snapshots) and `Name` (a required string specifying the volume name)."],["There is a `VolumeName` property that provides a typed view over the resource name property `Name`."]]],[]]