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 within the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `DeleteClusterRequest` class is used to initiate the deletion of a Redis cluster and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest API version is 1.4.0, with version 1.1.0 being the version of the class discussed in detail, and several previous versions also having their documentation available."],["The `DeleteClusterRequest` class includes properties like `ClusterName`, `Name` (specifying the cluster resource path), and `RequestId` for idempotent requests."],["You can instantiate the `DeleteClusterRequest` object either without arguments or by passing another `DeleteClusterRequest` object."]]],[]]