membership = $membership; } /** * @return string */ public function getMembership() { return $this->membership; } /** * User provided OnePlatform identifier that is used as part of the resource * name. This must be unique among all GKE on-prem clusters within a project * and location and will return a 409 if the cluster already exists. * (https://tools.ietf.org/html/rfc1123) format. * * @param string $vmwareAdminClusterId */ public function setVmwareAdminClusterId($vmwareAdminClusterId) { $this->vmwareAdminClusterId = $vmwareAdminClusterId; } /** * @return string */ public function getVmwareAdminClusterId() { return $this->vmwareAdminClusterId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnrollVmwareAdminClusterRequest::class, 'Google_Service_GKEOnPrem_EnrollVmwareAdminClusterRequest');