public sealed class ValidateExclusivityResponse : IMessage<ValidateExclusivityResponse>, IEquatable<ValidateExclusivityResponse>, IDeepCloneable<ValidateExclusivityResponse>, IBufferMessage, IMessage
The 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.
OK
means that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS
means that the Membership CRD is already owned by another Hub. Seestatus.message
for more information.
Property Value | |
---|---|
Type | Description |
Status |