public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class DeleteInstanceRequest.
Request for [DeleteInstance][google.cloud.memcache.v1.CloudMemcache.DeleteInstance].
Required. Memcached instance resource name in the format:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region
[[["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 `DeleteInstanceRequest` class within the Google Cloud Memorystore for Memcached v1 API."],["The latest version of the `DeleteInstanceRequest` class is 2.5.0, with older versions ranging from 2.4.0 down to 1.0.0 available for reference."],["The `DeleteInstanceRequest` class is used to structure requests for deleting a Memcached instance via the `CloudMemcache.DeleteInstance` method."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties such as `InstanceName` and `Name` that are used to locate the instance."],["The class can be instantiated via two constructors, one default and one that accepts another `DeleteInstanceRequest` object."]]],[]]