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."],[[["The `DeleteVolumeRequest` class in the `Google.Cloud.NetApp.V1` namespace is used to define a request to delete a volume in the NetApp v1 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["It includes properties like `Force` (a boolean to allow deletion even with snapshots), `Name` (a string for the volume's name), and `VolumeName` (a `VolumeName`-typed view over the `Name`)."],["The `DeleteVolumeRequest` class also has two constructors, a default parameter-less constructor, and one that takes another `DeleteVolumeRequest` instance as an argument."],["The available versions for this class range from version 1.0.0 to 1.8.0 with the latter being the latest."]]],[]]