public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class DeleteClusterRequest.
Request for [DeleteCluster][CloudRedis.DeleteCluster].
Required. Redis cluster resource name using the form:
projects/{project_id}/locations/{location_id}/clusters/{cluster_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 documentation for the `DeleteClusterRequest` class, part of the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `DeleteClusterRequest` class is used to construct requests for deleting a Redis cluster, as indicated by the `Request for DeleteCluster` description."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `object`."],["The class includes properties like `ClusterName`, `Name`, and `RequestId`, which are used to specify the cluster to be deleted and manage the request."],["The available versions of the documentation range from 1.0.0 to the latest version, 1.4.0, for this class."]]],[]]