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."],[[["The `DeleteClusterRequest` class is used to request the deletion of a Redis cluster within the Google Cloud Memorystore for Redis (cluster management) v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, comparison, cloning, and buffered operations."],["The class provides properties to specify the cluster to be deleted, such as `Name`, which requires a resource name in the format `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`, and `ClusterName`, which is the typed version of the Name property."],["`RequestId` property is used for the Idempotent request UUID."],["There are five different versions of `DeleteClusterRequest` class, with the latest being 1.4.0."]]],[]]