requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * Optional. The username of the user to be to reset the credentials. The * default value of this field is CloudOwner@gve.local. The provided value * should be one of the following: solution-user-01@gve.local, solution- * user-02@gve.local, solution-user-03@gve.local, solution-user-04@gve.local, * solution-user-05@gve.local, zertoadmin@gve.local. * * @param string $username */ public function setUsername($username) { $this->username = $username; } /** * @return string */ public function getUsername() { return $this->username; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResetVcenterCredentialsRequest::class, 'Google_Service_VMwareEngine_ResetVcenterCredentialsRequest');