GKE Hub v1beta1 API - Class ValidateExclusivityResponse (2.0.0-beta05)

public sealed class ValidateExclusivityResponse : IMessage<ValidateExclusivityResponse>, IEquatable<ValidateExclusivityResponse>, IDeepCloneable<ValidateExclusivityResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1beta1 API class ValidateExclusivityResponse.

The response of exclusivity artifacts validation result status.

Inheritance

object > ValidateExclusivityResponse

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

ValidateExclusivityResponse()

public ValidateExclusivityResponse()

ValidateExclusivityResponse(ValidateExclusivityResponse)

public ValidateExclusivityResponse(ValidateExclusivityResponse other)
Parameter
NameDescription
otherValidateExclusivityResponse

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. See status.message for more information.
Property Value
TypeDescription
Status