managementState = $managementState; } /** * @return self::MANAGEMENT_STATE_* */ public function getManagementState() { return $this->managementState; } /** * Output only. The Database Management type. * * Accepted values: MANAGEMENT_TYPE_UNSPECIFIED, BASIC, ADVANCED * * @param self::MANAGEMENT_TYPE_* $managementType */ public function setManagementType($managementType) { $this->managementType = $managementType; } /** * @return self::MANAGEMENT_TYPE_* */ public function getManagementType() { return $this->managementType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DatabaseManagementConfig::class, 'Google_Service_OracleDatabase_DatabaseManagementConfig');