Reference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::ValidateExclusivityRequest.
The request to validate the existing state of the membership CR in the cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cr_manifest
def cr_manifest() -> ::String
Returns
- (::String) — Optional. The YAML of the membership CR in the cluster. Empty if the membership CR does not exist.
#cr_manifest=
def cr_manifest=(value) -> ::String
Parameter
- value (::String) — Optional. The YAML of the membership CR in the cluster. Empty if the membership CR does not exist.
Returns
- (::String) — Optional. The YAML of the membership CR in the cluster. Empty if the membership CR does not exist.
#intended_membership
def intended_membership() -> ::String
Returns
-
(::String) — Required. The intended membership name under the
parent
. This method only does validation in anticipation of a CreateMembership call with the same name.
#intended_membership=
def intended_membership=(value) -> ::String
Parameter
-
value (::String) — Required. The intended membership name under the
parent
. This method only does validation in anticipation of a CreateMembership call with the same name.
Returns
-
(::String) — Required. The intended membership name under the
parent
. This method only does validation in anticipation of a CreateMembership call with the same name.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent (project and location) where the Memberships will be
created. Specified in the format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent (project and location) where the Memberships will be
created. Specified in the format
projects/*/locations/*
.
Returns
-
(::String) — Required. The parent (project and location) where the Memberships will be
created. Specified in the format
projects/*/locations/*
.