public sealed class ValidateExclusivityRequest : IMessage<ValidateExclusivityRequest>, IEquatable<ValidateExclusivityRequest>, IDeepCloneable<ValidateExclusivityRequest>, IBufferMessage, IMessage
The request to validate the existing state of the membership CR in the
cluster.
Required. The intended membership name under the parent. This method only
does validation in anticipation of a CreateMembership call with the same
name.
[[["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 outlines the `ValidateExclusivityRequest` class, which is used to validate the state of a membership Custom Resource (CR) in a cluster, within the context of the `Google.Cloud.GkeHub.V1Beta1` namespace."],["The `ValidateExclusivityRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes three properties: `CrManifest` (the YAML of the membership CR), `IntendedMembership` (the desired membership name), and `Parent` (the project and location where memberships are created)."],["The latest release for the documentation of ValidateExclusivityRequest is 2.0.0-beta07, but it also includes documentation for 2.0.0-beta06 and 1.0.0-beta04."]]],[]]