public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class DeleteInstanceRequest.
[[["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 latest version available for the `DeleteInstanceRequest` class is 2.7.0, but this page specifically documents version 2.3.0."],["`DeleteInstanceRequest` is a class used in the Cloud Filestore v1 API for deleting an instance."],["This class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class has properties like `Force` (a boolean to delete all snapshots) and `Name` (the instance's resource name)."],["There are two constructors available for the `DeleteInstanceRequest` class, a default constructor and one that takes another `DeleteInstanceRequest` as a parameter for copying."]]],[]]