public sealed class ValidateExclusivityResponse : IMessage<ValidateExclusivityResponse>, IEquatable<ValidateExclusivityResponse>, IDeepCloneable<ValidateExclusivityResponse>, IBufferMessage, IMessageThe response of exclusivity artifacts validation result status.
Implements
IMessage<ValidateExclusivityResponse>, IEquatable<ValidateExclusivityResponse>, IDeepCloneable<ValidateExclusivityResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
ValidateExclusivityResponse()
public ValidateExclusivityResponse()ValidateExclusivityResponse(ValidateExclusivityResponse)
public ValidateExclusivityResponse(ValidateExclusivityResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ValidateExclusivityResponse |
Properties
Status
public Status Status { get; set; }The validation result.
OKmeans that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTSmeans that the Membership CRD is already owned by another Hub. Seestatus.messagefor more information.
| Property Value | |
|---|---|
| Type | Description |
Status |
|